agent-documenting-references
Standardized reference documentation section structure for agents - project guidance, conventions, related agents, and Skills. Use when implementing or updating agent documentation.
npx skills add majiayu000/claude-skill-registry --skill agent-documenting-references --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Documenting Agent References Standard structure for "Reference Documentation" sections in agent files to ensure consistent navigation and discoverability. ## When This Skill Loads This Skill auto-loads when implementing agents or updating agent documentation sections. ## Reference Documentation Section All agents SHOULD include a "Reference Documentation" section near the end (before any appendices) with standardized subsections. ### Section Template ```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
- When This Skill Loads
- Reference Documentation Section
- Section Template
- Subsection Details
- Placement in Agent Files
- Examples by Agent Family
- docs-family Agents
- readme-family Agents
- plan-family Agents
- Benefits of Standardization
- Best Practices
- Key Takeaways
What does the agent-documenting-references skill do?
Standardized reference documentation section structure for agents - project guidance, conventions, related agents, and Skills. Use when implementing or updating agent documentation.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill agent-documenting-references --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
