📋
AutomationTypeScript

Linear

by wrsmith108

Linear is an Automation skill for Claude Code, published by wrsmith108 in linear-claude-skill.

121 stars13 forkson wrsmith108/linear-claude-skillAdded 2026/07/16+1% in starsRepository updated 2026/06/25
claude-codeclaude-code-skillsclaude-skillclaude-skillslinearproject-management
Install in seconds
Install Linear
Copy Linear into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/wrsmith108/linear-claude-skill ~/.claude/skills/linear-claude-skill

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/wrsmith108/linear-claude-skill.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in wrsmith108/linear-claude-skill
Installs to
~/.claude/skills/linear-claude-skill
Collection
The only skill cataloged from this repository
Category
Automation2226 skills

What Linear does

Managing Linear issues, projects, and teams. Use when working with Linear tasks, creating issues, updating status, querying projects, or managing team workflows.

Linear is cataloged under Automation on DirSkills. Linear comes from a repository tagged claude-code, claude-code-skills, claude-skill, claude-skills and linear.

Documentation

README

Linear

Tools and workflows for managing issues, projects, and teams in Linear.


⚠️ Tool Availability (READ FIRST)

This skill supports multiple tool backends. Use whichever is available:

  1. MCP Tools (mcp__linear) - Use if available in your tool set
  2. Linear CLI (linear command) - Always available via Bash
  3. Helper Scripts - For complex operations

If MCP tools are NOT available, use the Linear CLI via Bash:

# View an issue
linear issues view ENG-123

# Create an issue
linear issues create --title "Issue title" --description "Description"

# Update issue status (get state IDs first)
linear issues update ENG-123 -s "STATE_ID"

# Add a comment
linear issues comment add ENG-123 -m "Comment text"

# List issues
linear issues list

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Linear

  • How does Linear compare to other Automation skills?

    Linear ranks #2101 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Linear against them. Open each page to compare what they document and how they install.