Configure Claude Code to answer directly without hedging or filler language.
Run a structured code review on your changes that ends with a clear ship or hold decision.
Break a large feature plan into ordered, self-contained phases an AI agent can complete one at a time.
Requires the shadcn CLI and an active Claude Code installation.
Orc Skills is a small collection of three custom skills for Claude Code, the AI coding assistant. Each skill is themed around a fantasy orc warrior persona and installed into a project with a single command. The first skill, orc-me, changes how Claude communicates. When activated, the AI gives direct answers without hedging, leads with conclusions rather than caveats, and skips filler language. The README notes that only the communication style changes, not the technical accuracy of responses. The second skill, war-boss-review, runs a code review on your current changes. It rates each finding using one of three labels: a blocker that must be fixed before shipping, a minor issue, or something done well. It ends with a clear ship or hold verdict rather than a list of suggestions with no conclusion. The third skill, cut-it, takes an existing plan and breaks it into ordered phases sized for an AI agent to work through one at a time. Each phase is meant to be self-contained and verifiable before moving to the next. All three skills are installed via the shadcn CLI tool. After installation they live in the project's .claude/skills/ directory and are triggered by specific slash commands or natural language phrases.
← theorcdev on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.