·linear-subagent-guide
@

linear-subagent-guide

duongdev/ccpm

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.

5Installs·0Trend·@duongdev

Installation

$npx skills add https://github.com/duongdev/ccpm --skill linear-subagent-guide

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.

View raw

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
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