quantumentangled-dev

12 mods across 1 repository, 6 stars between them.

ai-docs

01

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.

6 3mo ago A tokens not measured original MIT

ai-docs-reader

03

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.

6 3mo ago A 42 tokens original MIT

PreToolUse

04

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.

6 3mo ago A tokens not measured original MIT

PostToolUse

05

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.

6 3mo ago A tokens not measured original MIT

askuser-protocol

06

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.

6 3mo ago A 41 tokens original MIT

create

07

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"…

6 3mo ago C 205 tokens original MIT

mermaid

08

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.

6 3mo ago A 34 tokens copy · 100% MIT

publish

09

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…

6 3mo ago A 126 tokens original MIT

read

10

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…

6 3mo ago A 120 tokens original MIT

theme

11

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"…

6 3mo ago A 155 tokens original MIT

unpublish

12

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…

6 3mo ago A 109 tokens original MIT