granary-setup

star 19

Set up granary in a new project. Use when asked to initialize granary, install it, or get started with task management.

speakeasy-api By speakeasy-api schedule Updated 1/30/2026

name: granary-setup description: Set up granary in a new project. Use when asked to initialize granary, install it, or get started with task management.

Setting Up Granary

Use this skill when the user asks you to set up granary in their project.

1. Check Installation

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

2. Initialize Workspace

Initialize granary in the project directory:

granary init

This creates a .granary/ directory with the SQLite database.

3. Verify Setup

Check that granary is working:

granary doctor

Done

Granary is now ready. The user can:

  • Create projects with granary projects create "Project Name" --description "..."
  • Create tasks with granary project <id> tasks create "Task title" --description "..."
  • Start sessions with granary session start "session-name"
Install via CLI
npx skills add https://github.com/speakeasy-api/granary --skill granary-setup
Repository Details
star Stars 19
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator
speakeasy-api
speakeasy-api Explore all skills →