gensart-projs/cp-kit
Platform-specific configuration:
{
"mcpServers": {
"cp-kit": {
"command": "npx",
"args": [
"-y",
"cp-kit"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<div align="center">
GitHub Copilot Agent Toolkit
*Initialize and manage AI agents for GitHub Copilot, Claude, Gemini CLI, and other AI assistants.*
[](https://www.npmjs.com/package/cp-toolkit) [](https://opensource.org/licenses/MIT) [](https://nodejs.org/) [](http://makeapullrequest.com)
Quick Start โข Project Types โข Features โข Commands โข Contributing
</div>
---
---
cp-toolkit is a CLI tool that bootstraps AI agent configurations for your projects. It creates a standardized structure that GitHub Copilot and other AI assistants understand, making them smarter and more context-aware when working with your codebase.
Think of it as ESLint for AI โ it defines rules, specialists, and behaviors that AI assistants follow when helping you code.
| Feature | Description | |---------|-------------| | ๐ Instant Setup | One command to configure 20+ specialized AI agents | | ๐ฏ Context-Aware AI | Path-specific instructions make AI understand your code better | | ๐ MCP Ready | Built-in Model Context Protocol support for VS Code | | ๐ฆ Zero Lock-in | Standard markdown files, works with any AI assistant | | ๐ ๏ธ Extensible | Add custom agents and instructions fo
Loading reviews...