From granary
Installs granary CLI, initializes project workspace with SQLite DB via `granary init`, and verifies setup with `granary doctor`. Use for granary onboarding.
npx claudepluginhub speakeasy-api/granaryThis skill uses the workspace's default tool permissions.
Use this skill when the user asks you to set up granary in their project.
Plans codebase features into Granary projects and tasks. Researches existing work via granary search/grep, avoids duplication, then creates projects and breaks down into focused tasks.
Provides production readiness checklist for Granola SaaS team/enterprise deployment, covering licensing, security, integrations, workspaces, and go-live.
Guides Grainulator setup by verifying core MCP servers (wheat claims engine, mill formats, silo storage), checking optional dependencies like DeepWiki, and initializing first sprint. Use on install, MCP failures, or setup requests.
Share bugs, ideas, or general feedback.
Use this skill when the user asks you to set up granary in their project.
First, verify granary is installed:
which granary
If not installed, direct the user to install it:
# macOS/Linux
curl -fsSL https://raw.githubusercontent.com/speakeasy-api/granary/main/scripts/install.sh | sh
# Windows PowerShell
irm https://raw.githubusercontent.com/speakeasy-api/granary/main/scripts/install.ps1 | iex
Initialize granary in the project directory:
granary init
This creates a .granary/ directory with the SQLite database.
Check that granary is working:
granary doctor
Granary is now ready. The user can:
granary projects create "Project Name" --description "..."granary project <id> tasks create "Task title" --description "..."granary session start "session-name"