feat(skills): replace lifecycle skills with canonical copilotkit-* set#4972
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📣 Social Copy GeneratorGenerate social media copies (Twitter/X, LinkedIn, Blog Post) for this PR using Claude.
|
@copilotkit/a2ui-renderer
@copilotkit/agentcore-runner
@copilotkitnext/angular
@copilotkit/core
@copilotkit/react-core
@copilotkit/react-native
@copilotkit/react-textarea
@copilotkit/react-ui
@copilotkit/runtime
@copilotkit/runtime-client-gql
@copilotkit/sdk-js
@copilotkit/shared
@copilotkit/sqlite-runner
@copilotkit/voice
@copilotkit/vue
@copilotkit/web-inspector
commit: |
…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
e0812d5 to
0560247
Compare
cd9b9be to
eeb2971
Compare
2974154 to
2838e00
Compare
d4ffe66 to
ff4e58f
Compare
AlemTuzlak
approved these changes
May 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
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 fromgithub.com/CopilotKit/skills— the old ones were generated by@tanstack/intent, never reviewed, incorrectskills/runtime,skills/react-core,skills/a2ui-rendererremain — still synced frompackages/*/skills/as before.claude-plugin/plugin.json,.claude-plugin/marketplace.json, and.mcp.json(wires thecopilotkit-docsMCP server)sync-plugin-skills.tsto exemptcopilotkit-*slugs from orphan detection so the sync check does not flag themSkills added
copilotkit-setupcopilotkit-developcopilotkit-aguicopilotkit-integrationscopilotkit-debugcopilotkit-upgradecopilotkit-contributecopilotkit-self-updateTest plan
cc plugins install /path/to/CopilotKit— verify 8 skills appearcopilotkit-docsMCP server auto-configures via.mcp.jsonpnpm run check:plugin-skillsstill passesgithub.com/CopilotKit/skillsafter merge