linear
Linear
Manage issues, projects, and milestones in Linear
bunx @bind/skillz add linearClick to copy
| Skill | Description |
|---|---|
| linear-issues-read | List and get Linear issues via CLI (read-only operations) |
| linear-issues-write | Create and update Linear issues via CLI (write operations) |
| linear-projects-read | List and get Linear projects via CLI (read-only operations) |
| linear-projects-write | Create and update Linear projects via CLI (write operations) |
| linear-milestones-read | List Linear project milestones via CLI (read-only operations) |
| linear-milestones-write | Create and update Linear project milestones via CLI (write operations) |
Setup
Environment Variables
Add to a .env file in your repo root, or export in your shell environment.
LINEAR_API_KEY=your_value_hereGet your API key from Linear Settings > API > Personal API keys
Installation
bunx @bind/skillz add linear# Or install specific subsets:
bunx @bind/skillz add linear-*-readbunx @bind/skillz add linear-milestones-read