skills/linear-teams/SKILL.md
Manage Linear teams and users - list, create, update, delete teams. Use when managing teams or viewing user profiles.
npx skillsauth add finesssee/linear-cli linear-teamsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
# 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
# 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)
| Flag | Purpose |
|------|---------|
| -k KEY | Team key |
| --private | Private team |
| --output json | JSON output |
| --compact | No formatting |
tools
Start/stop work on Linear issues. Use when beginning work, creating branches, or getting current issue context.
development
Manage webhooks - create, listen for events, rotate secrets. Use when setting up integrations or event listeners.
tools
Watch Linear issues for changes. Use for monitoring updates.
tools
Manage custom views - create, list, apply saved views. Use when working with saved issue filters.