Elnora-AI/elnora-linear
6 stars · Last commit 2026-06-06
Linear workspace for Claude Code — search, bulk edit, agents, and a config-driven curator. The repo IS a Claude Code plugin marketplace.
README preview
# elnora-linear **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.** [](LICENSE) [](https://www.npmjs.com/package/@elnora-ai/linear) [](https://github.com/Elnora-AI/elnora-linear/actions) --- ## Install > **The CLI and the Claude Code plugin are two separate installs.** The plugin's agents, skills, and slash commands all shell out to the `elnora-linear` binary — so you must install the CLI **first**, even if your only goal is to use the plugin. `/plugin install` does not install the CLI. ### Step 1 — Install the CLI (required for everyone) ```sh npm install -g @elnora-ai/linear elnora-linear issues list # prompts for your Linear API key on first run ```