Skip to content

Reference: documentation coverage

This page is the audit index for the harness’s adoptable surface. Every pack, core skill, command, agent, and script discoverable in the repository appears below with a link to where it is documented. The counts at the end assert that the discovered set equals the documented set.

CategoryDiscoveredDocumentedSource of truth
Packs2929harness.config.json packs[] (17) + packs/ontologies/ (12)
Core skills1010.claude/skills/*/SKILL.md
Commands77.claude/commands/*.md
Agents55.claude/agents/*.md
Scripts2929scripts/** (excludes __pycache__)
Total8080

Reproduce the discovered counts:

Terminal window
# packs: 17 plugin packs + 12 ontology packs = 29
echo $(( $(jq '.packs | length' harness.config.json) + $(ls -d packs/ontologies/*/ | wc -l) ))
ls .claude/skills | wc -l # 10 core skills
ls .claude/commands/*.md | wc -l # 7 commands
ls .claude/agents/*.md | wc -l # 5 agents
find scripts -type f \( -name '*.sh' -o -name '*.py' -o -name '*.jq' \) \
| grep -v __pycache__ | wc -l # 29 scripts

Plugin packs (17, registered in harness.config.json):

PackFamilyDocumented in
bookchannelspacks/channels.md
diataxischannelspacks/channels.md
github-discusschannelspacks/channels.md
github-issueschannelspacks/channels.md
notebooklmchannelspacks/channels.md
pdfchannelspacks/channels.md
competitive-analysismarket-researchpacks/market-research.md
customer-researchmarket-researchpacks/market-research.md
financial-analysismarket-researchpacks/market-research.md
market-sizingmarket-researchpacks/market-research.md
regulatory-reviewmarket-researchpacks/market-research.md
academicreportspacks/reports.md
briefingreportspacks/reports.md
engineeringreportspacks/reports.md
exec-summaryreportspacks/reports.md
trend-analysisreportspacks/reports.md
trend-modelingtrend-modelingpacks/trend-modeling.md

Ontology data packs (12, under packs/ontologies/):

PackDocumented in
biology-research-labpacks/ontologies.md
data-engineeringpacks/ontologies.md
market-researchpacks/ontologies.md
observabilitypacks/ontologies.md
psycholinguisticspacks/ontologies.md
regenerative-agriculturepacks/ontologies.md
regenerative-agriculture-researchpacks/ontologies.md
regulatory-legalpacks/ontologies.md
scientificpacks/ontologies.md
software-engineeringpacks/ontologies.md
software-securitypacks/ontologies.md
trend-analysispacks/ontologies.md

All documented in core-skills.md: discover, graph, lab, md-fix, ontology-manager, publish-blog, publish-report, readme, search, topics.

All documented in commands.md: /falsify, /goal-writer, /ontology-review, /resume, /start, /status, /topics.

All documented in agents.md: orchestrator, dimension-analyst, falsification-analyst, report-synthesizer, source-chunker.

All documented in scripts.md: assert-graph-mif, build-concordance, build-graph-viz, build-graph, build-index, build-topic-readme, check-citation-integrity, check-mermaid.py, check-pack-docs.py, codegen/bundle_schema.py, codegen/gen-models, falsify, goal-version, import-corpus, mif-project, ontology-review, pack-toggle, reconcile-session, render-artifact, resolve-membership, resolve-ontology, run-lock, sync-packs, synthesize-artifact, update, validate-concordance, verify, wrap-source, write-finding.

Discovered (80) equals documented (80) across all five categories. No pack, skill, command, agent, or script is omitted.