From claude-knowledge-sdk
Convert structured task lists into Linear issues, cycles, and projects. Use when planning sprints, importing task lists, syncing progress to Linear, creating sprint cycles, or converting XML/markdown task lists into tracked issues.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-knowledge-sdk:sprint-planningThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Converts structured task lists (XML, markdown, or conversation) into Linear issues
Converts structured task lists (XML, markdown, or conversation) into Linear issues organized by project, cycle, and priority.
Accept tasks in any format:
<task> elements with id, priority, content, activeForm attributes| Task Field | Linear Field |
|---|---|
| Phase/group | Project |
| Task content | Issue title + description |
| Priority critical | Urgent |
| Priority high | High |
| Priority medium | Medium |
| Priority low | Low |
| Phase number | Cycle (Sprint N) |
| Commit scope | Label |
Use the Linear MCP (connected at https://mcp.linear.app/mcp) to create:
As work proceeds, update Linear issues:
Closes JADE-123The jadecli Linear workspace uses GitHub integration for auto-close on merge. Include the Linear issue ID in commit footers to auto-transition issues:
feat(types): add LSP tool types
Closes JAD-38
npx claudepluginhub jadecli/claude-knowledge-sdk-typescriptCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.