momentmaker

29 mods across 1 repository, 3 stars between them.

kaijutsu AGENTS.md

01

momentmaker/kaijutsu

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.

3 2mo ago A 2,550 tokens original MIT

kaijutsu CLAUDE.md

02

momentmaker/kaijutsu

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.

3 2mo ago A 128 tokens original MIT

kaijutsu GEMINI.md

03

momentmaker/kaijutsu

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.

3 2mo ago A 212 tokens original MIT

mcp_examples

04

momentmaker/kaijutsu

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.

3 2mo ago A 0 tokens original MIT

code-simplification

05

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…

3 2mo ago A 88 tokens original MIT

dcg

06

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

3 2mo ago D 95 tokens original MIT

editorial-review

07

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…

3 2mo ago A 97 tokens original MIT

journal

08

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

3 2mo ago A 66 tokens original MIT

readme-update

09

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…

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…

3 2mo ago A 87 tokens original MIT

session-retro

11

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…

3 2mo ago A 81 tokens original MIT

autopilot

12

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…

3 2mo ago A 101 tokens original MIT

blunder-hunt

13

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.

3 2mo ago A 67 tokens original MIT

brainstorm

14

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…

3 2mo ago A 137 tokens original MIT

convergence-detect

15

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.

3 2mo ago A 63 tokens original MIT

deslop

16

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.

3 2mo ago A 64 tokens original MIT

dispatch-parallel

17

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…

3 2mo ago A 67 tokens original MIT

doc-review

18

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…

3 2mo ago A 142 tokens original MIT

dream

19

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…

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.

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…

3 2mo ago A 81 tokens original MIT

polish

22

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…

3 2mo ago A 70 tokens original MIT

pr-review

23

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…

3 2mo ago A 152 tokens original MIT

refactor-plan

24

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…

3 2mo ago A 124 tokens original MIT