https://github.com/aisk/reinit
An agent skill that turns recent coding-agent session history into durable repository guidance.
https://github.com/aisk/reinit
agent agent-skills claude-code codex skill skills
Last synced: 2 days ago
JSON representation
An agent skill that turns recent coding-agent session history into durable repository guidance.
- Host: GitHub
- URL: https://github.com/aisk/reinit
- Owner: aisk
- License: bsd-3-clause
- Created: 2026-07-13T12:20:08.000Z (11 days ago)
- Default Branch: master
- Last Pushed: 2026-07-14T03:50:19.000Z (11 days ago)
- Last Synced: 2026-07-14T05:23:29.729Z (11 days ago)
- Topics: agent, agent-skills, claude-code, codex, skill, skills
- Homepage:
- Size: 11.7 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Re:Init / 再初期化
zài chūqīhuà・ㄗㄞˋ ㄔㄨ ㄑㄧ ㄏㄨㄚˋ・zoi³ co¹ kei⁴ faa³・さいしょきか・재초기화・tái khởi tạo
An agent skill that turns recent coding-agent session history into durable repository guidance. It reviews what the agent repeatedly had to rediscover and what the user explicitly corrected, then writes only the facts that pass a strict retention test into `AGENTS.md` / `CLAUDE.md`.

*Image by Homutan, source: https://www.pixiv.net/artworks/99426317*
## Invoke
Invoke it manually: `/reinit` in Claude Code and Crush, `$reinit` in Codex, `/skill:reinit` in pi.
## Install
The quick way, for any supported agent:
```sh
npx skills add aisk/reinit
```
Or clone it into your agent's skills directory:
| Agent | Command |
| --- | --- |
| Claude Code | `git clone https://github.com/aisk/reinit ~/.claude/skills/reinit` |
| Codex CLI | `git clone https://github.com/aisk/reinit ~/.codex/skills/reinit` |
| opencode | `git clone https://github.com/aisk/reinit ~/.config/opencode/skills/reinit` |
| Crush | `git clone https://github.com/aisk/reinit ~/.config/crush/skills/reinit` |
| pi | `git clone https://github.com/aisk/reinit ~/.pi/agent/skills/reinit` |