Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Standardized reference documentation section structure for agents - project guidance, conventions, related agents, and Skills. Use when implementing or updating agent documentation.
.claude/skills/majiayu000-documenting-agent-references/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 106% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 112% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 61% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 84% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 147% | 0% |
Standard structure for "Reference Documentation" sections in agent files to ensure consistent navigation and discoverability.
This Skill auto-loads when implementing agents or updating agent documentation sections.
All agents SHOULD include a "Reference Documentation" section near the end (before any appendices) with standardized subsections.
markdown## Reference Documentation **Project Guidance**: - [AGENTS.md](../../../CLAUDE.md) - Primary guidance for OpenCode - [Agent-specific convention](path/to/convention.md) - Domain-specific standards **Related Agents**: - `maker-agent` - Creates content for this domain - `checker-agent` - Validates content (upstream dependency) - `fixer-agent` - Fixes issues found by checker - `related-domain-agent` - Related functionality **Related Conventions**: - [Primary Convention](path/to/convention.md) - Main standards this agent implements - [Secondary Convention](path/to/convention.md) - Additional relevant standards **Skills**: - `primary-skill` - Main Skill for domain knowledge - `wow-assessing-criticality-confidence` - Criticality assessment (if applicable) - `wow-generating-validation-reports` - Report generation (if applicable)
Purpose: Link to primary project instructions and domain-specific conventions.
Always Include:
Conditionally Include:
Pattern:
markdown**Project Guidance**: - [AGENTS.md](../../../CLAUDE.md) - Primary guidance - [Specific Convention](path/to/convention.md) - Domain standards
Purpose: Help users understand agent ecosystem and workflow relationships.
Include:
Organize by Relationship:
markdown**Related Agents**: - `upstream-agent` - Description of relationship - `downstream-agent` - Description of relationship - `parallel-agent` - Description of functionality
Examples by Agent Type:
Maker Agents:
markdown- `checker-agent` - Validates content created by this maker - `related-maker` - Creates content in related domain
Checker Agents:
markdown- `maker-agent` - Creates content this checker validates - `fixer-agent` - Fixes issues found by this checker - `related-checker` - Validates related aspects
Fixer Agents:
markdown- `checker-agent` - Generates audit reports this fixer processes - `maker-agent` - Updates content after fixes applied
Purpose: Link to conventions and development practices the agent implements.
Include:
Pattern:
markdown**Related Conventions**: - [Primary Convention](path/to/convention.md) - Main standards - [Secondary Convention](path/to/convention.md) - Additional standards - [Development Practice](path/to/practice.md) - Implementation guidance
Checkers Should List:
Makers Should List:
Purpose: Reference Skills the agent uses for domain knowledge and patterns.
Include:
skills: frontmatter fieldPattern:
markdown**Skills**: - `domain-skill` - Domain-specific knowledge - `wow-skill` - Cross-cutting pattern or workflow - `agent-skill` - Agent development guidance
Note: Skills section duplicates frontmatter skills: field for documentation visibility.
Recommended Location: Near end of agent file, before any appendices or examples.
Typical Structure:
markdown# Agent Name [Agent description] ## Core Responsibility [What agent does] ## Main Content Sections [Detailed agent instructions] ## Reference Documentation [Reference sections using template above] ## Appendices (Optional) [Additional examples, edge cases, etc.]
markdown## Reference Documentation **Project Guidance**: - [AGENTS.md](../../../CLAUDE.md) - Primary guidance - [Content Quality Principles](../../../governance/conventions/content/quality.md) - [Diátaxis Framework](../../../governance/conventions/meta/diataxis-framework.md) **Related Agents**: - `docs-maker` - Creates documentation - `docs-checker` - Validates documentation - `docs-fixer` - Fixes documentation issues - `docs-tutorial-checker` - Specialized tutorial validation **Related Conventions**: - [Content Quality Principles](../../../governance/conventions/content/quality.md) - [Factual Validation Convention](../../../governance/conventions/content/factual-validation.md) - [Linking Convention](../../../governance/conventions/formatting/linking.md) **Skills**: - `docs-applying-content-quality` - Content quality standards - `docs-validating-factual-accuracy` - Fact-checking methodology - `wow-assessing-criticality-confidence` - Criticality assessment - `wow-generating-validation-reports` - Report generation
markdown## Reference Documentation **Project Guidance**: - [AGENTS.md](../../../CLAUDE.md) - Primary guidance - [README Quality Convention](../../../governance/conventions/content/readme-quality.md) **Related Agents**: - `readme-maker` - Creates README content - `readme-checker` - Validates README quality - `readme-fixer` - Fixes README issues - `docs-checker` - Validates other documentation **Related Conventions**: - [README Quality Convention](../../../governance/conventions/content/readme-quality.md) - [Content Quality Principles](../../../governance/conventions/content/quality.md) **Skills**: - `readme-writing-readme-files` - README-specific standards - `wow-assessing-criticality-confidence` - Criticality assessment - `wow-generating-validation-reports` - Report generation
markdown## Reference Documentation **Project Guidance**: - [AGENTS.md](../../../CLAUDE.md) - Primary guidance - [Plans Organization Convention](../../../governance/conventions/project/plans-organization.md) **Related Agents**: - `plan-maker` - Creates project plans - `plan-checker` - Validates plan quality - `plan-executor` - Executes plans - `plan-execution-checker` - Validates completed work - `plan-fixer` - Fixes plan issues **Related Conventions**: - [Plans Organization Convention](../../../governance/conventions/project/plans-organization.md) - [Gherkin Acceptance Criteria](../../../governance/development/infra/acceptance-criteria.md) **Skills**: - `plan-creating-project-plans` - Plan structure and organization - `plan-writing-gherkin-criteria` - Acceptance criteria patterns - `wow-assessing-criticality-confidence` - Criticality assessment
✅ Improved Discoverability: Users can quickly find related agents and conventions ✅ Consistent Navigation: Same structure across all agents ✅ Clear Relationships: Understand agent dependencies and workflows ✅ Better Maintainability: Easy to update references across agents ✅ Enhanced Documentation: Skills and conventions properly referenced
skills: fieldskills: fieldThis standardization improves agent documentation consistency and helps users navigate the agent ecosystem effectively.
Other measured skills in the registry, with their headline benchmark lift.