Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generate documentation sites using Docusaurus, MkDocs, or VuePress
.claude/skills/a5c-ai-docs-site-generator/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 8% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 43% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -27% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 3% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -43% | 0% |
Generates documentation sites using popular frameworks (Docusaurus, MkDocs, VuePress) with custom theme configuration and search integration.
json{ "type": "object", "required": ["framework", "docsPath"], "properties": { "framework": { "type": "string", "enum": ["docusaurus", "mkdocs", "vuepress"], "default": "docusaurus" }, "docsPath": { "type": "string", "description": "Path to documentation source files" }, "outputDir": { "type": "string", "description": "Output directory for generated site" }, "config": { "type": "object", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "baseUrl": { "type": "string" }, "theme": { "type": "string" }, "search": { "type": "object", "properties": { "provider": { "type": "string", "enum": ["algolia", "local"] } } }, "versioning": { "type": "boolean", "default": false } } } } }
json{ "type": "object", "properties": { "outputDir": { "type": "string" }, "configPath": { "type": "string" }, "pages": { "type": "array", "items": { "type": "string" } }, "buildCommand": { "type": "string" } } }
javascript{ kind: 'skill', skill: { name: 'docs-site-generator', context: { framework: 'docusaurus', docsPath: 'docs', outputDir: 'website', config: { title: 'Project Documentation', baseUrl: '/docs/', theme: '@docusaurus/theme-classic' } } } }
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→pass | 9,373 | 9,455 | +1% | 1 | 1 | 0% | 2,012 | 2,168 | +8% | 0 | 0 | — |
case-02 | fail→fail | 11,108 | 7,184 | -35% | 1 | 1 | 0% | 2,351 | 2,111 | -10% | 0 | 0 | — |
case-03 | fail→fail | 5,727 | 4,548 | -21% | 1 | 1 | 0% | 1,159 | 1,561 | +35% | 0 | 0 | — |
case-04 | pass→pass | 9,085 | 3,957 | -56% | 1 | 1 | 0% | 771 | 1,416 | +84% | 0 | 0 | — |
case-05 | fail→pass | 7,443 | 11,995 | +61% | 1 | 1 | 0% | 1,510 | 2,153 | +43% | 0 | 0 | — |
case-06 | fail→pass | 11,969 | 6,022 | -50% | 1 | 1 | 0% | 2,629 | 1,929 | -27% | 0 | 0 | — |
case-07 | pass→pass | 21,719 | 8,336 | -62% | 1 | 1 | 0% | 3,568 | 2,337 | -35% | 0 | 0 | — |
case-08 | fail→fail | 14,456 | 9,639 | -33% | 1 | 1 | 0% | 1,562 | 1,545 | -1% | 0 | 0 | — |
case-09 | fail→fail | 5,537 | 5,733 | +4% | 1 | 1 | 0% | 1,074 | 1,687 | +57% | 0 | 0 | — |
case-10 | pass→pass | 9,383 | 5,947 | -37% | 1 | 1 | 0% | 1,819 | 1,852 | +2% | 0 | 0 | — |
case-11 | fail→pass | 14,987 | 7,830 | -48% | 1 | 1 | 0% | 2,240 | 2,312 | +3% | 0 | 0 | — |
case-12 | fail→fail | 8,984 | 11,315 | +26% | 1 | 1 | 0% | 1,705 | 1,777 | +4% | 0 | 0 | — |
case-13 | fail→pass | 19,707 | 11,442 | -42% | 1 | 1 | 0% | 3,196 | 1,823 | -43% | 0 | 0 | — |
case-14 | fail→pass | 18,659 | 12,430 | -33% | 1 | 1 | 0% | 2,640 | 2,210 | -16% | 0 | 0 | — |
case-15 | fail→pass | 13,339 | 5,751 | -57% | 1 | 1 | 0% | 3,019 | 1,807 | -40% | 0 | 0 | — |
case-16 | fail→pass | 13,465 | 7,103 | -47% | 1 | 1 | 0% | 2,762 | 2,074 | -25% | 0 | 0 | — |
case-17 | fail→fail | 3,884 | 9,158 | +136% | 1 | 1 | 0% | 752 | 1,486 | +98% | 0 | 0 | — |
case-18 | pass→pass | 12,254 | 3,221 | -74% | 1 | 1 | 0% | 2,601 | 1,291 | -50% | 0 | 0 | — |
case-19 | fail→pass | 15,288 | 10,065 | -34% | 1 | 1 | 0% | 2,368 | 1,532 | -35% | 0 | 0 | — |
case-20 | fail→pass | 8,062 | 18,412 | +128% | 1 | 1 | 0% | 494 | 3,140 | +536% | 0 | 0 | — |
case-21 | pass→pass | 19,851 | 25,449 | +28% | 1 | 1 | 0% | 4,105 | 4,995 | +22% | 0 | 0 | — |
case-22 | pass→pass | 16,689 | 15,443 | -7% | 1 | 1 | 0% | 2,860 | 3,101 | +8% | 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. 22 cases were attempted. The headline lift of +45 percentage points is the difference between those two pass rates over the 22 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.