Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generate metrics schemas for Prometheus, OpenTelemetry, and Grafana dashboards
.claude/skills/a5c-ai-metrics-schema-generator/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | -15% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 108% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 158% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 88% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 63% | 0% |
Generates metrics schemas for Prometheus, OpenTelemetry metric definitions, SLI/SLO specifications, and Grafana dashboard configurations.
json{ "type": "object", "required": ["services"], "properties": { "services": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "type": { "type": "string" }, "endpoints": { "type": "array" }, "slos": { "type": "array" } } } }, "format": { "type": "string", "enum": ["prometheus", "opentelemetry", "both"], "default": "prometheus" }, "options": { "type": "object", "properties": { "includeStandardMetrics": { "type": "boolean", "default": true }, "generateDashboards": { "type": "boolean", "default": true }, "generateAlerts": { "type": "boolean", "default": true }, "namingConvention": { "type": "string", "enum": ["prometheus", "opentelemetry"], "default": "prometheus" } } } } }
json{ "type": "object", "properties": { "metrics": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string" }, "type": { "type": "string" }, "description": { "type": "string" }, "labels": { "type": "array" }, "unit": { "type": "string" } } } }, "sloDefinitions": { "type": "array" }, "recordingRules": { "type": "string", "description": "Prometheus recording rules YAML" }, "alertRules": { "type": "string", "description": "Prometheus alert rules YAML" }, "dashboards": { "type": "array", "description": "Grafana dashboard JSON definitions" } } }
javascript{ kind: 'skill', skill: { name: 'metrics-schema-generator', context: { services: [ { name: 'api-gateway', type: 'http', endpoints: ['/api/users', '/api/orders'], slos: [{ name: 'availability', target: 99.9 }] } ], format: 'prometheus', options: { generateDashboards: true, generateAlerts: true } } } }
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 36,730 | 40,313 | +10% | 1 | 1 | 0% | 8,247 | 9,034 | +10% | 0 | 0 | — |
case-02 | fail→fail | 36,877 | 41,763 | +13% | 1 | 1 | 0% | 8,250 | 9,054 | +10% | 0 | 0 | — |
case-03 | fail→pass | 41,033 | 26,738 | -35% | 1 | 1 | 0% | 8,229 | 6,983 | -15% | 0 | 0 | — |
case-04 | pass→pass | 14,571 | 15,110 | +4% | 1 | 1 | 0% | 1,855 | 2,809 | +51% | 0 | 0 | — |
case-05 | pass→pass | 23,528 | 22,105 | -6% | 1 | 1 | 0% | 3,544 | 4,223 | +19% | 0 | 0 | — |
case-06 | pass→pass | 12,381 | 9,471 | -24% | 1 | 1 | 0% | 1,388 | 2,309 | +66% | 0 | 0 | — |
case-07 | pass→pass | 20,100 | 17,542 | -13% | 1 | 1 | 0% | 4,729 | 5,119 | +8% | 0 | 0 | — |
case-08 | pass→pass | 14,370 | 21,924 | +53% | 1 | 1 | 0% | 3,203 | 4,617 | +44% | 0 | 0 | — |
case-09 | fail→pass | 16,371 | 23,544 | +44% | 1 | 1 | 0% | 2,416 | 5,019 | +108% | 0 | 0 | — |
case-10 | fail→pass | 14,050 | 17,729 | +26% | 1 | 1 | 0% | 1,841 | 4,757 | +158% | 0 | 0 | — |
case-11 | fail→pass | 14,026 | 16,584 | +18% | 1 | 1 | 0% | 1,830 | 3,443 | +88% | 0 | 0 | — |
case-12 | fail→pass | 14,741 | 12,076 | -18% | 1 | 1 | 0% | 2,184 | 3,557 | +63% | 0 | 0 | — |
case-13 | pass→pass | 20,459 | 15,400 | -25% | 1 | 1 | 0% | 3,265 | 4,284 | +31% | 0 | 0 | — |
case-14 | fail→pass | 11,988 | 19,803 | +65% | 1 | 1 | 0% | 2,452 | 4,324 | +76% | 0 | 0 | — |
case-15 | fail→pass | 12,985 | 16,342 | +26% | 1 | 1 | 0% | 1,496 | 3,425 | +129% | 0 | 0 | — |
case-16 | fail→pass | 22,823 | 13,752 | -40% | 1 | 1 | 0% | 3,854 | 4,168 | +8% | 0 | 0 | — |
case-17 | fail→pass | 18,931 | 26,278 | +39% | 1 | 1 | 0% | 3,182 | 6,087 | +91% | 0 | 0 | — |
case-18 | fail→pass | 21,357 | 21,421 | +0% | 1 | 1 | 0% | 3,915 | 5,828 | +49% | 0 | 0 | — |
case-19 | fail→pass | 12,426 | 22,141 | +78% | 1 | 1 | 0% | 2,734 | 4,725 | +73% | 0 | 0 | — |
case-20 | pass→pass | 16,943 | 21,247 | +25% | 1 | 1 | 0% | 2,585 | 4,573 | +77% | 0 | 0 | — |
case-21 | pass→pass | 17,703 | 18,948 | +7% | 1 | 1 | 0% | 2,994 | 4,327 | +45% | 0 | 0 | — |
case-22 | pass→pass | 14,198 | 14,546 | +2% | 1 | 1 | 0% | 3,503 | 4,338 | +24% | 0 | 0 | — |
case-23 | fail→pass | 15,504 | 14,233 | -8% | 1 | 1 | 0% | 3,637 | 4,642 | +28% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted. The headline lift of +52 percentage points is the difference between those two pass rates over the 23 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.