linear-subagent-guide
✓Guides optimal Linear operations usage with caching, performance patterns, and error handling. Auto-activates when implementing CCPM commands that interact with Linear. Prevents usage of non-existent Linear MCP tools.
Installation
SKILL.md
These are the EXACT parameter names from getservertools. Copy exactly.
| getissue | id | { id: "WORK-26" } | | updateissue | id | { id: "WORK-26", ... } | | createcomment | issueId, body | { issueId: "WORK-26", body: "..." } | | listcomments | issueId | { issueId: "WORK-26" } | | createissue | title, team | { title: "...", team: "..." } | | getproject | query | { query: "ProjectName" } |
| getteam | query | { query: "TeamName" } | | getuser | query | { query: "me" } |
Guides optimal Linear operations usage with caching, performance patterns, and error handling. Auto-activates when implementing CCPM commands that interact with Linear. Prevents usage of non-existent Linear MCP tools. Source: duongdev/ccpm.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/duongdev/ccpm --skill linear-subagent-guide- Source
- duongdev/ccpm
- Category
- @Collaboration
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is linear-subagent-guide?
Guides optimal Linear operations usage with caching, performance patterns, and error handling. Auto-activates when implementing CCPM commands that interact with Linear. Prevents usage of non-existent Linear MCP tools. Source: duongdev/ccpm.
How do I install linear-subagent-guide?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/duongdev/ccpm --skill linear-subagent-guide Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/duongdev/ccpm
Details
- Category
- @Collaboration
- Source
- skills.sh
- First Seen
- 2026-02-01