スキル一覧に戻る
oakensoul

project-documentation

by oakensoul

AIDA core plugin - Memory and knowledge management

1🍴 0📅 2026年1月21日
GitHubで見るManusで実行

SKILL.md


type: skill name: project-documentation description: Helps locate and navigate project documentation efficiently version: 0.1.0 author: aida-core tags:

  • project
  • documentation
  • navigation
  • reference

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 search
  • scripts/validate-docs.py - Check that documented files exist
  • Integration with documentation generators

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です