Linear Claude Skill banner
wrsmith108 wrsmith108

Linear Claude Skill

Development community intermediate

Description

A comprehensive [Claude Code](https://claude.ai/code) skill for managing Linear issues, projects, and teams. Provides patterns for MCP tools, SDK automation, and GraphQL API access.

Installation

Terminal
claude install-skill https://github.com/wrsmith108/linear-claude-skill

README

Linear Skill for Claude Code

A comprehensive [Claude Code](https://claude.ai/code) skill for managing Linear issues, projects, and teams. Provides patterns for MCP tools, SDK automation, and GraphQL API access.

Features

    undefined

Quick Start (New Users)

1. Install the Skill

git clone https://github.com/wrsmith108/linear-claude-skill ~/.claude/skills/linear
cd ~/.claude/skills/linear && npm install

2. Run Setup Check

npx tsx scripts/setup.ts

This checks your configuration and tells you exactly what's missing.

3. Get Your API Key (If Needed)

    undefined
# Add to shell profile
echo 'export LINEAR_API_KEY="lin_api_your_key_here"' >> ~/.zshrc
source ~/.zshrc

4. Verify It Works


...