/linear-sync
Populate or refresh the Linear reference files (teams, projects, users, workflows)
$ npx -y skills add Elnora-AI/elnora-linear --agent claude-codeShips with linear-workspace. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/linear-sync
Context preview
What this command does when you run it.
Populate or refresh the Linear reference files (teams, projects, users, workflows)
Command definition
linear-sync.mdname: 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.
elnora-linear sync all
Pick one target:
elnora-linear sync teams elnora-linear sync projects elnora-linear sync users elnora-linear sync workflows
Validate references:
elnora-linear sync verify
Reports each reference as `user-file` (populated) or `placeholder` (default, empty).
Import an existing config bundle:
elnora-linear sync import --from /path/to/bundle.json
Where it writes
In precedence order: 1. `--references-dir <path>` flag 2. `LINEAR_REFERENCES_DIR` env var 3. `~/.config/elnora-linear/` (auto-created if needed)
Never writes to the bundled defaults in the installed package — those stay clean.
Don't
- Don't run `sync all` repeatedly in a loop — it issues N×teams API calls
- Don't commit the populated reference files to a public repo — they're user-specific data
The full Linear API as a CLI, a Claude Code plugin, and a signal-driven hygiene curator — purpose-built for AI coding agents to create, edit, review, and curate Linear issues safely at scale.
Repo: Elnora-AI/elnora-linear
Other commands on linear-workspace.
- /linear-bulk
Apply the same change to many Linear issues at once. Dry-run by default.
Open command - /linear-cleanup
Audit Linear issues for problems (missing labels, stale, duplicates, wrong state, orphaned, unactionable) and propose fixes
Open command - /linear-curator-run
Run the curator — collect signals from configured signal sources and report
Open command - /linear-my-issues
List Linear issues assigned to you, grouped by state
Open command - /linear-search
Search Linear issues by keyword, team, assignee, state, or priority
Open command

