eduardocota2

Rensei Kata — AI skill for Claude Code

AI community

rensei (錬成) + kata (型) — a graph-driven AI engineering loop.

How to install Rensei Kata

This entry records only its repository, not the path inside it, so there is no exact command to give. Open eduardocota2/rensei-kata and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Rensei Kata does

rensei (錬成) + kata (型) — a graph-driven AI engineering loop. One source of truth compiles to agents, commands and docs for Claude Code and OpenCode.

Alternatives in AI

  • Pal Configuration Docs — for model and thinking mode options 11.3k ★
  • Skill Seekers Roadmap — Transform Skill Seekers into the easiest way to create Claude AI skills from any knowledge source - documentat 11.1k ★
  • Auto Re Agent — Open-source AI reverse-engineering agent using Ghidra and LLMs to reconstruct and validate C/C++ functions fro 1.4k ★

README

rensei-kata

**A graph-driven AI engineering loop for Claude Code, OpenCode, and Codex** — your workflow as data: one YAML graph compiles into agents, slash commands, docs, a live diagram, and a runner that executes it.

gate → [design] → analyze → plan → implement → self-critique → spec-review → quality → correct → integrate → done
                        ↑____________________ correction loop (max 3×) ____________________↑

**rensei (錬成)** is the methodology — refinement through repetition: forge, temper, correct, repeat until the result is excellent. **kata (型)** is the dispatcher — it reads your request (Spanish or English) and routes it to the right agent.

npx rensei-kata init        # install the loop into your project

**Then, in your AI session:**

/rensei login with Google OAuth     ← the loop runs itself: phases, gates, bounds
/kata corrige el bug del login      ← dispatch a single request

![A real /rensei run: phases advance through gates, the correction loop consumes one of its three bounds, and `rensei-kata status` shows exactly where the loop is](docs/assets/run-example.png)

*A real `/rensei` run — each phase is an agent, each transition is a gate, and `status` always knows where the loop is (and how many retries are left).*


Table of contents


Why

AI coding agents are powerful but undisciplined: they skip planning, self-congratulate instead of self-critique, and drift from the spec. Frameworks that fix this usually do it in **prose** — long prompts that can't be checked, visualized, or executed.

![The same task without rensei (one long chat: no plan, no tests, spec drift found in