dev:docs

Installation
SKILL.md

Compatibility: The context: fork frontmatter field is Claude Code-specific — on OpenCode and VS Code Copilot it is ignored and the skill runs inline using the current model. Core functionality is preserved on all platforms.

Generate architecture documentation from a codebase scan. Writes to docs/architecture/.

Step 0: Parse Flags

Extract flags from the argument string:

BG      = true if --bg present
SILENT  = true if --silent present
OUT_DIR = docs/architecture/

Create the output directory if it does not exist:

mkdir -p docs/architecture/
Installs
11
First Seen
Mar 21, 2026
dev:docs — cloudvoyant/codevoyant