Instructions file CodexOpenCode
Instructions for momentmaker/kaijutsu, covering agents.md — contributor guidance for ai coding agents, project at a glance, current state (as of v0.8.1), design principle: agent-first, human-friendly and conventions.
Instructions file CodexOpenCode
Instructions for momentmaker/kaijutsu, covering agents.md — contributor guidance for ai coding agents, project at a glance, current state (as of v0.8.1), design principle: agent-first, human-friendly and conventions.
Instructions file
Instructions for momentmaker/kaijutsu: Claude Code: read AGENTS.md. It is the canonical contributor guidance for any AI agent working on kaijutsu itself, kept in sync across Claude / Codex / Antigravity.
Instructions file Gemini CLI
Instructions for momentmaker/kaijutsu: Gemini CLI: read AGENTS.md. It is the canonical contributor guidance for any AI agent working on kaijutsu itself, kept in sync across Claude / Codex / Antigravity.
Agent
The mcp driver lets deterministic analyzers participate in jutsu swarm alongside LLM peers. Per spec D7 the server exposes a single agreed-upon tool — analyze (overridable via toolname) — that takes the preset name + severity vocabulary + input body, and returns a JSON array of findings.
Skill Claude CodeCodex
Reduce code without changing behavior. Apply Chesterton's Fence (don't remove what you don't understand) and the Rule of 500 (files over 500 lines usually need splitting). Use when the user says "simplify this", "clean up", "remove dead code", "tighten", or invokes /simplify. Composes polish (review-fix loop) and…
Skill Claude CodeCodex
Destructive Command Guard. Installs a pre-tool-use hook that blocks unrecoverable shell commands (rm -rf /, git reset --hard, git clean -fd, rm of .env / credentials, force-pushing to main, fork bombs, shred / dd, etc.) before the agent executes them. Use when the user says "install dcg", "destructive command guard"…
Skill Claude CodeCodex
Multi-pass editorial review for long-form essays + articles. Run after drafting is complete, before publish. Four passes — structural / line-level / AI-tells & voice / resonance. Voice-configurable (default literary-intelligent-general). Composes deslop for final user-facing prose pass. Use when the user says "review…
Skill Claude CodeCodex
Monthly development journal. Use when the user says "journal", "monthly journal", "what did we do this month", "monthly recap", "development diary", or invokes /journal. Optionally /journal {month} for a specific month (e.g., /journal march, /journal 2026-03).
Skill Claude CodeCodex
Detect README staleness and propose a targeted update. Use when the user says "update readme", "is the readme out of date", "readme refresh", "/readme-update", or after merging a feature that likely changes installation, usage, or public API. Reads the README's last-touched commit, walks the commits since, and…
Skill Claude CodeCodex
OWASP-Top-10-aware security review of a diff or target file set. Use when the user says "security review", "OWASP check", "audit for vulns", "harden this", "security audit", or invokes /security. Composes blunder-hunt's hostile-input lens. Surfaces injection, auth gaps, broken access control, sensitive data exposure…
Skill Claude CodeCodex
End-of-session retrospective that mines the current conversation for learnings. Use when the user says "retro", "session retro", "what did we learn", "extract learnings", "session review", "conversation review", or wants to capture insights before ending a session. Also trigger when the user asks to turn repeated…
Skill Claude CodeCodex
Intent-to-PR pipeline. Describe an outcome in natural language and the system runs the full development pipeline autonomously — brainstorm, spec, plan, build, ship — with multi-agent adversarial review at every artifact stage. Two gates total (post-brainstorm + PR review on GitHub). Cost-capped. Use when the user says…
Skill Claude CodeCodex
Multi-pass adversarial critique primitive. Use when another skill or the user invokes /blunder-hunt or asks for a "5x critique", "find what's wrong", or "blunder hunt". Composed by skills like pr-review, polish, and unstuck to surface bugs that single-pass review misses.
Skill Claude CodeCodex
Multi-agent ideation against a free-form prompt. Wraps jutsu swarm brainstorm " " to run claude / codex / antigravity in parallel with three different angles (claude=long-horizon framing, codex=code-pattern grounding, antigravity=cross-domain analogy), synthesizes into a ranked list of approaches with tradeoffs. Use…
Skill Claude CodeCodex
Detect when an iterative loop has stopped producing new signal. Use when another skill (polish, session-retro, plan refinement) needs a stop condition that's smarter than "ran N rounds". Three signals — output shrinking, change rate slowing, content similarity rising — indicate it's time to stop.
Skill Claude CodeCodex
Strip AI-generated tells from a draft without changing its substance. Use when the user says "deslop", "remove AI tells", "make this sound less like ChatGPT", or invokes /deslop. Composed by polish, journal, readme-update, and any skill that produces user-facing prose.
Skill Claude CodeCodex
Fan out N independent tasks to parallel subagents, collect their results, optionally synthesize. Use when another skill needs work that decomposes into independent pieces — review passes with different lenses, multi-file searches, multi-source data gathering. Composed by skills like blunder-hunt, pr-review, polish…
Skill Claude CodeCodex
Universal multi-agent QA gate for markdown artifacts (specs, plans, decision records, RFCs, design docs). Wraps jutsu swarm doc-review to run claude / codex / antigravity in parallel with tailored lenses (claude=completeness, codex=implementability, antigravity=consistency), synthesizes into a single review with a…
Skill Claude CodeCodex
Pre-implementation interrogation. Walks any topic through 8 cognitive lenses to surface hidden assumptions, weak premises, orthogonal angles, temporal decay, and adversarial misuse BEFORE the topic becomes a spec / plan / commit. Use when the user says "what do you think about X?", "should we do X?", "is X worth…
Skill Claude CodeCodex
Implement features as thin vertical slices behind feature flags, each shippable on green CI. Use when the user says "implement this", "ship it in stages", "vertical slice", "incremental", or invokes /implement / /build. Reject big-bang refactors; demand a slice plan first.
Skill Claude CodeCodex
Decompose a spec into a verifiable task list — vertical slices, explicit dependencies, per-task acceptance criteria. Use when the user says "break this down", "task list", "make a plan", "what are the steps", or invokes /plan. End with jutsu swarm doc-review to surface gaps before tasks are considered ready for…
Skill Claude CodeCodex
Automated post-implementation review-and-fix loop. Use after completing a feature or implementation plan to find and fix issues across multiple passes until convergence. Invoke with /polish. Composes blunder-hunt for the review pass, convergence-detect for the stop condition, and deslop for any user-facing prose at…
Skill Claude CodeCodex
Adversarial multi-agent pull-request review. Runs claude / codex / antigravity in parallel via jutsu swarm pr-review, each with a tailored prompt (claude=architecture+correctness, codex=edge cases, antigravity=cross-file patterns), then synthesizes into a single markdown review with a disagreement table. --full mode…
Skill Claude CodeCodex
Multi-agent refactor planning — files + goal in, ordered step plan with risk per step out. Wraps jutsu swarm refactor-plan ... --goal " " to run claude / codex / antigravity with three angles (claude=architectural decomposition, codex=stepwise risk, antigravity=pattern consistency). Designed to feed into…