kirohub
v1.1.0
Published
CLI for installing Kiro resources from KiroHub
Maintainers
Readme
KiroHub CLI
Install and discover Kiro resources from the command line.
Installation
npx kirohubInteractive Mode
Run without arguments to launch the interactive menu:
npx kirohubThis provides a guided experience to search, install, list, and remove resources with type and category filters.
Commands
Search
npx kirohub search <query>Options:
-t, --type <type>— Filter by type:Steering,Hook,Power,Prompt,Agent,Skill-c, --category <cat>— Filter by category:aws,frontend,backend,api-design,documentation,devops,security,testing,database,ai-ml,architecture,developer-tools,typescript,python,java,rust,golang,csharp-l, --limit <n>— Limit results (default: 10)--json— Output as JSON for scripting
Examples:
npx kirohub search terraform
npx kirohub search aws --type Steering
npx kirohub search react --category frontend --limit 20
npx kirohub search api --type Hook --category backend --jsonAdd
npx kirohub add <owner/resource>Options:
-y, --yes— Skip confirmation prompt
List
npx kirohub listShows installed resources in your .kiro/ directory.
Remove
npx kirohub remove [resource]Options:
-y, --yes— Skip confirmation prompt
If no resource is specified, shows an interactive picker.
Publish (Maintainers)
cd packages/cli
npm install
npm run build
npm publish --access public