kaijutsu mascot

kaijutsu

Open skills for AI coding agents. Install once, run on Claude Code, Codex, Gemini — all from the same registry.

curl -fsSL https://kaijutsu.dev/install.sh | sh

Showing all 37 skills.

agent-doctor 0.1.0

CORE

Diagnostic + cleanup tool for AI agent state directories. Audits ~/.claude, ~/.codex, ~/.gemini, ~/.agents; surfaces stale sessions, orphaned cache, broken hook refs; reclaims space safely (trash-not-delete, 30-day recovery).

claude · codex · gemini
jutsu install agent-doctor

api-and-interface-design

THIRD-PARTY

Third-party skill from github.com/addyosmani/agent-skills; install via `jutsu install api-and-interface-design`.

claude · codex · gemini
jutsu install api-and-interface-design

blunder-hunt 0.2.0

CORE

Multi-pass adversarial critique. Run a skeptic review N times in fresh contexts (optionally in parallel via dispatch-parallel); deduplicate; surface only issues that survive.

claude · codex · gemini
jutsu install blunder-hunt

browser-testing-with-devtools

THIRD-PARTY

Third-party skill from github.com/addyosmani/agent-skills; install via `jutsu install browser-testing-with-devtools`.

claude · codex · gemini
jutsu install browser-testing-with-devtools

ci-cd-and-automation

THIRD-PARTY

Third-party skill from github.com/addyosmani/agent-skills; install via `jutsu install ci-cd-and-automation`.

claude · codex · gemini
jutsu install ci-cd-and-automation

code-review-and-quality

THIRD-PARTY

Third-party skill from github.com/addyosmani/agent-skills; install via `jutsu install code-review-and-quality`.

claude · codex · gemini
jutsu install code-review-and-quality

code-simplification 0.1.0

CORE

Reduce code without changing behavior. Apply Chesterton's Fence + Rule of 500. Find dead code, duplicate logic, unused abstractions, leaky helpers, premature factoring. Composes polish (review-fix loop) and blunder-hunt (regression risk).

claude · codex · gemini
jutsu install code-simplification

context-engineering

THIRD-PARTY

Third-party skill from github.com/addyosmani/agent-skills; install via `jutsu install context-engineering`.

claude · codex · gemini
jutsu install context-engineering

convergence-detect 0.2.0

CORE

Detect when an iterative loop has stopped producing new signal. Quantitative scoring (token deltas, jaccard similarity, new-item ratio) plus optional persistence of round-by-round signals to .claude/convergence-log/ for post-hoc tuning.

claude · codex · gemini
jutsu install convergence-detect

dcg 0.1.0

CORE

Destructive command guard. Pre-tool-use hook that blocks rm -rf /, git reset --hard, git clean -fd, rm of .env / credentials, and other unrecoverable shell commands before the agent executes them.

claude · codex · gemini HOOKS
jutsu install dcg

debugging-and-error-recovery

THIRD-PARTY

Third-party skill from github.com/addyosmani/agent-skills; install via `jutsu install debugging-and-error-recovery`.

claude · codex · gemini
jutsu install debugging-and-error-recovery

decide 0.2.0

CORE

Decision journal — record architectural decisions with reasoning + tripwires; multi-model critique on record; auto-tag from content; surface recorded decisions when about to contradict one. Writes to project-memory.

claude · codex · gemini
jutsu install decide

deprecation-and-migration

THIRD-PARTY

Third-party skill from github.com/addyosmani/agent-skills; install via `jutsu install deprecation-and-migration`.

claude · codex · gemini
jutsu install deprecation-and-migration

deslop 0.2.0

CORE

Strip AI-generated tells from a draft. Two modes: --strip edits in place; --detect reports flagged passages without editing. Reads project style guides from CLAUDE.md/AGENTS.md for project-specific term preservation.

claude · codex · gemini
jutsu install deslop

dispatch-parallel 0.2.0

CORE

Fan out N independent tasks to parallel subagents, collect, synthesize. Primitive for skills that need parallelism (multi-lens review, multi-file edits, multi-source data gathering).

claude · codex · gemini
jutsu install dispatch-parallel

documentation-and-adrs

THIRD-PARTY

Third-party skill from github.com/addyosmani/agent-skills; install via `jutsu install documentation-and-adrs`.

claude · codex · gemini
jutsu install documentation-and-adrs

frontend-ui-engineering

THIRD-PARTY

Third-party skill from github.com/addyosmani/agent-skills; install via `jutsu install frontend-ui-engineering`.

claude · codex · gemini
jutsu install frontend-ui-engineering

git-workflow-and-versioning

THIRD-PARTY

Third-party skill from github.com/addyosmani/agent-skills; install via `jutsu install git-workflow-and-versioning`.

claude · codex · gemini
jutsu install git-workflow-and-versioning

idea-refine

THIRD-PARTY

Third-party skill from github.com/addyosmani/agent-skills; install via `jutsu install idea-refine`.

claude · codex · gemini
jutsu install idea-refine

incremental-implementation 0.1.0

CORE

Implement features as thin vertical slices, each shippable behind a feature flag. Each slice ends in green CI. No big-bang refactors. Composes scope-check (cost-tier) and polish (per-slice review).

claude · codex · gemini
jutsu install incremental-implementation

journal 0.2.0

CORE

Periodic development journal — read git/PRs/decisions/memory; produce a structured narrative; optional multi-model synthesis for the narrative voice. Themed cadences (weekly/sprint/release/monthly) and sentiment+velocity tracking.

claude · codex · gemini
jutsu install journal

lie-to-them 0.2.0

CORE

Prompt primitive — assert N issues exist to force exhaustive enumeration. Includes a transparency footer recommendation: every output that used lie-to-them should disclose the claimed-N and actual-found counts.

claude · codex · gemini
jutsu install lie-to-them

multi-model-synth 0.2.0

CORE

Fan out the same task to multiple models (Claude, Codex, Gemini), compare responses, synthesize a 'best of all worlds' answer that artfully blends each model's strengths.

claude · codex · gemini
jutsu install multi-model-synth

performance-optimization

THIRD-PARTY

Third-party skill from github.com/addyosmani/agent-skills; install via `jutsu install performance-optimization`.

claude · codex · gemini
jutsu install performance-optimization

planning-and-task-breakdown 0.1.0

CORE

Decompose a spec into a verifiable task list — vertical slices, explicit dependencies, acceptance criteria per task. Final review pass via blunder-hunt + scope-check before tasks are considered ready for implementation.

claude · codex · gemini
jutsu install planning-and-task-breakdown

polish 0.2.0

CORE

Automated post-implementation review-and-fix loop. Up to 4 passes; each pass alternates random-code-exploration and cross-agent-review lenses; convergence-detect declares the stop; deslop runs at the end on any user-facing prose.

claude · codex · gemini
jutsu install polish

pr-review 0.3.0

CORE

Adversarial PR review. Run by a different agent than the committer; assume bugs exist; surface them as inline PR comments via gh. Optional multi-model fan-out for high-stakes diffs.

claude · codex · gemini
jutsu install pr-review

project-memory 0.2.0

CORE

Cross-skill project-memory contract. Defines the schema and conventions for the per-project memory directory that decide, session-retro, unstuck, and other skills read and write.

claude · codex · gemini
jutsu install project-memory

readme-update 0.2.0

CORE

Detect README staleness, identify out-of-date sections, propose targeted diffs. Semantic section matching (Quickstart ≈ Get Started); works on any markdown doc (CONTRIBUTING, ARCHITECTURE, CHANGELOG); auto-generates usage examples from new CLI commands; checks badge staleness.

claude · codex · gemini
jutsu install readme-update

scope-check 0.2.0

CORE

Mid-task scope mirror with cost-tier classification (plan/bead/code = 1x/5x/25x). Surfaces when work has drifted from cheap planning into expensive code-space rework, and identifies natural split-points where a PR could become two.

claude · codex · gemini
jutsu install scope-check

security-and-hardening 0.1.0

CORE

OWASP-Top-10-aware security review. Sweep the diff (or a target file set) for injection, auth gaps, deserialization risks, broken access control, sensitive data exposure, security misconfig, and supply-chain trust. Composes blunder-hunt's hostile-input lens.

claude · codex · gemini
jutsu install security-and-hardening

session-retro 0.3.0

CORE

End-of-session retrospective. Mines the current conversation for learnings; cross-session pattern detection across recent retros; writes to project-memory; optional auto-apply mode.

claude · codex · gemini
jutsu install session-retro

shipping-and-launch

THIRD-PARTY

Third-party skill from github.com/addyosmani/agent-skills; install via `jutsu install shipping-and-launch`.

claude · codex · gemini
jutsu install shipping-and-launch

source-driven-development

THIRD-PARTY

Third-party skill from github.com/addyosmani/agent-skills; install via `jutsu install source-driven-development`.

claude · codex · gemini
jutsu install source-driven-development

spec-driven-development 0.1.0

CORE

Author a PRD-style spec before writing implementation. Produce a written, reviewable artifact (problem statement, scope, non-goals, acceptance criteria, open questions) that survives the agent session and gets reviewed by a fresh-eyes pass before unblocking implementation.

claude · codex · gemini
jutsu install spec-driven-development

test-driven-development

THIRD-PARTY

Third-party skill from github.com/addyosmani/agent-skills; install via `jutsu install test-driven-development`.

claude · codex · gemini
jutsu install test-driven-development

unstuck 0.2.0

CORE

Guided problem articulation when you're stuck — break unproductive loops by forcing clarity, then escalate via blunder-hunt + structured pivots.

claude · codex · gemini
jutsu install unstuck