Teams
SkillProductivityManage Linear teams and users - list, create, update, delete teams. Use when managing teams or viewing user profiles.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Teams skill
What this skill tells your AI
The instructions your AI receives, as published by nesszer/linear-cli in skills/linear-teams/SKILL.md and read by ahel’s review.
# 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 |
Signals
- GitHub stars
- 133
- Forks
- 18
- Last commit
- Jul 2026
ahel review
S4info
community integration — published by nesszer, not linear
Automated review, not a security audit. Ruleset v1.
Advanced
- Catalog kind
- skill
- Gateway key
linear-teams- Source
- github.com/nesszer/linear-cli