Skills Inventory¶
Snapshots of all custom-built Cowork skills. These are stored here for disaster recovery, cross-referencing, and knowledge base completeness. The live/installed versions live in ~/.claude/skills/ on Brian's Mac (mounted at /mnt/.claude/skills/ in Cowork).
Important: api-keys.json is intentionally excluded from snapshots — it contains live API secrets. Keys are managed separately in the installed skill package and ~/.zshrc.
Published Skills¶
| Skill | Built | Status | Files Snapshotted |
|---|---|---|---|
| LLM Triangulator | 2026-03-27 | Installed, not yet live-tested | SKILL.md, query_models.py, model-registry.json, llm-triangulator-config.json, balance-config.json, balance-checker.py, refresh-model-registry.py |
| Context Manager | 2026-03-27 | Installed, infrastructure fully deployed | SKILL.md |
Planned Skills¶
| Skill | Status | Notes |
|---|---|---|
| Image/Video Critique | Not started | Will use Together AI generative models + vision LLMs. Shares api-keys.json vault and model-registry.json |
| Expert Knowledge Base / RAG | Backlog | Curated knowledge bases on specific topics with attribution. Deferred to focus on triangulator testing |
What's NOT Stored Here¶
- api-keys.json — Contains live API keys for 7 providers. Too sensitive for backup/sync. Stored only in the installed skill package and
~/.zshrcenvironment variables. - Scheduled task configs — Live in
~/Library/LaunchAgents/on Brian's Mac. Documented in SETUP-GUIDE.md for disaster recovery. - Built site output — The
claude-context-site/directory is generated by MkDocs and doesn't need to be stored.
Restoring a Skill from Snapshot¶
If a skill gets corrupted or lost:
- Copy the snapshot files back to
~/.claude/skills/<skill-name>/ - For LLM Triangulator: also restore
api-keys.jsonfrom~/.zshrcenvironment variables or regenerate keys - Reinstall the skill via the skill-creator if needed
- Run
--diagnoseto verify config paths are found