From agent-harness
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-harness:using-agent-harnessThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<SUBAGENT-STOP>
Invoke relevant or requested skills BEFORE any response or action. Even a 1% chance a skill applies means invoke it to check.
Skill tool. Never Read skill files directly.skill tool (auto-discovered from plugins).activate_skill tool.Non-CC platforms: tool name mappings in references/copilot-tools.md and references/codex-tools.md.
When multiple skills could apply, use this order:
"Let's build X" → brainstorming first, then implementation skills. "Fix this bug" → debugging first, then domain-specific skills.
The skill itself tells you which.
These thoughts mean STOP — you're rationalizing:
User instructions say WHAT, not HOW. "Add X" or "Fix Y" doesn't mean skip workflows.
npx claudepluginhub evanfang0054/agent-harness --plugin agent-harnessSets up isolated workspaces using native worktree tools or git worktree fallback. Use before starting feature work to protect the current branch.