linear
CommunityAutomate Linear tasks, boost team productivity.
Product & Management#typescript#project management#task management#workflow automation#graphql#issue tracking#linear
Authorbendrucker
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill streamlines Linear workflow management, automating issue creation, updates, and queries to save time and ensure consistent project tracking.
Core Features & Use Cases
- Intelligent Tool Selection: Automatically chooses the best tool (MCP, SDK, GraphQL) for Linear tasks.
- Issue Management: Create and update issues with correct statuses and labels, reducing manual errors.
- Advanced Automation: Leverage TypeScript SDK scripts for complex operations like bulk updates and data transformations.
- Use Case: Need to create a series of onboarding tasks for a new team member? This Skill can generate multiple Linear issues with pre-defined statuses and assignees, all in one go.
Quick Start
// Create an issue assigned to yourself with 'Todo' status await linear.create_issue({ team: "ENG", title: "Refactor user service", assignee: "me", state: "Todo" })
// List your open issues await linear.list_issues({ assignee: "me", state: "Todo" })
Dependency Matrix
Required Modules
@linear/sdktsx
Components
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: linear Download link: https://github.com/bendrucker/claude/archive/main.zip#linear Please download this .zip file, extract it, and install it in the .claude/skills/ directory.