Docforge Dashboard banner
jonaskahn jonaskahn

Docforge Dashboard

Development community

Description

--- name: docforge-dashboard description: Previews the written docs as a local, browsable site — rebuilds only what changed, never touches the repo's package files. --- If the invocation arguments contain `--help` (or the user asks what this command does), print the `/docforge-dashboard` section of `${CLAUDE_PLUGIN_ROOT}/skills/docforge/_shared/help.md` — purpose and every parameter with its meaning — and stop; do not load the skill or run a workflow. Otherwise: Load and follow the Docforge da

Installation

Installs to ~/.claude/skills/jonaskahn-docforge-docforge-dashboard/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jonaskahn-docforge-docforge-dashboard && curl -fsSL https://raw.githubusercontent.com/jonaskahn/docforge/HEAD/commands/docforge-dashboard.md -o ~/.claude/skills/jonaskahn-docforge-docforge-dashboard/SKILL.md

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

Full documentation available on GitHub

View Source Repository