Schpet Linear Cli
schpet Linear CLI is a Claude Code plugin for the Build phase that lets agents list, start, and create PRs for Linear issues from the command line.
Drive Linear issues—list, start, and open PRs—from the terminal so Claude Code never context-switches out of the repo.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install schpet-linear-cli@schpet/linear-cliBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:schpet/linear-cli") and the paste-ready config with skillselion.get_install_config("plugin:schpet/linear-cli").
What it does
schpet Linear CLI is a Claude Code plugin that wraps Linear issue operations for terminal-first and agent-driven workflows. Solo builders install it when Linear is their source of truth but clicking through the UI breaks flow—especially when Claude Code should pick up the next ticket, mark work started, and prepare a pull request in the same shell. The bundle is intentionally narrow: one plugin with keywords around CLI, issues, and skill-based invocation, optimized for agents that need structured issue commands rather than brittle browser automation. It belongs on the build PM shelf because it connects backlog items to implementation and PR creation, not marketing or production monitoring. Beginners need a Linear account and API access; the plugin does not replace Linear permissions or team process.
Highlights
- List and start Linear issues without opening the Linear web app
- Create PRs tied to issue workflow from the command line
- Agent-friendly skill surface for Claude Code automation
- Single-plugin bundle focused on LinearCLI operations
- Keeps issue state and git work in one terminal context
Why builders use it
Jumping between Linear’s UI and your repo breaks agent context when you just need the next issue and a linked PR.
After install, Claude Code can manage Linear issues and PR steps via CLI commands without leaving the development environment.
At a glance
- Type - Plugin in Productivity.
- Adoption - 0 installs, 563 stars, 0 votes.
FAQ
Who is schpet Linear CLI for?
It is for developers and agent users who track work in Linear and want list, start, and PR actions callable from Claude Code in the terminal.
When should I use schpet Linear CLI?
Use it at the start of a coding session to pull the right issue, mark it in progress, and bridge to PR creation without manual UI steps.
How do I add schpet Linear CLI to my agent?
Install the plugin from schpet/linear-cli in Claude Code, configure Linear API credentials for LinearCLI, then invoke the bundled skill or CLI from your project.
Comments
Share how you use schpet-linear-cli, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.