Kiro Powers
Kiro Powers are specialized add-ons that bundle MCP tools, steering files, and hooks into a single install. They give your agents specialized knowledge without overwhelming them with context — Powers activate dynamically based on your conversation, loading only relevant capabilities.
How Powers Work
Section titled “How Powers Work”- One-click install — Browse the catalog and install any Power instantly
- Context-aware activation — Powers load automatically when relevant to your task
- Combine multiple Powers — Use several Powers together for enhanced capabilities
- No context overload — Only active Power capabilities are loaded into context
Installing Powers
Section titled “Installing Powers”-
Open the Powers catalog
Access Powers from the Kiro IDE menu or browse at kiro.dev/powers.
-
Choose a Power
Browse by category or search for specific capabilities.
-
Click Install
One click installs the Power. It’s immediately available in your workspace.
-
Start using it
The Power activates automatically when your conversation relates to its capabilities.
Available Powers by Category
Section titled “Available Powers by Category”Design & Development
Section titled “Design & Development”| Power | Description |
|---|---|
| Figma | Maps UI components to designs, maintains design-code consistency |
| Postman | Automates API testing and collection management |
Deployment & Infrastructure
Section titled “Deployment & Infrastructure”| Power | Description |
|---|---|
| Netlify | Deploy modern web apps to global CDN with one command |
| Terraform | Infrastructure-as-Code with HashiCorp registry integration |
| AWS CDK | Build well-architected AWS infrastructure with CDK best practices |
| ECS Express Mode | Deploy containers to AWS with automatic HTTPS endpoints |
| InsideOut | AI-driven AWS and GCP infrastructure design |
Databases
Section titled “Databases”| Power | Description |
|---|---|
| Aurora PostgreSQL | Build database applications with AWS best practices |
| Aurora DSQL | Serverless distributed SQL database |
| Supabase | Postgres, authentication, and storage (hosted or local) |
| Neon | Serverless Postgres with branching and autoscaling |
Agent Building
Section titled “Agent Building”| Power | Description |
|---|---|
| Strands | Multi-model agent development (Bedrock, Anthropic, OpenAI) |
| Amazon Bedrock AgentCore | Deploy agents on AWS agentic platform |
| SaaS Builder | Build multi-tenant serverless applications |
Observability & Monitoring
Section titled “Observability & Monitoring”| Power | Description |
|---|---|
| Datadog | Query logs, metrics, traces, and manage incidents |
| Dynatrace | DQL queries for debugging and performance analysis |
| CloudWatch Application Signals | SLO compliance and root cause analysis |
| Hud | Runtime code sensors for production error detection |
Security & Payments
Section titled “Security & Payments”| Power | Description |
|---|---|
| Snyk | Vulnerability scanning and automated remediation |
| Stripe | Payment integrations and billing management |
Practical Examples
Section titled “Practical Examples”With the Netlify Power installed, you can deploy directly from chat:
"Deploy this app to Netlify with a custom domain"Kiro will:
- Configure your build settings
- Set up the deployment pipeline
- Handle DNS and SSL automatically
The Supabase Power helps you build full-stack apps:
"Add user authentication with Supabase and create a profiles table"Kiro will:
- Set up Supabase authentication
- Create database migrations
- Generate type-safe client code
With the Figma Power, convert designs to code:
"Implement this Figma design as a React component"Kiro will:
- Extract design tokens (colors, spacing, typography)
- Generate component structure matching the design
- Maintain consistency with your design system
Powers vs MCP Servers
Section titled “Powers vs MCP Servers”| Feature | Powers | MCP Servers |
|---|---|---|
| Installation | One-click | Manual configuration |
| Includes | MCP + Steering + Hooks | MCP tools only |
| Context management | Automatic activation | Always loaded |
| Best for | Common workflows | Custom integrations |
Finding More Powers
Section titled “Finding More Powers”- Official catalog: kiro.dev/powers
- Community Powers: promptz.dev hosts community-contributed Powers
- Build your own: Powers can be distributed via GitHub repositories
Workshop Exercise
Section titled “Workshop Exercise”If you have time, try installing a Power relevant to your work:
- Visit kiro.dev/powers
- Install Netlify (for web deployment) or Supabase (for database)
- In Kiro chat, ask it to help with a task related to that Power
- Notice how the Power’s capabilities automatically activate