Linear Sync banner
Elnora-AI Elnora-AI

Linear Sync

Development community

Description

--- name: linear-sync description: Populate or refresh the Linear reference files (teams, projects, users, workflows) allowed-tools: Bash, Read --- # Linear Sync Refresh the reference files the rest of `elnora-linear` reads — teams, projects, users, workflow states. Run this on first install and any time your Linear workspace changes (new team, renamed project, etc.). ## Run The fast path: refresh everything auto-discoverable from the Linear API. ```bash elnora-linear sync all ``` Pick one

Installation

Installs to ~/.claude/skills/elnora-ai-elnora-linear-linear-sync/SKILL.md

Terminal
mkdir -p ~/.claude/skills/elnora-ai-elnora-linear-linear-sync && curl -fsSL https://raw.githubusercontent.com/Elnora-AI/elnora-linear/HEAD/commands/linear-sync.md -o ~/.claude/skills/elnora-ai-elnora-linear-linear-sync/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository