
Linear Teams
- 127 installs
- 128 repo stars
- Updated July 24, 2026
- finesssee/linear-cli
For development and infrastructure management.
About
linear-teams is an AI coding tool that enhances development workflows. Builders use it for infrastructure, integration, and platform development within the catalog ecosystem.
- linear-teams
- Development
Linear Teams by the numbers
- 127 all-time installs (skills.sh)
- Ranked #2,750 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/finesssee/linear-cli --skill linear-teamsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 127 |
|---|---|
| repo stars | ★ 128 |
| Last updated | July 24, 2026 |
| Repository | finesssee/linear-cli ↗ |
What it does
For development and infrastructure management.
Files
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 --forceUsers
# 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 |
Related skills
Backend & APIsbackend