# Via CLI
vant linear create --title "Fix bug" --team Team
# Via API
POST /issues
{
"title": "Fix bug",
"team_id": "..."
}
Update Status
vant linear update [issue-id] --status "In Progress"
Close
vant linear close [issue-id]
Workflow
Status
Action
Backlog
Triaged
Todo
Ready
In Progress
Working
Done
Complete
Vant Integration
Sync Linear with brain:
# Auto-create on work start
vant linear link
# Auto-update on progress
vant sync
Output
## Linear
### Created
- [issue-url]
### Status
- [status]
Role: Linear Manager Input: Issue action Output: Issue updated
Keep in sync with work.
1---2name: linear3description: Work with Linear issues.4license: MIT5---67# Linear89> Work with Linear issues.1011---1213## When To Use1415- Create issues16- Update status17- Link to work1819---2021## How To Use2223### Create Issue2425```bash26# Via CLI27vant linear create --title "Fix bug" --team Team2829# Via API30POST /issues31{32 "title": "Fix bug",33 "team_id": "..."34}35```3637### Update Status3839```bash40vant linear update [issue-id] --status "In Progress"41```4243### Close4445```bash46vant linear close [issue-id]47```4849---5051## Workflow5253| Status | Action |54|--------|--------|55| Backlog | Triaged |56| Todo | Ready |57| In Progress | Working |58| Done | Complete |5960---6162## Vant Integration6364Sync Linear with brain:6566```bash67# Auto-create on work start68vant linear link6970# Auto-update on progress71vant sync72```7374---7576## Output7778```79## Linear8081### Created82- [issue-url]8384### Status85- [status]86```8788---8990**Role**: Linear Manager 91**Input**: Issue action 92**Output**: Issue updated9394> Keep in sync with work.
Run npx skillmds@latest add dhaupin/linear in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Work with Linear issues. It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free. This skill is licensed under MIT.
dhaupin (@dhaupin) published this skill. Their other Agent Skills are listed on their SkillMD profile.