| name | version | tier | autonomous-safe | confidence.initial | half-life-days | decay-model | next-skills |
|---|---|---|---|---|---|---|---|
| bootstrapping-agent-directives | 1.0.0 | meta | false | 1.0 | null | none | — |
| discovering-institutional-knowledge | 1.0.0 | meta | true | 1.0 | null | none | creating-skills (on gap detected) |
| creating-skills | 1.0.0 | meta | true | 1.0 | null | none | assessing-skill-quality (unconditional) |
| assessing-skill-quality | 1.0.0 | meta | true | 1.0 | null | none | — |
| reporting-skill-gaps | 1.0.0 | meta | true | 1.0 | null | none | — |
| uninstalling-knowledge-activation | 1.0.0 | meta | false | 1.0 | null | none | — |
| [infra-standards-stub] | stub | org | false | — | 45 | exponential | — |
| [security-baselines-stub] | stub | org | false | — | 45 | exponential | — |
| [build-pipeline-stub] | stub | team | false | — | 30 | exponential | — |
| [signing-stub] | stub | team | false | — | 30 | exponential | — |
bootstrapping-agent-directives depends-on: [] depended-on-by: [all skills — bootstrapper installs the directives that activate them]
discovering-institutional-knowledge depends-on: [knowledge-sources.json slot configuration] depended-on-by: [CLAUDE.md hedging directive]
creating-skills depends-on: [skill schema, _index.md] depended-on-by: [discovering-institutional-knowledge (on gap), reporting-skill-gaps (on gap)]
assessing-skill-quality depends-on: [validators/skill-quality-checklist.md, validators/skill-schema.md] depended-on-by: [creating-skills, CONTRIBUTING.md gate]
reporting-skill-gaps depends-on: [gap-log.ndjson, hooks/flush-gap-log.sh, gh CLI] depended-on-by: [CLAUDE.md gap directive, Stop hook]
uninstalling-knowledge-activation depends-on: [] depended-on-by: []
- Before every task: read this file, identify matching skills, inject within context budget before responding
- When uncertain or hedging: invoke discovering-institutional-knowledge instead of guessing
- When learning undocumented knowledge: invoke creating-skills to capture it
- When a skill fails, is missing, or is wrong: append to .claude/knowledge-activation/gap-log.ndjson
- Never invoke bootstrapping-agent-directives autonomously