Command
Wire up the LLM backend — the core integration command.
Command
Wire up the LLM backend — the core integration command.
Command
Generate or regenerate the system prompt from the component library.
Command
Scaffold a new OpenUI project or add OpenUI to an existing project.
Command
Run the full validation pipeline and output a pass/fail checklist.
Command
Detect OpenUI project state and suggest next action.
Skill Claude CodeCodex
A Chinese-language wrapper for AutoResearchClaw, a 23-stage research pipeline. It can take a research topic through literature review, experiments, paper creation, peer review, and citation checking, provided the underlying software is installed.
Skill Claude CodeCodex
Automate setup, configuration, execution, monitoring, and troubleshooting of AutoResearchClaw — the 23-stage autonomous research pipeline that generates conference-grade papers. Use when the user mentions ResearchClaw, wants to write a research paper autonomously, needs to set up or debug the pipeline, or says…
OthmanAdi/codebase-knowledge-builder
Plugin Claude Code
Turn unfamiliar repositories into evidence-backed, reusable knowledge artifacts.
OthmanAdi/codebase-knowledge-builder
Plugin Claude Code
Turn unfamiliar repositories into evidence-backed, reusable knowledge artifacts.
OthmanAdi/codebase-knowledge-builder
Skill Claude CodeCodex
Study unfamiliar codebases and produce evidence-backed knowledge artifacts. Use for repository orientation, architecture mapping, subsystem tracing, onboarding, or codebase documentation.
Skill Claude CodeCodex
Connect and operate the Loophole Bridge (Ableton Live MCP server). Use when the user wants to check Live/bridge prerequisites, wire an MCP client to Loophole, or run a Live editing recipe (humanize, build arrangement, batch rename, chord from prompt). Triggers: "is my Ableton bridge working", "set up loophole"…
Plugin Claude Code
Self-hosted marketplace for the MDDesign orchestrator plugin.
Plugin Claude Code
Orchestrator plugin that weaves planning-with-files, DESIGN.md, memory routing, agent teams, and session handoff into one composable contract for any modern coding agent. Composes existing skills without altering their core. Includes code-to-DESIGN.md harvest and critique.
Skill Claude CodeCodex
Continuously bridges DESIGN.md into the active planning phase. When the user is working on a UI phase, reads the project's DESIGN.md, extracts the relevant token slice, and appends it to findings.md under "## Design Context" so the agent sees design constraints in its attention window. Never edits DESIGN.md, never…
Skill Claude CodeCodex
Harvests a DESIGN.md from an existing codebase, critiques it against the actual code, and applies safe quick-win fixes. Three modes harvest / critique / fix. Shells out to npx @google/design.md lint for structural validation; never reimplements Google's linter. The on-ramp that makes DESIGN.md adoptable for every…
Skill Claude CodeCodex
Three-tier memory layer for the orchestrator. Routes scratch (file-tier), WHERE (QMD), and WHY (MemPalace) through the existing code-memory-router slash command. Never edits planning files directly. Every WHY-tier promotion goes through the HITL gate.
Skill Claude CodeCodex
Makes sessions durable across /clear, machine reboots, and IDE switches. SessionStart catchup pulls scratch + last MemPalace recall + planning files into context. Stop promotion writes a handoff note and runs memory-keeper. Manual /mddesign:handoff re-runs either at any time.
Skill Claude CodeCodex
Turns a plan phase into a PhaseSpec v1 and dispatches it to a specialist subagent via the Agent tool. Subagent reads files itself, returns a structured result, the result is logged into progress.md. Markdown is the shared state; no in-memory shared store across agents.
Agent Codex
Long-running codebase scan. Extracts de-facto design tokens from existing UI code, clusters them by frequency, names them, returns a draft DESIGN.md body conforming to the Google Labs spec. Dispatched by /mddesign:harvest.
Agent Codex
Consumes one PhaseSpec v1 and runs it end to end. Reads referenced files itself. Returns a structured result. Default subagent for /mddesign:team dispatch.
Agent Codex
Triggered on Stop. Classifies recent session output into scratch / WHERE / WHY tiers. Returns a list of WHY-promotion candidates with verbatim quotes and proposed MemPalace drawer paths. HITL gates the actual promotion.
Agent Codex
Drafts a PhaseSpec v1 from a phase in taskplan.md. Read-only on planning files; returns the spec as text.
Agent Codex
HITL surrogate. Audits an executor's structured result against the PhaseSpec donewhen criteria. Returns approve, reject, or escalate. Read-only.
Command Codex
One-shot wiring check for MDDesign. Verifies planning-with-files, DESIGN.md, code-memory-router, and Google linter are all reachable. Surfaces any missing piece with a one-line fix-it. Read-only.