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.
npx claudepluginhub whchoi98/aws-skills-for-claude-code --plugin aws-skills-for-claude-codeThis skill uses the workspace's default tool permissions.
Guide for building Kiro Powers. Two types:
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
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"
---