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-typescriptThis skill uses the workspace's default tool permissions.
Converts structured task lists (XML, markdown, or conversation) into Linear issues
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
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