Skip to content

feat(skills): replace lifecycle skills with canonical copilotkit-* set#4972

Merged
onsclom merged 6 commits into
mainfrom
worktree-consolidate-skills
May 26, 2026
Merged

feat(skills): replace lifecycle skills with canonical copilotkit-* set#4972
onsclom merged 6 commits into
mainfrom
worktree-consolidate-skills

Conversation

@onsclom

@onsclom onsclom commented May 21, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Replaces the 6 old auto-generated lifecycle skills in root skills/ (0-to-working-chat, debug-and-troubleshoot, go-to-production, scale-to-multi-agent, spa-without-runtime, v1-to-v2-migration) with the correct canonical skills from github.com/CopilotKit/skills — the old ones were generated by @tanstack/intent, never reviewed, incorrect
  • skills/runtime, skills/react-core, skills/a2ui-renderer remain — still synced from packages/*/skills/ as before
  • Adds .claude-plugin/plugin.json, .claude-plugin/marketplace.json, and .mcp.json (wires the copilotkit-docs MCP server)
  • Updates sync-plugin-skills.ts to exempt copilotkit-* slugs from orphan detection so the sync check does not flag them

Skills added

Slug Purpose
copilotkit-setup Add CopilotKit to a project
copilotkit-develop Build AI features with v2 hooks/components
copilotkit-agui AG-UI protocol and custom backends
copilotkit-integrations Wire LangGraph, CrewAI, Mastra, PydanticAI, ADK, etc.
copilotkit-debug Diagnose runtime/agent/streaming issues
copilotkit-upgrade v1 → v2 migration
copilotkit-contribute Contribute to the OSS monorepo
copilotkit-self-update Refresh installed skills

Test plan

  • Install plugin locally: cc plugins install /path/to/CopilotKit — verify 8 skills appear
  • Verify copilotkit-docs MCP server auto-configures via .mcp.json
  • Confirm pnpm run check:plugin-skills still passes
  • Archive github.com/CopilotKit/skills after merge

@vercel

vercel Bot commented May 21, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
chat-with-your-data Ready Ready Preview, Comment May 22, 2026 6:36pm
docs Ready Ready Preview, Comment May 22, 2026 6:36pm
form-filling Ready Ready Preview, Comment May 22, 2026 6:36pm
research-canvas Ready Ready Preview, Comment May 22, 2026 6:36pm
travel Ready Ready Preview, Comment May 22, 2026 6:36pm

Request Review

@github-actions

Copy link
Copy Markdown
Contributor

📣 Social Copy Generator

Generate social media copies (Twitter/X, LinkedIn, Blog Post) for this PR using Claude.

  • Generate social media copies

@pkg-pr-new

pkg-pr-new Bot commented May 21, 2026

Copy link
Copy Markdown

Open in StackBlitz

@copilotkit/a2ui-renderer

pnpm add https://pkg.pr.new/@copilotkit/a2ui-renderer@4972

@copilotkit/agentcore-runner

pnpm add https://pkg.pr.new/@copilotkit/agentcore-runner@4972

@copilotkitnext/angular

pnpm add https://pkg.pr.new/@copilotkitnext/angular@4972

@copilotkit/core

pnpm add https://pkg.pr.new/@copilotkit/core@4972

@copilotkit/react-core

pnpm add https://pkg.pr.new/@copilotkit/react-core@4972

@copilotkit/react-native

pnpm add https://pkg.pr.new/@copilotkit/react-native@4972

@copilotkit/react-textarea

pnpm add https://pkg.pr.new/@copilotkit/react-textarea@4972

@copilotkit/react-ui

pnpm add https://pkg.pr.new/@copilotkit/react-ui@4972

@copilotkit/runtime

pnpm add https://pkg.pr.new/@copilotkit/runtime@4972

@copilotkit/runtime-client-gql

pnpm add https://pkg.pr.new/@copilotkit/runtime-client-gql@4972

@copilotkit/sdk-js

pnpm add https://pkg.pr.new/@copilotkit/sdk-js@4972

@copilotkit/shared

pnpm add https://pkg.pr.new/@copilotkit/shared@4972

@copilotkit/sqlite-runner

pnpm add https://pkg.pr.new/@copilotkit/sqlite-runner@4972

@copilotkit/voice

pnpm add https://pkg.pr.new/@copilotkit/voice@4972

@copilotkit/vue

pnpm add https://pkg.pr.new/@copilotkit/vue@4972

@copilotkit/web-inspector

pnpm add https://pkg.pr.new/@copilotkit/web-inspector@4972

commit: 0560247

@onsclom onsclom changed the title feat(skills): replace AI-generated package skills with CopilotKit/skills feat(skills): consolidate public skills into monorepo May 21, 2026
…Kit/skills

- Remove 6 old auto-generated lifecycle skills (0-to-working-chat,
  debug-and-troubleshoot, go-to-production, scale-to-multi-agent,
  spa-without-runtime, v1-to-v2-migration)
- Add 8 canonical skills verbatim from github.com/CopilotKit/skills:
  copilotkit-setup, copilotkit-develop, copilotkit-agui,
  copilotkit-integrations, copilotkit-debug, copilotkit-upgrade,
  copilotkit-contribute, copilotkit-self-update
- Update copilotkit-self-update install command to reference CopilotKit/CopilotKit
- Add .claude-plugin/{plugin,marketplace}.json and .mcp.json (repo URL and
  version updated to match monorepo: CopilotKit/CopilotKit, v1.57.3)
- Exempt copilotkit-* slugs from sync orphan detection in sync-plugin-skills.ts;
  runtime/react-core/a2ui-renderer remain synced from packages/*/skills as before
@onsclom onsclom force-pushed the worktree-consolidate-skills branch from d4ffe66 to ff4e58f Compare May 22, 2026 18:32
@onsclom onsclom merged commit 35c523f into main May 26, 2026
6 checks passed
@onsclom onsclom deleted the worktree-consolidate-skills branch May 26, 2026 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants