Valian Linear Cli Skill
valian-linear-cli-skill is a Claude Code plugin for the Build phase that exposes Linear issue, project, team, and user operations through a lightweight CLI on the official SDK.
Create, search, and update Linear issues from Claude Code via a thin CLI backed by the official Linear TypeScript SDK.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install valian-linear-cli-skill@Valian/linear-cli-skillBuilt 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:Valian/linear-cli-skill") and the paste-ready config with skillselion.get_install_config("plugin:Valian/linear-cli-skill").
What it does
valian-linear-cli-skill adds a focused Linear command-line layer to Claude Code so you can manage issues where you already code. Indie builders using Linear for a single roadmap get a direct path from agent conversation to ticket updates—create issues, query backlogs, align work with teams and projects—without bouncing through the Linear UI for every micro-task. The plugin leans on the official Linear TypeScript SDK, which keeps behavior closer to supported APIs than brittle screen-scraping approaches. Use it while scoping validation work, during Build when linking commits to tickets, and in Operate when closing loops on bugs and iterations. It assumes you already run Linear as your system of record; it does not replace roadmap strategy or customer discovery. Setup typically requires a Linear API token and Node-friendly tooling implied by the SDK-based CLI.
Highlights
- Lightweight CLI wrapping the official Linear TypeScript SDK
- Works with issues, projects, teams, and users from the agent
- Single-plugin bundle focused on Linear ops—not a full PM suite
- Fits agent-driven workflows: file bugs, triage, and update status without leaving Claude Code
- Community plugin (1 plugin) with a narrow, dependable integration surface
Why builders use it
Switching between Claude Code and Linear for every ticket update breaks flow and makes the agent unable to ground work in your real backlog.
After install, the agent can drive Linear CRUD and queries via CLI commands tied to your workspace token.
At a glance
- Type - Plugin in Productivity.
- Adoption - 0 installs, 13 stars, 0 votes.
FAQ
Who is valian-linear-cli-skill for?
Claude Code users who track work in Linear and want programmatic issue and project access from the agent.
When should I use valian-linear-cli-skill?
Use it when implementing features, triaging bugs, or updating issue status as part of an agent-assisted coding session.
How do I add valian-linear-cli-skill to my agent?
Install the Valian/linear-cli-skill plugin in Claude Code and configure Linear API access per the repo instructions before invoking CLI-backed skills.
Comments
Share how you use valian-linear-cli-skill, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.