codeus-morbid

Enrich Docs — AI skill for Claude Code

AI community

Generate purpose summaries for indexed code symbols using this agent (no API key or local model needed).

How to install Enrich Docs

Installs to ~/.claude/commands/codeus-morbid-contextmaxxer-enrich-docs.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/codeus-morbid/contextmaxxer/HEAD/.claude/commands/enrich-docs.md -o ~/.claude/commands/codeus-morbid-contextmaxxer-enrich-docs.md

Restart Claude Code, or start a new session, for it to be picked up.

What Enrich Docs does


description: Generate purpose summaries for indexed code symbols using this agent (no API key or local model needed)

Enrich the contextmaxxer index of this project with purpose summaries, acting as the generator yourself.

Steps:

  1. Run contextmaxxer enrich -emit-pending . — it writes .contextmaxxer/pending-docs.json with the symbols that need summaries (qualified_name, kind, file, signature, body excerpt).
  2. Read pending-docs.json in batches. For every symbol write ONE En

Alternatives in AI

  • Pal Configuration Docs — for model and thinking mode options 11.3k ★
  • Vibeproxy — Native macOS menu bar app to use your Claude Code & ChatGPT subscriptions with AI coding tools - no API keys n 3.3k ★
  • Rb Setup — First-time setup 1.3k ★

Full documentation available on GitHub

View Source Repository