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 [command] [options]
Running selftune with no arguments shows the status (same as selftune status).

Command groups

Setup

CommandDescription
initInitialize agent identity and configuration
doctorHealth check: logs, hooks, config, permissions
quickstartGuided onboarding walkthrough
uninstallClean removal of selftune

Data Pipeline

CommandDescription
syncReplay and normalize session data from all platforms
ingestIngest sessions from a specific platform

Analysis

CommandDescription
statusOne-line health summary per skill
lastQuick insight from most recent session
verifyDraft-package verification alias that checks readiness, then emits measured report evidence
gradeGrade skill execution quality
evalGenerate, run, and manage evaluation sets

Authoring

CommandDescription
createInitialize a draft skill package skeleton
publishDraft-package publish alias with watch enabled by default
workflowsScaffold new skills from repeated telemetry patterns

Evolution

CommandDescription
improveAlias for the smallest matching evolution surface
evolvePropose and deploy skill description improvements
watchMonitor for post-deploy regressions
runAlias for the autonomous orchestrate loop
orchestrateAutonomous sync → grade → evolve → watch loop

Operations

CommandDescription
dashboardOpen local web dashboard
cronSet up automated scheduling
contributionsManage community contributions
badgeGenerate embeddable health badges
exportExport data for backup or analysis

Hooks

selftune installs these Claude Code hooks automatically:
HookEventPurpose
prompt-logUserPromptSubmitLog every user query
auto-activateUserPromptSubmitEvaluate activation rules
skill-change-guardPreToolUse (Write/Edit)Prevent unreviewed SKILL.md changes
evolution-guardPreToolUse (Write/Edit)Block conflicting edits during evolution
skill-evalPostToolUse (Read)Track skill triggers
session-stopStopCapture session telemetry