logics-mcp-linear/SKILL.md
Install, configure, and use a Linear MCP server to connect MCP clients to Linear (query issues, projects, cycles). Use when wiring MCP clients to Linear.
npx skillsauth add alexago83/cdx-logics-kit logics-mcp-linearInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "<LINEAR_MCP_SERVER_PACKAGE>"]
}
}
}
LINEAR_API_KEYLINEAR_API_URL (optional)LINEAR_API_TEAM_ID (optional)If your MCP server expects env vars, add them to the config:
{
"mcpServers": {
"linear": {
"command": "npx",
"args": ["-y", "<LINEAR_MCP_SERVER_PACKAGE>"],
"env": {
"LINEAR_API_KEY": "***",
"LINEAR_API_URL": "https://api.linear.app/graphql",
"LINEAR_API_TEAM_ID": "***"
}
}
}
}
data-ai
Generate Logics workflow Mermaid blocks with a deterministic fallback that stays compatible with the flow manager.
testing
Fixture skill used to validate Logics kit package parsing.
testing
--- name: fixture-invalid-skill description: invalid: yaml frontmatter sample --- # Fixture Invalid Skill This fixture intentionally violates the SKILL frontmatter contract.
development
Plan workstreams/roadmap from Logics backlog and tasks. Use when Codex should generate a `logics/ROADMAP.md` grouping items into Now/Next/Later/Done based on priority and progress.