Documentation Index
Fetch the complete documentation index at: https://docs.selftune.dev/llms.txt
Use this file to discover all available pages before exploring further.
Badge service
Embeddable SVG badges that display skill health status and pass rates.
Organization badge
GET https://badge.selftune.dev/badge/:org/:skill
Returns an SVG badge showing the skill’s health status and pass rate.
GET https://badge.selftune.dev/badge/:skill
Uses “community” as the default organization.
Usage
In Markdown

In HTML
<img src="https://badge.selftune.dev/badge/my-org/my-skill" alt="selftune health" />
Generate via CLI
selftune badge --skill my-skill --format markdown
selftune badge --skill my-skill --format svg --output badge.svg
selftune badge --skill my-skill --format url
Caching
Badges are served from cache for up to 300 seconds (5 minutes). A background job regenerates all badge data hourly, regardless of TTL expiration.