Loading...
Loading...
Use when contributing to the CopilotKit open-source project — forking, cloning, setting up the monorepo, creating branches, running tests, and submitting pull requests against CopilotKit/CopilotKit.
npx skill4agent add copilotkit/skills copilotkit-contributeImportant: CopilotKit's internal v2 packages use thenamespace. The public API that users install is@copilotkit/*. When contributing, you work with@copilotkit/*source but users never see that namespace.@copilotkit/*
copilotkit-docssearch-docssearch-code.mcp.jsonpnpm installpnpm buildfeat/<ISSUE>-<name>fix/<ISSUE>-<name>docs/<ISSUE>-<name>pnpm devnx run @copilotkit/<pkg>:devnx run @copilotkit/<pkg>:testpnpm run lint --fix && pnpm run format<type>(<scope>): <subject>mainpnpm run testpnpm run buildpnpm run check-prettier<type>(<scope>): <subject>| Task | Command |
|---|---|
| Install dependencies | |
| Build all packages | |
| Dev mode (all) | |
| Dev mode (v2 only) | |
| Run all tests | |
| Run v2 tests only | |
| Run single package tests | |
| Test with coverage | |
| Lint | |
| Format | |
| Check formatting | |
| Type check | |
| Package quality checks | |
| Dependency graph | |
@copilotkit/*@copilotkit/*packages/v2/