docs-cockpit
01Plugin Claude Code
Single-plugin marketplace for docs-cockpit — skill-first project dashboard: skills own the doc-association cognition, a mechanical CLI renders.
Plugin Claude Code
Single-plugin marketplace for docs-cockpit — skill-first project dashboard: skills own the doc-association cognition, a mechanical CLI renders.
Plugin Claude Code
Skill-first project dashboard: 1 entry router (use-docs-cockpit, auto-injected via SessionStart hook) + 2 flow skills (docs-cockpit-build: create the module↔doc association system in dialogue; docs-cockpit-rebuild: diagnose drift + refresh + status narratives) + a mechanical render CLI (docs-cockpit render…
Instructions file CodexOpenCode
Instructions for Guohao1020/docs-cockpit, covering agents.md, what this repo is, common commands, local development and tests.
Instructions file
Instructions for Guohao1020/docs-cockpit, covering claude.md, what this repo is, common commands, local development and tests.
Command
Generate a single-file markdown browser HTML — tree sidebar + marked.js render. Scans project docs/ + /.claude/{plans,projects} by default.
Command
Validate frontmatter + body conventions across all project docs (without rebuilding the dashboard).
Command
One-shot migrate an existing project's scattered MDs (docs/plans/, docs/adrs/, etc.) into docs-cockpit's canonical docs/spec/module/ layout, with auto-generated frontmatter and yaml.
Command
Run docs-cockpit render — regenerates docs/index.html + docs/state.json from the project's docs-cockpit.yaml.
Command
Update docs-cockpit (CLI + plugin) · delegates to docs-cockpit upgrade CLI for atomic one-command upgrade.
Hook
Runs when a session starts on startup, clear and compact, executing run-hook.cmd. From Guohao1020/docs-cockpit.
Skill Claude CodeCodex
Build or set up docs-cockpit from 0→1: create docs-cockpit.yaml, wire modules to specs/plans, add anchors, draft missing docs, and render the dashboard.
Skill Claude CodeCodex
Refresh an existing docs-cockpit: diagnose stale anchors, re-sync changed specs, answer status/progress questions, run health checks, and render fixes.
Skill Claude CodeCodex
Entry/router for the docs-cockpit skill ecosystem. Loaded by default in any project that has a docs-cockpit.yaml. Tells the agent: this project uses docs-cockpit; cognition lives in skills, python only renders; route to docs-cockpit-build (create/extend association), docs-cockpit-rebuild…