kiro.dev
FreeAn agentic development environment for shipping real engineering work with AI
About kiro.dev
Kiro is an agentic development environment (IDE) built by a small team within AWS that reinvents how developers collaborate with AI agents. It introduces spec-driven development, where natural language prompts are turned into structured requirements, design, and tasks that agents execute. Kiro also supports Agent Skills — portable instruction packages that bundle instructions, scripts, and templates. Skills use progressive disclosure to keep context focused: only skill names load initially, full instructions load when relevant, and scripts/files load only as needed. Skills can be imported from GitHub or local folders, and can be scoped globally or per workspace. Additional capabilities include agent hooks for background tasks (e.g., updating docs, generating tests, optimizing code) and slash commands to invoke skills directly.
Key Features
Pros & Cons
- Transparent, structured skill system with clear activation logic and scope control
- Free tier available (50 credits) with access to capable models, including Claude Sonnet 4.5
- Integrated spec-driven development reduces ambiguity for AI agents
- Skills are portable and follow an open standard, enabling community sharing
- Workspace/global scoping allows per-project customization while keeping personal defaults
- Supports background agent hooks for non-blocking task execution
- Free tier has limited credits (50) and access only to open-weight models and Claude Sonnet 4.5; premium models require paid plans
- Credit-based pricing may require careful usage management for heavy workflows
- Currently relies on AWS ecosystem; not fully independent/self-hosted for enterprise
- Skill compatibility and licensing require manual handling in SKILL.md frontmatter