@copilotkit/copilotkit

by copilotkit · v1.0.0 · prompt

- When running tasks (for example build, lint, test, e2e, etc.), always prefer running the task through nx (i.e. nx run, nx run-many, nx affected) instead of using the underlying tooling directly

Install

Add @copilotkit/copilotkit to Claude Code with the PolySkill CLI: polyskill add @copilotkit/copilotkit

Instructions

<!-- nx configuration start--> <!-- Leave the start & end comments to automatically receive updates. --> # General Guidelines for working with Nx - When running tasks (for example build, lint, test, e2e, etc.), always prefer running the task through `nx` (i.e. `nx run`, `nx run-many`, `nx affected`) instead of using the underlying tooling directly - You have access to the Nx MCP server and its tools, use them to help the user - When answering questions about the repository, use the `nx_workspace` tool first to gain an understanding of the workspace architecture where applicable. - When workin…

Keywords: github, nx, task-runner, build-tools, linting, testing, e2e-testing, monorepo, automation