Provides CLI commands to list, create, and manage teams and users in Linear.

Install

mkdir -p .claude/skills/linear-teams && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11223" && unzip -o skill.zip -d .claude/skills/linear-teams && rm skill.zip

Installs to .claude/skills/linear-teams

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Manage Linear teams and users - list, create, update, delete teams. Use when managing teams or viewing user profiles.
117 chars✓ has a “when” trigger
Beginner

Key capabilities

  • List workspace teams
  • Create project teams
  • View team member profiles
  • Update team metadata

How it works

It interfaces with the Linear CLI to perform administrative tasks on teams and users.

Inputs & outputs

You give it
Team management action
You get back
Linear team or user data

When to use linear-teams

  • List all workspace teams
  • Create a new project team
  • View team member profiles
  • Update team metadata

About this skill

Teams

# List teams
linear-cli t list
linear-cli t list --output json

# Get team details
linear-cli t get ENG
linear-cli t members ENG             # List team members

# Create team
linear-cli t create "Platform" -k PLT
linear-cli t create "Mobile" -k MOB --description "Mobile team" --private

# Update team
linear-cli t update ENG --name "Engineering" --timezone "America/New_York"

# Delete team
linear-cli t delete TEAM_ID --force

Users

# List users
linear-cli u list                    # All workspace users
linear-cli u list --team ENG         # Team members only

# Current user
linear-cli u me
linear-cli me                        # Alias (whoami)

Flags

FlagPurpose
-k KEYTeam key
--privatePrivate team
--output jsonJSON output
--compactNo formatting

When not to use it

  • Non-Linear workspace management

Prerequisites

Linear CLI

Limitations

  • Requires Linear CLI

How it compares

It provides a terminal-based interface for Linear administration, avoiding the web UI.

Compared to similar skills

linear-teams side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
linear-teams (this skill)05moReviewBeginner
task-execution-engine37moReviewBeginner
agent-project-board-sync06moReviewIntermediate
agent-issue-tracker06moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry