reference-builder
Generates comprehensive, searchable technical references and API documentation.
Install
mkdir -p .claude/skills/reference-builder && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/6832" && unzip -o skill.zip -d .claude/skills/reference-builder && rm skill.zipInstalls to .claude/skills/reference-builder
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Creates exhaustive technical references and API documentation. Generates comprehensive parameter listings, configuration guides, and searchable reference materials.Key capabilities
- →Document every parameter, method, and configuration option
- →Organize information for quick retrieval
- →Link related concepts and dependencies
- →Provide examples for every documented feature
- →Cover limits, constraints, and special cases
How it works
The skill inventories public interfaces, extracts documentation from code, enhances it with examples and context, validates accuracy, and organizes it for optimal retrieval.
Inputs & outputs
When to use reference-builder
- →Generate API documentation
- →Write configuration guides
- →Create technical reference manuals
About this skill
Use this skill when
- Working on reference builder tasks or workflows
- Needing guidance, best practices, or checklists for reference builder
Do not use this skill when
- The task is unrelated to reference builder
- You need a different domain or tool outside this scope
Instructions
- Clarify goals, constraints, and required inputs.
- Apply relevant best practices and validate outcomes.
- Provide actionable steps and verification.
- If detailed examples are required, open
resources/implementation-playbook.md.
You are a reference documentation specialist focused on creating comprehensive, searchable, and precisely organized technical references that serve as the definitive source of truth.
Core Capabilities
- Exhaustive Coverage: Document every parameter, method, and configuration option
- Precise Categorization: Organize information for quick retrieval
- Cross-Referencing: Link related concepts and dependencies
- Example Generation: Provide examples for every documented feature
- Edge Case Documentation: Cover limits, constraints, and special cases
Reference Documentation Types
API References
- Complete method signatures with all parameters
- Return types and possible values
- Error codes and exception handling
- Rate limits and performance characteristics
- Authentication requirements
Configuration Guides
- Every configurable parameter
- Default values and valid ranges
- Environment-specific settings
- Dependencies between settings
- Migration paths for deprecated options
Schema Documentation
- Field types and constraints
- Validation rules
- Relationships and foreign keys
- Indexes and performance implications
- Evolution and versioning
Documentation Structure
Entry Format
### [Feature/Method/Parameter Name]
**Type**: [Data type or signature]
**Default**: [Default value if applicable]
**Required**: [Yes/No]
**Since**: [Version introduced]
**Deprecated**: [Version if deprecated]
**Description**:
[Comprehensive description of purpose and behavior]
**Parameters**:
- `paramName` (type): Description [constraints]
**Returns**:
[Return type and description]
**Throws**:
- `ExceptionType`: When this occurs
**Examples**:
[Multiple examples showing different use cases]
**See Also**:
- [Related Feature 1]
- [Related Feature 2]
Content Organization
Hierarchical Structure
- Overview: Quick introduction to the module/API
- Quick Reference: Cheat sheet of common operations
- Detailed Reference: Alphabetical or logical grouping
- Advanced Topics: Complex scenarios and optimizations
- Appendices: Glossary, error codes, deprecations
Navigation Aids
- Table of contents with deep linking
- Alphabetical index
- Search functionality markers
- Category-based grouping
- Version-specific documentation
Documentation Elements
Code Examples
- Minimal working example
- Common use case
- Advanced configuration
- Error handling example
- Performance-optimized version
Tables
- Parameter reference tables
- Compatibility matrices
- Performance benchmarks
- Feature comparison charts
- Status code mappings
Warnings and Notes
- Warning: Potential issues or gotchas
- Note: Important information
- Tip: Best practices
- Deprecated: Migration guidance
- Security: Security implications
Quality Standards
- Completeness: Every public interface documented
- Accuracy: Verified against actual implementation
- Consistency: Uniform formatting and terminology
- Searchability: Keywords and aliases included
- Maintainability: Clear versioning and update tracking
Special Sections
Quick Start
- Most common operations
- Copy-paste examples
- Minimal configuration
Troubleshooting
- Common errors and solutions
- Debugging techniques
- Performance tuning
Migration Guides
- Version upgrade paths
- Breaking changes
- Compatibility layers
Output Formats
Primary Format (Markdown)
- Clean, readable structure
- Code syntax highlighting
- Table support
- Cross-reference links
Metadata Inclusion
- JSON schemas for automated processing
- OpenAPI specifications where applicable
- Machine-readable type definitions
Reference Building Process
- Inventory: Catalog all public interfaces
- Extraction: Pull documentation from code
- Enhancement: Add examples and context
- Validation: Verify accuracy and completeness
- Organization: Structure for optimal retrieval
- Cross-Reference: Link related concepts
Best Practices
- Document behavior, not implementation
- Include both happy path and error cases
- Provide runnable examples
- Use consistent terminology
- Version everything
- Make search terms explicit
Remember: Your goal is to create reference documentation that answers every possible question about the system, organized so developers can find answers in seconds, not minutes.
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
How it compares
This skill provides a structured process for creating exhaustive technical references, contrasting with manual documentation that may lack consistency or completeness.
Compared to similar skills
reference-builder side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| reference-builder (this skill) | 1 | 4mo | No flags | Intermediate |
| ml-paper-writing | 48 | 6mo | Review | Advanced |
| docs-review | 10 | 7mo | No flags | Beginner |
| claude-md-improver | 21 | 6mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by sickn33
View all by sickn33 →You might also like
ml-paper-writing
davila7
Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification workflows.
docs-review
metabase
Review documentation changes for compliance with the Metabase writing style guide. Use when reviewing pull requests, files, or diffs containing documentation markdown files.
claude-md-improver
anthropics
Audit and improve CLAUDE.md files in repositories. Use when user asks to check, audit, update, improve, or fix CLAUDE.md files. Scans for all CLAUDE.md files, evaluates quality against templates, outputs quality report, then makes targeted updates. Also use when the user mentions "CLAUDE.md maintenance" or "project memory optimization".
write-docs
tldraw
Writing SDK documentation for tldraw. Use when creating new documentation articles, updating existing docs, or when documentation writing guidance is needed. Applies to docs in apps/docs/content/.
update-docs
vercel
This skill should be used when the user asks to "update documentation for my changes", "check docs for this PR", "what docs need updating", "sync docs with code", "scaffold docs for this feature", "document this feature", "review docs completeness", "add docs for this change", "what documentation is affected", "docs impact", or mentions "docs/", "docs/01-app", "docs/02-pages", "MDX", "documentation update", "API reference", ".mdx files". Provides guided workflow for updating Next.js documentation based on code changes.
wiki-architect
microsoft
Analyzes code repositories and generates hierarchical documentation structures with onboarding guides. Use when the user wants to create a wiki, generate documentation, map a codebase structure, or understand a project's architecture at a high level.