momentmaker/kaijutsu

Write your dev workflow once. Run it on any LLM. Open agent skills + multi-model swarm + a local findings store that learns which models you can trust.

3Stars on the repository
29Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

code-simplification

01

momentmaker/kaijutsu

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…

not rated 3 2mo ago A 88 tokens original MIT

dcg

02

momentmaker/kaijutsu

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

not rated 3 2mo ago D 95 tokens original MIT

editorial-review

03

momentmaker/kaijutsu

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…

not rated 3 2mo ago A 97 tokens original MIT

journal

04

momentmaker/kaijutsu

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).

not rated 3 2mo ago A 66 tokens original MIT

readme-update

05

momentmaker/kaijutsu

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…

not rated 3 2mo ago A 82 tokens original MIT

momentmaker/kaijutsu

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…

not rated 3 2mo ago A 87 tokens original MIT

session-retro

07

momentmaker/kaijutsu

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…

not rated 3 2mo ago A 81 tokens original MIT

autopilot

08

momentmaker/kaijutsu

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…

not rated 3 2mo ago A 101 tokens original MIT

blunder-hunt

09

momentmaker/kaijutsu

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.

not rated 3 2mo ago A 67 tokens original MIT

brainstorm

10

momentmaker/kaijutsu

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…

not rated 3 2mo ago A 137 tokens original MIT

convergence-detect

11

momentmaker/kaijutsu

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.

not rated 3 2mo ago A 63 tokens original MIT

deslop

12

momentmaker/kaijutsu

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.

not rated 3 2mo ago A 64 tokens original MIT

dispatch-parallel

13

momentmaker/kaijutsu

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…

not rated 3 2mo ago A 67 tokens original MIT

doc-review

14

momentmaker/kaijutsu

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…

not rated 3 2mo ago A 142 tokens original MIT

dream

15

momentmaker/kaijutsu

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…

not rated 3 2mo ago A 110 tokens original MIT

momentmaker/kaijutsu

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.

not rated 3 2mo ago A 67 tokens original MIT

momentmaker/kaijutsu

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…

not rated 3 2mo ago A 81 tokens original MIT

polish

18

momentmaker/kaijutsu

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…

not rated 3 2mo ago A 70 tokens original MIT

pr-review

19

momentmaker/kaijutsu

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…

not rated 3 2mo ago A 152 tokens original MIT

refactor-plan

20

momentmaker/kaijutsu

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…

not rated 3 2mo ago A 124 tokens original MIT

scope-check

21

momentmaker/kaijutsu

Skill Claude CodeCodex

Mid-task scope mirror. Use when the user says "scope check", "am I scope creeping", "how big has this gotten", "check the scope", or asks about the size of current work. Also use proactively when you notice the work has grown significantly beyond the original ask.

not rated 3 2mo ago A 60 tokens original MIT

security-audit

22

momentmaker/kaijutsu

Skill Claude CodeCodex

Multi-agent security audit. Runs claude / codex / antigravity in parallel through three CVSS-aligned lenses (claude=auth+data flow, codex=injection+priv-esc, antigravity=dep+supply-chain). Wraps jutsu swarm security-audit --pr (diff mode) or jutsu swarm security-audit ... (files mode). Output is a threat model with…

not rated 3 2mo ago A 167 tokens original MIT

momentmaker/kaijutsu

Skill Claude CodeCodex

Author a PRD-style spec before writing implementation. Use when the user says "write a spec", "PRD", "design doc", "spec out", "let's plan this", or invokes /spec. Produce a written, reviewable artifact (problem, scope, non-goals, acceptance criteria, open questions). End with jutsu swarm doc-review to surface gaps…

not rated 3 2mo ago A 88 tokens original MIT

unstuck

24

momentmaker/kaijutsu

Skill Claude CodeCodex

Guided problem articulation when you're stuck. Use when the user says "unstuck", "I'm stuck", "this isn't working", "help me think through this", "I keep going in circles", or invokes /unstuck. Helps break out of unproductive loops by forcing clarity before the next attempt.

not rated 3 2mo ago A 64 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: