$ npx agent-start

agent-start_

agent-start robot

Make your agent a soldier:
it follows only your rules and never forgets!

run it yourself
$ npx -y github:kmrlab/agent-start init
or paste this to your agent — it will install everything for you
Set up agent-start in this repository: run
npx -y github:kmrlab/agent-start init
and answer the questions.
all decisions remembered  ·  14 agents  ·  0 dependencies

How it works

  1. run only one command or paste an instruction to your agent
  2. pick where you work — Claude, Codex, Kimi, etc.
  3. agent-start creates a set of plain .md rules inside your project that your agent reads every session!
CodexKimi CodeCursorOpenCodeDevinKilo CodeClineContinueCopilotTraeClaude CodeGemini CLIAiderAmazon Q
your-repo/
├── AGENTS.md           # rules your agent reads
├── PLAN.md             # the task protocol
├── .agent/
│   ├── decisions.graph # what was decided, why
│   └── journal/        # per-session log
└── .agents/skills/     # plan-task, remember,
                      # session-close, verify,
                      # review-diff
github.com/kmrlab/agent-start