mlua-swarm
01Plugin Claude Code
Bundled Claude Code plugins for mlua-swarm (mse) — the long-running swarm engine that compiles flow.ir Blueprints and dispatches agent steps to workers.
Plugin Claude Code
Bundled Claude Code plugins for mlua-swarm (mse) — the long-running swarm engine that compiles flow.ir Blueprints and dispatches agent steps to workers.
Agent
Given a Blueprint id (already registered with a running mse serve), review every agent's systemprompt shape against mse://guides/agent-md-authoring §Quick self-check + §Verifying how your agent materializes. Sensor only — never modifies the BP, never blocks register, never stops dispatch. Invoke immediately after mse…
Agent
Sample researcher agent — investigates a topic and returns a summary. Bundled with mse as an authoring example for $agentmd refs.
Agent
Sample reviewer agent — reads a draft and returns PASS or BLOCKED with a rationale. Bundled with mse as an authoring example for $agentmd refs and verdict contracts.
Plugin Claude Code
mse Blueprint-authoring DX set (mse-adviser / bp-coder + mse-wake / bp-build skills). Bundled with mlua-swarm.
Agent
Isolated worker spawned by /bp-build. Receives a design paragraph plus a resolved output path, writes a Blueprint (JSON or .bp.lua), runs bpdoctor as the verify gate, and loops implementation with up to three retries until diagnostics are clean (or the retry cap is hit). Returns a three-section result summary to the…
Agent
Read-only Q&A / design consultation over the mse Blueprint schema, bundled samples, and guides. Answers "how do I express X in a Blueprint" questions by grounding in mse://api/blueprint-schema, mse://guides/, and mse://blueprints/samples/. Client-decide pattern — reports options and evidence with resource URIs, never…
Skill Claude CodeCodex
Delegates Blueprint implementation to @bp-coder. Invoke (either by the User typing /bp-build " " --out= directly, or by the AI invoking it on the User's behalf) only once the design paragraph is mature — flow shape, worker binding, verdict / projection expectations, and output path are all decided.
Skill Claude CodeCodex
Load the mse Blueprint JSON Schema, the bundled guide inventory, and the sample inventory into the main-thread context so subsequent design conversation can name Blueprint concepts with grounded vocabulary. Read-only load; does not spawn any agent.
MCP server Claude CodeCodexCursor
MCP server "mlua-swarm" as configured in ynishi/mlua-swarm. Runs in Docker (ghcr.io/ynishi/mse:0.9.2).
Instructions file
Claude Code instructions for ynishi/outline-mcp, covering outline-mcp — project rules, 最上位 (作業開始前に必ず読む), book 参照 sop and その他.
MCP server Claude CodeCodexCursor
MCP server "outline-mcp" as configured in ynishi/outline-mcp. Runs in Docker (ghcr.io/ynishi/outline-mcp:0.9.1).
MCP server Claude CodeCodexCursor
MCP server "mini-app-mcp" as configured in ynishi/mini-app-mcp. Runs in Docker (ghcr.io/ynishi/mini-app-mcp:0.19.0).