From aws-skills-for-claude-code
Monitors AWS service health, analyzes SLO compliance, and performs root cause analysis using CloudWatch Application Signals tools like audit_services, audit_slos, and search_transaction_spans.
npx claudepluginhub whchoi98/aws-skills-for-claude-code --plugin aws-skills-for-claude-codeThis skill uses the workspace's default tool permissions.
- audit_services - Primary service health auditing (use `auditors="all"` for root cause)
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.
auditors="all" for root cause)*payment*auditors="all" for root cause analysis* to find issuesauditors="all"{
"mcpServers": {
"cloudwatch-appsignals": {
"command": "uvx",
"args": ["awslabs.cloudwatch-applicationsignals-mcp-server@latest"],
"env": {
"AWS_PROFILE": "default",
"AWS_REGION": "us-east-1",
"FASTMCP_LOG_LEVEL": "ERROR"
}
}
}
}
Requires AWS credentials and Application Signals enabled in your account.