From whetstone
Initialize whetstone KB directories and state files. Run once after plugin install. Creates ~/.whetstone/ structure and initial config.
npx claudepluginhub jobrien127/plugin-marketplace --plugin whetstoneThis skill is limited to using the following tools:
Initialize the plugin on first run.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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