ワンクリックで
skill-discovery
Build a lightweight skill index and load full skill instructions only on demand to reduce startup context pressure.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Build a lightweight skill index and load full skill instructions only on demand to reduce startup context pressure.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Select and run a multi-agent workflow pattern for work that exceeds one agent's reliable scope. Use for parallel research, independent reviews, cross-domain changes, or high-risk implementation planning.
Select and run a multi-agent workflow pattern for work that exceeds one agent's reliable scope. Use for parallel research, independent reviews, cross-domain changes, or high-risk implementation planning.
Use composable middleware behaviors for provider/tool execution: retry, caching, timeout, telemetry, and budget guards.
Use this skill whenever the agent makes a mistake, the user observes an avoidable failure, a pattern recurs, or someone says "the agent keeps doing X". Files an "Engineer the Harness" entry — Mitchell Hashimoto's discipline: every failure becomes a permanent prevention mechanism. Always invoke this instead of just fixing the immediate symptom.
Use composable middleware behaviors for provider/tool execution: retry, caching, timeout, telemetry, and budget guards.
Use this skill whenever the agent makes a mistake, the user observes an avoidable failure, a pattern recurs, or someone says "the agent keeps doing X". Files an "Engineer the Harness" entry — Mitchell Hashimoto's discipline: every failure becomes a permanent prevention mechanism. Always invoke this instead of just fixing the immediate symptom.
| name | skill-discovery |
| description | Build a lightweight skill index and load full skill instructions only on demand to reduce startup context pressure. |
| allowed-tools | Read, Bash(node .harness/scripts/skill-discovery.mjs:*), Bash(node .harness/scripts/skill-load.mjs:*) |
| suggested-turns | 4 |
Generates .harness/skill-index.json from skill frontmatter so agents can discover commands without loading every full SKILL.md.
node .harness/scripts/skill-discovery.mjs
node .harness/scripts/skill-load.mjs create-story
### Skill index
### Skills indexed: <n>
### Full skill loaded: <name or n/a>