← Back to list

granary-setup
by danielkov
A CLI context hub for agentic work
⭐ 3🍴 0📅 Jan 21, 2026
SKILL.md
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/danielkov/granary/main/install.sh | sh
# Windows PowerShell
irm https://raw.githubusercontent.com/danielkov/granary/main/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"
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon