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.
Install
- Claude Code (recommended)
- CLI only
- From source
Requirements: Bun or Node.js 18+. No extra API keys needed — selftune uses your existing agent subscription for LLM calls.
The examples below use bare
selftune commands. If you installed via the CLI only tab, prefix each command with npx selftune@latest (e.g., npx selftune@latest doctor).Your first session
1. Check health
2. Ingest existing sessions
3. See your skill health
4. Open the dashboard
Guided onboarding
For a step-by-step walkthrough, run:What happens next
Once installed, selftune works in two modes:Interactive (agent-driven)
Your agent reads the selftune SKILL.md, routes to the correct workflow, and runs CLI commands. The agent is the operator.
Automated (OS-driven)
System scheduling (cron/launchd/systemd) calls the CLI directly. No agent session needed, no token cost.
Next steps
Build Your First Skill
Go from draft skill to measured improvement.
How It Works
Understand the feedback loop architecture.
Core Concepts
Learn about skills, grading, evolution, and evals.
CLI Reference
Full command reference for all 30+ commands.
Cloud Platform
Set up team-wide monitoring with selftune Cloud.