dandye

Annotate — Development skill for Claude Code

Development community

Add, list, edit, or remove per-function annotations attached to source files.

How to install Annotate

Installs to ~/.claude/commands/dandye-gadievron__raptor-annotate.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/dandye/gadievron__raptor/HEAD/.claude/commands/annotate.md -o ~/.claude/commands/dandye-gadievron__raptor-annotate.md

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

What Annotate does


description: Add, list, edit, or remove per-function annotations attached to source files dispatch: libexec/raptor-annotate [args]

/annotate

Per-function prose annotations stored as markdown mirroring the source tree. Annotations capture audit-style notes on individual functions: a manual "reviewed clean", a hypothesis-then-validate finding, a CWE label, or any free-form prose.

Every add/edit stamps the invocation context into the metadata (`tty=

Alternatives in Development

  • Dive — Dive is an open-source MCP Host Desktop Application that seamlessly integrates with any LLMs supporting functi 1.8k ★
  • Claude Code Sub Agent Collective — 🧠 Context Engineering Research - Not just another agent collection, but using research and context engineerin 523 ★
  • Env — Manage Vercel environment variables 263 ★

Full documentation available on GitHub

View Source Repository