ai-docs
01quantumentangled-dev/ai-docs-plugin
Plugin Claude Code
Generate AI-friendly HTML documents (decks, reports, dashboards) and publish them to GitHub Pages — all via natural-language interactions.
quantumentangled-dev/ai-docs-plugin
Plugin Claude Code
Generate AI-friendly HTML documents (decks, reports, dashboards) and publish them to GitHub Pages — all via natural-language interactions.
quantumentangled-dev/ai-docs-plugin
Agent
Drafts AI-friendly HTML documents (decks via MARP, reports via pandoc, general HTML) with paired .md sources. Used by the create skill.
quantumentangled-dev/ai-docs-plugin
Agent
Fetches AI-friendly markdown from ai-docs URLs (or browses an ai-docs repo) without loading the rendered HTML into main context. Used by the read skill.
quantumentangled-dev/ai-docs-plugin
Hook
Runs before the agent uses a tool for Read, Bash and Task tool calls, executing auto-allow-plugin-reads.sh, auto-allow-plugin-scripts.sh and no-subagent-redispatch.sh (3 commands). From quantumentangled-dev/ai-docs-plugin.
quantumentangled-dev/ai-docs-plugin
Hook
Runs after a tool call finishes for Bash tool calls, executing build-error-context.sh. From quantumentangled-dev/ai-docs-plugin.
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…