skilltuner-mcp
v0.1.0
Published
SkillTuner orient — runs locally, nothing leaves your machine.
Maintainers
Readme
skilltuner-mcp
A SkillTuner orient tool. Runs locally. Nothing leaves your machine.
Not a breakthrough. A skill-tuning tool. Try it.
Install
npm install -g skilltuner-mcpUse with Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"skilltuner": {
"command": "skilltuner-mcp"
}
}
}Restart Claude Desktop. The skilltuner_orient tool is now available.
What it does
You give it a context — a situation, a decision, work-in-progress. It returns a prompt that asks the calling model to sense which of six lineages are firing loudest:
- Sensor — notices what others miss
- Engineer — builds the mechanism
- Tastemaker — discriminates good from shipped
- Shipper — closes the loop
- Translator — bridges domains
- Player — improvises in the live moment
It returns a gradient, not a single pick. The distribution IS the read.
State
Your calibration lives at ~/.skilltuner/profile.json, starting neutral (0.5) on first run. Runs are logged to ~/.skilltuner/runs.jsonl as timestamp + sha256 hash of the context + depth. Raw text is never stored.
Covenant
- Runs locally. No network calls.
- Context is hashed before logging. Raw text never leaves your machine.
- Your profile is yours.
MIT License.
