linear-workspacelisted
Install: claude install-skill Elnora-AI/elnora-linear
# Linear Workspace
Router for Linear work. Dispatches to specialized agents or slash commands rather than running things inline.
## Dispatch table
| Intent | Action |
|---|---|
| Create one issue from a description | Agent: `linear-issue-creator` |
| Create issues from a URL / article / design | Agent: `linear-url-to-issues` |
| Review one existing issue (clarity, completeness) | Agent: `linear-issue-reviewer` |
| Edit one existing issue (state, assignee, comment, close, …) | Agent: `linear-issue-updater` |
| Search / list issues | Slash command: `/linear-search` |
| List your own issues | Slash command: `/linear-my-issues` |
| Apply the same change to many issues | Slash command: `/linear-bulk` |
| Find + handle stale issues | Slash command: `/linear-cleanup` |
| Refresh reference data from Linear | Slash command: `/linear-sync` |
| Run the curator (collect signals from external sources) | Slash command: `/linear-curator-run` |
For parallel work (e.g. 5 issues from 5 URLs), dispatch multiple agents in a single message — that's why they exist.
## First-run install
1. `/plugin marketplace add Elnora-AI/elnora-linear` then `/plugin install linear-workspace@elnora-linear`
2. Make sure the `elnora-linear` CLI is on your PATH: `npm install -g @elnora-ai/linear`
3. On your first Linear command, you'll be prompted for your Linear API key (get one at https://linear.app/settings/api). It's saved to `~/.config/elnora-linear/.env` (mode 0600).
4. Populate the reference files: `/li