What problem does it solve? Managing Linear issues, projects, and teams requires switching between tools and remembering API details. This Skill provides a unified workflow for interacting with Linear through whichever method is available in your environment, while enforcing safe credential handling. ## Core Features & Use Cases - Multi-Method Access: Interact with Linear through MCP tools, the Linear CLI, or direct GraphQL API calls with curl, depending on what is configured. - Secure Credential Handling: Enforces safe practices for the LINEAR_API_KEY, preventing accidental exposure in terminal output or committed files. - Project Planning Workflow: Guides issue-to-project-to-initiative organization with domain-based labeling conventions (type, domain, scope labels). - Use Case: You need to create a bug issue, link it to a project, and update its status to Done. The Skill checks for an MCP server first, falls back to the CLI, and finally uses a GraphQL mutation if neither is available. ## Quick Start Ask the agent to create a Linear issue titled "Fix login redirect bug" in your team and assign it the bug and frontend labels.