granary-setup

Install Granary, initialize the workspace, and verify readiness with granary doctor.

19|2|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/speakeasy-api/granary --skill granary-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: granary-setup
Source: https://github.com/speakeasy-api/granary/tree/main/.claude-plugin/skills/setup
Command: npx skills add https://github.com/speakeasy-api/granary --skill granary-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? This skill guides users through installing Granary, initializing a project workspace, and confirming a ready-to-use setup, reducing setup time and potential configuration errors.

## Core Features & Use Cases

  • Installation Guidance: Directs users to run the official install script for their OS to install Granary.
  • Workspace Initialization: Creates the .granary directory and an SQLite database to enable task tracking.
  • Verification & Onboarding: Provides a quick check using granary doctor and enables common workflows like creating projects, tasks, and sessions.

### Quick Start Use the setup skill to install Granary, initialize the workspace with granary init, and verify readiness with granary doctor.

Frequently Asked Questions about granary-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Granary in a new project workspace?

To set up Granary in a new project workspace, you need to run the official installation script for your operating system, initialize the workspace using the granary init command, and verify readiness with granary doctor. This process creates the .granary directory and an SQLite database to enable task tracking.

What is the granary doctor command used for during installation?

The granary doctor command provides a quick readiness verification check after installing Granary and initializing the workspace. It confirms that your setup is correctly configured and ready to use for project planning, task management, and session creation.

Do I need to manually create an SQLite database for Granary task tracking?

No, you do not need to manually create an SQLite database for Granary task tracking. Running the granary init command automatically creates the .granary directory and the required SQLite database to enable project and task tracking.

What's the best way to verify Granary installation and readiness before starting project management?

The best way to verify Granary installation and readiness is to run the granary doctor command. This checks your environment after running the install script and granary init, ensuring the workspace is fully configured before you begin creating projects and tasks.

Why does Granary require workspace initialization before I can manage projects?

Granary requires workspace initialization with granary init to establish the .granary directory and SQLite database. This setup step is necessary to enable core workflows like creating projects, tracking tasks, and managing sessions within your project environment.