ck:docs

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 ck:docs skill

What this skill tells your AI

The instructions your AI receives, as published by manhvann/codexkit in .agents/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, ask the user to choose a documentation operation:

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

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

Subcommands

SubcommandReferencePurpose
ck:docs initreferences/init-workflow.mdAnalyze codebase and create initial documentation
ck:docs updatereferences/update-workflow.mdAnalyze codebase and update existing documentation
ck: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 → ask the user (do not auto-run init)

Shared Context

Documentation lives in the configured Docs: path from injected context:

docs
├── project-overview-pdr.md
├── code-standards.md
├── codebase-summary.md
├── design-guidelines.md
├── deployment-guide.md
├── system-architecture.md
└── project-roadmap.md

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

IMPORTANT: Do not start implementing code.

Signals

GitHub stars
88
Forks
86
Last commit
Aug 2026
Advanced
Catalog kind
skill
Gateway key
ck-docs
Source
github.com/manhvann/codexkit