Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub jadecli/claude-knowledge-sdk-typescriptHow 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
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
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