From aws-skills-for-claude-code
Guides building and testing Kiro Powers with templates, structure, frontmatter specs, best practices, and validation for Guided MCP and Knowledge Base types. Activates on power builder or Kiro development mentions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aws-skills-for-claude-code:power-builderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guide for building Kiro Powers. Two types:
Guide for building Kiro Powers. Two types:
my-power/
├── POWER.md # Required: metadata + documentation
├── mcp.json # Required for Guided MCP Powers only
└── steering/ # Optional: workflow guides
---
name: "power-name"
displayName: "Human Readable Name"
description: "Clear description (max 3 sentences)"
keywords: ["keyword1", "keyword2"]
author: "Your Name"
---
npx claudepluginhub whchoi98/aws-skills-for-claude-code --plugin aws-skills-for-claude-codeManages AWS Kiro spec files including requirements.md (EARS), design.md, tasks.md, and steering context.md for IDE sync and AI agent workflows.
Lists all available bkit skills (PDCA, Sprint, Control, 40+ specialized) via /bkit or 'bkit help'.
Creates React and Vite code apps for Power Apps. Scaffolds projects, checks prerequisites like Node.js and pac CLI, authenticates, builds, and deploys to Power Platform.