linear-teams

Manage Linear teams and users - list, create, update, delete teams. Use when managing teams or viewing user profiles.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "linear-teams" with this command: npx skills add finesssee/linear-cli/finesssee-linear-cli-linear-teams

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

linear-list

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-create

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-search

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

linear-workflow

No summary provided by upstream source.

Repository SourceNeeds Review