Agent skill
project-documentation
Helps locate and navigate project documentation efficiently
Install this agent skill to your Project
npx add-skill https://github.com/oakensoul/aida-core-plugin/tree/main/skills/aida/templates/questionnaires/project-documentation
SKILL.md
Project Documentation Skill
This skill provides an organized index of project documentation, making it easy to find relevant docs without searching through the entire codebase.
When to Use
This skill should be invoked when you need to:
- Locate specific documentation (README, architecture docs, API docs, etc.)
- Understand where different types of documentation live in the project
- Find documentation about a specific topic or component
- Navigate the project's documentation structure
- Reference documentation locations for team members
Supporting Files
doc-index.md
Comprehensive index of documentation locations:
- README and getting started guides
- Architecture and design documentation
- API documentation and references
- Contributing guidelines
- Testing documentation
- Deployment and operations docs
- User guides and tutorials
- Changelog and release notes
The index provides quick navigation to all project documentation without needing to grep or search through directories.
Examples
Finding Architecture Documentation
User: "Where can I find the architecture documentation?"
Claude: *Invokes project-documentation skill, reads doc-index.md*
"The architecture documentation is located in docs/architecture.md"
Locating API Documentation
User: "How do I learn about the API endpoints?"
Claude: *Invokes project-documentation skill, reads doc-index.md*
"API documentation is available at:
- OpenAPI spec: docs/api/openapi.yaml
- API guide: docs/api/README.md"
Getting Started Resources
User: "What documentation should a new contributor read?"
Claude: *Invokes project-documentation skill, reads doc-index.md*
"New contributors should start with:
1. README.md - Project overview and setup
2. CONTRIBUTING.md - Contribution guidelines
3. docs/architecture.md - Architecture overview
4. docs/development.md - Development workflow"
Progressive Disclosure
Like all AIDA skills, this skill's SKILL.md is always available (small token footprint), but the doc-index.md is only loaded when Claude determines documentation navigation is needed.
Maintenance
Update doc-index.md when:
- New documentation is added
- Documentation is moved or reorganized
- Documentation is deprecated or removed
- Documentation URLs change
Keep the index current so team members can always find what they need.
Future Enhancement
This skill can be extended with:
scripts/find-docs.py- Programmatic documentation searchscripts/validate-docs.py- Check that documented files exist- Integration with documentation generators
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-manager
Manages Claude Code agent (subagent) definitions including create, validate, version, and list operations using a two-phase API.
plugin-manager
Unified plugin management combining extension CRUD operations (create, validate, version, list) with project scaffolding
skill-manager
Manages Claude Code skill definitions - create, validate, version, and list skills following the Agent Skills open standard.
hook-manager
Manages Claude Code hook configurations in settings.json files. Supports listing, adding, removing, and validating lifecycle hooks.
aida
This skill routes /aida commands to appropriate handlers - configuration, diagnostics, feedback, extension management (agent-manager, skill-manager, plugin-manager, hook-manager, claude-md-manager), and session persistence (memento).
project-context
Provides current project state, architecture overview, and structured metadata
Didn't find tool you were looking for?