AI SummaryA skill for Claude Code that enables developers to read, create, and update Linear issues and projects through natural language commands. Useful for teams using Linear who want streamlined ticket management within their coding workflows.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "linear" skill in my project. Please run this command in my terminal: # Install skill into your project (5 files) mkdir -p .claude/skills/linear && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/linear/SKILL.md "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/linear/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/linear/LICENSE.txt "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/linear/LICENSE.txt" && mkdir -p .claude/skills/linear/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/linear/agents/openai.yaml "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/linear/agents/openai.yaml" && mkdir -p .claude/skills/linear/assets && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/linear/assets/linear-small.svg "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/linear/assets/linear-small.svg" && mkdir -p .claude/skills/linear/assets && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/linear/assets/linear.png "https://raw.githubusercontent.com/openai/skills/main/skills/.curated/linear/assets/linear.png" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Manage issues, projects & team workflows in Linear. Use when the user wants to read, create or updates tickets in Linear.
Overview
This skill provides a structured workflow for managing issues, projects & team workflows in Linear. It ensures consistent integration with the Linear MCP server, which offers natural-language project management for issues, projects, documentation, and team collaboration.
Prerequisites
• Linear MCP server must be connected and accessible via OAuth • Confirm access to the relevant Linear workspace, teams, and projects
Available Tools
Issue Management: list_issues, get_issue, create_issue, update_issue, list_my_issues, list_issue_statuses, list_issue_labels, create_issue_label Project & Team: list_projects, get_project, create_project, update_project, list_teams, get_team, list_users Documentation & Collaboration: list_documents, get_document, search_documentation, list_comments, create_comment, list_cycles
Required Workflow
Follow these steps in order. Do not skip steps.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster