From ops
Linear command center. Shows current sprint, creates/updates issues, manages priorities, syncs with GSD phases.
npx claudepluginhub auroracapital/claude-opsThis skill is limited to using the following tools:
Run in parallel:
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Run in parallel:
mcp__claude_ai_Linear__list_teams — get all team IDsmcp__claude_ai_Linear__list_cycles — get current and upcoming cycles per teammcp__claude_ai_Linear__list_users — get team membersThen fetch issues for the current cycle: mcp__claude_ai_Linear__list_issues filtered to current cycle ID.
$ARGUMENTS| Argument | Action |
|---|---|
| (empty), sprint | Show current sprint board |
| backlog | Show unassigned/unscheduled issues |
| create [title] | Create a new issue (prompt for details) |
| update [id] | Update issue by ID |
| sync | Sync GSD phases to Linear issues |
| [issue-id] | Show and edit that specific issue |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
LINEAR ► SPRINT [N] — [start] → [end]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
IN PROGRESS
[id] [priority] [title] [assignee] [estimate]
TODO
[id] [priority] [title] [assignee] [estimate]
DONE THIS SPRINT
[id] [title] [completed date]
BLOCKED / CANCELLED
[id] [title] [reason]
──────────────────────────────────────────────────────
Sprint velocity: [done points] / [total points] ([%])
──────────────────────────────────────────────────────
Actions:
a) Create new issue
b) Update issue status
c) Move issue to/from sprint
d) View backlog
e) Sync with GSD phases
→ Type a letter, issue ID, or describe what you need
──────────────────────────────────────────────────────
Collect from user (or parse from $ARGUMENTS):
Use mcp__claude_ai_Linear__save_issue to create. Confirm: Created [id]: [title]
Read all active GSD STATE.md files across projects. For each active phase:
Update Linear issues to match GSD phase completion status.
Use AskUserQuestion after displaying any view to get the next action.