From aws-skills-for-claude-code
Queries Dynatrace logs, metrics, traces, problems, vulnerabilities, and Kubernetes events using DQL. Converts natural language to DQL, explains queries, and accesses Davis AI insights.
npx claudepluginhub whchoi98/aws-skills-for-claude-code --plugin aws-skills-for-claude-codeThis skill uses the workspace's default tool permissions.
- execute_dql - Execute DQL queries against GRAIL data lake
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.
fetch <table> | filter <condition> | fields <columns> | summarize <agg> | sort | limit
"ERROR" ✅ 'ERROR' ❌summarize count(), by:{x}id == "A" or id == "B"timestamp > now() - 1h-- Error analysis
fetch logs | filter loglevel == "ERROR" and timestamp > now() - 1h
| summarize cnt = count(), by:{k8s.deployment.name} | sort cnt desc
-- Service metrics
timeseries avg(dt.service.request.response_time),
from: now() - 6h, filter: dt.entity.service == "SERVICE-123"
{
"mcpServers": {
"dynatrace": {
"command": "npx",
"args": ["-y", "@dynatrace-oss/dynatrace-mcp-server@latest"],
"env": {
"DT_ENVIRONMENT": "https://your-tenant.apps.dynatrace.com",
"DT_API_TOKEN": "$DT_API_TOKEN"
}
}
}
}