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
Options
| Flag | Description |
|---|---|
--skill NAME | Focus on workflows involving this skill |
--skill-path PATH | Path to SKILL.md for saving workflow docs |
--min-occurrences N | Minimum times a pattern must appear |
--window N | Number of recent sessions to analyze |
--json | Output as JSON |
Saving workflows
Save discovered workflows to a skill’s documentation:Scaffolding workflow skills
Generate a standalone skill from a discovered workflow pattern:| Flag | Description |
|---|---|
--output-dir PATH | Directory to write the new skill into |
--skill-name NAME | Name for the generated skill |
--description TEXT | Description for the generated package router |
--write | Actually write the package files (without this, previews only) |
--force | Overwrite existing skill directory |
selftune create scaffold:
SKILL.md, workflows/default.md, references/overview.md, empty scripts/,
empty assets/, and selftune.create.json.
Automated proposals via orchestrate
selftune run automatically discovers workflow patterns and proposes
new skills after the evolution and watch phases. See
orchestrate for details.