Kiro CLI - placeholder
npm install kiro-cli.kiro CLI)

📚 Documentation | 🤖 llms.txt | 🤖 llms-full.txt


CLI tool to fetch Kiro specification and steering files from remote GitHub repositories.
> What are .kiro files?
> .kiro files are specification and steering documents generated by Claude Code Spec-Driven Development (cc-sdd), a tool that helps structure AI-assisted development workflows using Claude Code slash commands and agents.
- 💬 Interactive Mode - Guided prompts with smart branch/project discovery and searchable UI
- 🎯 Steering Mode - Fetch only steering documents without project specs (--steering)
- ➕ Add Command - Incrementally add new projects without re-fetching everything
- 🔧 Shell Completion - Tab completion for bash, zsh, fish, PowerShell, and Elvish
- 📦 Repository Support - Fetch from any GitHub repository with branch/tag specification
- 🔄 Update Tracking - Detect remote changes and update only modified files (opt-in with --track)
- 🚀 NPX Support - No installation required, run instantly with npx kirox


Normal Mode:
```
.kiro/
├── specs/
│ ├── spec.json
│ ├── requirements.md
│ ├── design.md
│ └── tasks.md
└── steering/
├── product.md
├── tech.md
└── structure.md
Steering Mode (--steering):```
.kiro/
└── steering/
├── product.md
├── tech.md
└── structure.md
Full documentation is available at: https://yukihirop.github.io/kirox/
- Getting Started - Installation and setup
- Basic Usage - Common commands and options
- Advanced Usage - Configuration files, branch/subdirectory support
- CLI Reference - Complete command reference
- API Documentation - API specifications
- Configuration - Configuration file reference
- Troubleshooting - Common issues and solutions
See CONTRIBUTING.md for documentation contribution guidelines.
MIT