CLI Prompt Management Tool - Guides and Documentation
| English | 日本語 |
Set up Climpt in your project using direct JSR execution.
Navigate to your project directory and run:
deno run -A jsr:@aidevtool/climpt init
your-project/
├── .agent/
│ └── climpt/
│ ├── config/
│ │ ├── default-app.yml # Application configuration
│ │ └── registry_config.json # Registry configuration
│ ├── prompts/ # Prompt templates
│ │ └── (empty initially)
│ └── registry.json # Command registry
└── ...
Installing the Claude Code plugin is required to use Iterate Agent.
Execute the following command in Claude Code:
/plugin marketplace add tettuan/climpt
/plugin install climpt-agent
Note: If /plugin install fails:
/pluginclimpt-agent/plugin list
Success if output contains climpt-agent. The delegate-climpt-agent Skill
becomes available.
# Display help
deno run -A jsr:@aidevtool/climpt --help
# Check version
deno run -A jsr:@aidevtool/climpt --version
# Verify configuration files exist
ls -la .agent/climpt/config/
In Claude Code: /plugin list
Ensure you’re running from the project root:
pwd
ls -la
/plugin