Skip to main content

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.

Usage

selftune badge --skill <name> [options]

Options

FlagDescription
--skill NAMESkill to generate badge for (required)
--format svg|markdown|urlOutput format (default: svg)
--output PATHWrite badge to file

Formats

SVG

selftune badge --skill my-skill --format svg --output badge.svg

Markdown

selftune badge --skill my-skill --format markdown
Outputs a markdown image tag suitable for README files.

URL

selftune badge --skill my-skill --format url
Outputs the badge URL for use in HTML or other contexts. Cloud badges are served from https://badge.selftune.dev/badge/:org/:skill.