quantumentangled-dev/ai-docs-plugin
Skill Claude CodeCodex
Orchestrator/subagent boundary for user interaction. AskUserQuestion confinement + Blocker Report contract. Preloaded by all ai-docs subagents via skills: frontmatter.
Claude Code plugin: create, publish, and read AI-generated docs (Marp decks, Pandoc reports, general HTML) with Mermaid + theming + GitHub Pages publish
quantumentangled-dev/ai-docs-plugin
Skill Claude CodeCodex
Orchestrator/subagent boundary for user interaction. AskUserQuestion confinement + Blocker Report contract. Preloaded by all ai-docs subagents via skills: frontmatter.
quantumentangled-dev/ai-docs-plugin
Skill Claude CodeCodex
Use for authoring OR editing AI-friendly HTML documents in the user's current working directory — decks/presentations/slides, reports/postmortems/briefs, articles, dashboards, landing pages, any static-site content. Triggers on creation verbs ("create", "build", "draft", "write", "make", "generate", "compose"…
quantumentangled-dev/ai-docs-plugin
Skill Claude CodeCodex
Generate Mermaid diagrams from user requirements. Supports flowcharts, sequence diagrams, class diagrams, ER diagrams, Gantt charts, and 18 more diagram types.
quantumentangled-dev/ai-docs-plugin
Skill Claude CodeCodex
Use when the user asks to publish, push, deploy, ship, update, or republish an ai-docs document — pushes the paired .md + .html to the user's configured GitHub Pages repo via gh api. Triggers on publishing verbs ("publish", "push", "deploy", "ship", "make it live") AND on update verbs ("update", "republish", "push the…
quantumentangled-dev/ai-docs-plugin
Skill Claude CodeCodex
Use when the user pastes a URL to an HTML document or GitHub repo and asks for its content to be read, summarized, reviewed, or browsed — fetches the AI-friendly markdown source (or a plain-text fallback) without loading rendered HTML into the main agent's context. Triggers on https:// .github.io/ /... URLs…
quantumentangled-dev/ai-docs-plugin
Skill Claude CodeCodex
Use when the user wants to apply, change, switch, restyle, or remove a visual theme on an ai-docs document — injects per-theme CSS into the rendered .html (never touches the .md source). Triggers on theme verbs ("theme", "restyle", "apply theme", "change theme", "switch theme", "use the X look", "remove theme"…
quantumentangled-dev/ai-docs-plugin
Skill Claude CodeCodex
Use when the user asks to unpublish, delete, remove, take down, retract, withdraw, or depublish an ai-docs document — drops the matching .md + .html from the user's configured GitHub Pages repo via gh api. Triggers on takedown verbs ("unpublish", "delete", "remove", "take down", "retract") when the target is a slug…