Stats
Actions
Tags
From whetstone
Initialize whetstone KB directories and state files. Run once after plugin install. Creates ~/.whetstone/ structure and initial config.
How this skill is triggered — by the user, by Claude, or both
Slash command
/whetstone:setupThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Initialize the plugin on first run.
Initialize the plugin on first run.
~/.whetstone/
├── kb/
│ ├── projects/ — per-project KB files
│ ├── learnings/ — reusable learnings
│ └── pulse/ — daily session logs
├── state/
│ ├── projects/ — {slug}.state.md files (project context)
│ ├── .injected/ — session markers (prevent re-injection)
│ ├── .synthesis.lock — synthesizer mutex
│ ├── sync-state.json — processed sessions tracker
│ └── improvement-specs/ — improvement targets
└── logs/ — synthesis and operation logs
sync-state.json (empty sessions).gitignore (exclude logs, lock file)/whetstone:setup
npx claudepluginhub jobrien127/plugin-marketplace --plugin whetstoneCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.