gitmyhub

skills

★ 24 updated 10d ago

Skills for True Dev Warriors.

Three orc-themed Claude Code custom skills that make AI responses more direct, add structured code review with a ship-or-hold verdict, and split large plans into agent-executable phases.

Claude Codesetup: easycomplexity 1/5

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.

Where it fits