CLI Prompt Management Tool - Guides and Documentation
| English | 日本語 |
A guide for building an autonomous development environment that automatically processes GitHub Issues and Projects using Climpt and Iterate Agent.
This guide is divided into the following files for step-by-step environment setup:
| Chapter | File | Content |
|---|---|---|
| 0.1 | 00-1-concepts.md | Agent concepts (what/why) |
| 1 | 01-prerequisites.md | Prerequisites (Deno, gh CLI) |
| 2 | 02-climpt-setup.md | Climpt installation and setup |
| 3 | 03-instruction-creation.md | Creating instructions (prompts) |
| 4 | 04-iterate-agent-setup.md | Iterate Agent setup and execution |
| Chapter | File | Content |
|---|---|---|
| 5 | 05-architecture.md | Overview (architecture, execution flow) |
| 6 | 06-config-files.md | Config files (app.yml, user.yml) |
| 7 | 07-dependencies.md | Dependencies (registry, MCP, packages) |
| 8 | 08-prompt-structure.md | Prompt structure (manual creation, template variables) |
Climpt consists of five layers, enabling autonomous execution with Iterate Agent at the top.
Key Point: Top and Execution layers run in separate Claude Agent SDK sessions, achieving flexible autonomous operation through context separation. See 05-architecture.md for details.
climpt init, install
Claude Code pluginmeta create instruction,
generate frontmatter with meta build frontmatter, regenerate registry with
/regiterate-agent --init, execute with
--issue or --project