Documentation Management

SkillDocs & knowledge

Analyze codebase and manage project documentation — init, update, summarize.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Documentation Management skill

What this skill tells your AI

The instructions your AI receives, as published by typv/nest-turbo-starter in .claude/skills/docs/SKILL.md and read by ahel’s review.

Analyze codebase and manage project documentation through scouting, analysis, and structured doc generation.

Default (No Arguments)

If invoked without arguments, use AskUserQuestion to present available documentation operations:

OperationDescription
initAnalyze codebase & create initial docs
updateAnalyze changes & update docs
summarizeQuick codebase summary

Present as options via AskUserQuestion with header "Documentation Operation", question "What would you like to do?".

Subcommands

SubcommandReferencePurpose
/docs initreferences/init-workflow.mdAnalyze codebase and create initial documentation
/docs updatereferences/update-workflow.mdAnalyze codebase and update existing documentation
/docs summarizereferences/summarize-workflow.mdQuick analysis and update of codebase summary

Routing

Parse $ARGUMENTS first word:

  • init → Load references/init-workflow.md
  • update → Load references/update-workflow.md
  • summarize → Load references/summarize-workflow.md
  • empty/unclear → AskUserQuestion (do not auto-run init)

Shared Context

Documentation lives in ./docs directory:

./docs
├── project-overview-pdr.md
├── code-standards.md
├── codebase-summary.md
├── design-system/            # Design principles, tokens, catalog, themes
├── deployment-guide.md
├── system-architecture.md
└── project-roadmap.md

Use docs/ directory as the source of truth for documentation.

IMPORTANT: Do not start implementing code.

Signals

GitHub stars
224
Forks
47
Last commit
Aug 2026
Hacker News mentions
20
Advanced
Catalog kind
skill
Gateway key
docs-typv
Source
github.com/typv/nest-turbo-starter