linear-teams
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.zipInstalls 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.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
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
| Flag | Purpose |
|---|---|
-k KEY | Team key |
--private | Private team |
--output json | JSON output |
--compact | No formatting |
When not to use it
- →Non-Linear workspace management
Prerequisites
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| linear-teams (this skill) | 0 | 5mo | Review | Beginner |
| task-execution-engine | 3 | 7mo | Review | Beginner |
| agent-project-board-sync | 0 | 6mo | Review | Intermediate |
| agent-issue-tracker | 0 | 6mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
task-execution-engine
davila7
Execute implementation tasks from design documents using markdown checkboxes. Use when (1) implementing features from feature-design-assistant output, (2) resuming interrupted work, (3) batch executing tasks. Triggers on 'start implementation', 'run tasks', 'resume'.
agent-project-board-sync
ruvnet
Agent skill for project-board-sync - invoke with $agent-project-board-sync
agent-issue-tracker
ruvnet
Agent skill for issue-tracker - invoke with $agent-issue-tracker
task-management
rjchien728
管理 ~/tasks/(或使用者指定路徑)下的進行中工作項目資料夾。每個 task 是一個資料夾,README.md 是純狀態 dashboard(status frontmatter + 一句 headline + 一行狀態 + 檔案清單 + 下一步),實際的設計 / 規劃 / 調查文件用獨立 .md 檔,腳本與 reproduce 也存獨立檔。負責命名(YYMMDD-<slug>)、建資料夾、寫 README dashboard、更新狀態、總覽掃描。當使用者說「開新 task」「開個 task」「新增 task」「new task」「記錄到 tasks 下」「把目前設計記下來開個 task
pi-tasks
Micka33
>-
workflow-linear-tracking
riordanpawley
Issue Tracking Skill (`linear-cli` backend)