What problem does it solve? Contributing to the CopilotKit open-source project requires navigating a pnpm/Nx monorepo with V1/V2 package layers, conventional commit rules, lefthook pre-commit hooks, and CI checks. This Skill consolidates the entire contribution workflow so you avoid setup mistakes and rejected PRs. ## Core Features & Use Cases - End-to-End Contribution Workflow: Step-by-step guidance from forking and cloning through branch naming, development, testing, and PR submission. - Command Reference: Quick lookup table for pnpm and Nx commands covering install, build, dev mode, tests, coverage, lint, and type checks. - Architecture Orientation: Explains the V1-wraps-V2 package structure, AG-UI protocol communication, and where new features belong. - Use Case: You want to fix a bug in the CopilotKit runtime. The Skill walks you through creating a fix/<ISSUE>-<name> branch, running nx run @copilotkit/runtime:test, formatting commits per commitlint rules, and passing CI before opening the PR. ## Quick Start Ask the agent to walk you through setting up a CopilotKit fork and running the v2 core package tests before opening your first pull request.