Make GitHub Copilot smarter in 30 seconds
npm install cokit-clibash
npx cokit-cli init -g
`
This installs all CoKit resources to ~/.copilot/ for global use.
Installation Options
| Command | Description |
|---------|-------------|
| npx cokit-cli init | Interactive setup |
| npx cokit-cli init -g | Install global resources only |
| npx cokit-cli init -a | Install both project and global resources |
Resources
Agents
| Agent | Description |
|-------|-------------|
| brainstormer | Brainstorm software solutions, evaluate architectural approaches, debate technical decisions. |
| code-reviewer | Comprehensive code review and quality assessment. |
| debugger | Investigate issues, analyze system behavior, diagnose performance problems, collect and analyze logs. |
| docs-manager | Manage technical documentation, implementation standards, update docs based on code changes. |
| git-manager | Stage, commit, and push code changes with conventional commits. |
| planner | Research, analyze, and create comprehensive implementation plans for features and architectures. |
| researcher | Conduct comprehensive research on software topics, investigate technologies, find documentation. |
| scout | Quickly locate relevant files across a large codebase to complete a specific task. |
| tester | Validate code quality through testing - unit, integration, coverage, error handling, performance. |
Prompts
| Prompt | Description |
|--------|-------------|
| ck-ask | Answer technical and architectural questions. |
| ck-bootstrap | Bootstrap a new project step by step |
| ck-brainstorm | Brainstorm a feature |
| ck-ck-help | CoKit usage guide - just type naturally |
| ck-code | Start coding & testing an existing plan |
| ck-cook | Implement a feature [step by step] |
| ck-debug | Debugging technical issues and providing solutions |
| ck-docs | Documentation workflow - init, summarize, or update docs |
| ck-fix | Analyze and fix issues [INTELLIGENT ROUTING] |
| ck-git | Git workflow - commit, push, merge, or create PR |
| ck-plan | Intelligent plan creation with prompt enhancement |
| ck-review-codebase | Scan & analyze the codebase |
| ck-scout | Scout given directories to respond to the user's requests |
| ck-test | Run tests locally and analyze the summary report |
Instructions
| Instruction | ApplyTo | Description |
|-------------|---------|-------------|
| ck-backend | /.py, .go, .rs, .java, *.cs, api/ | Backend development rules |
| ck-development | */ | YAGNI/KISS/DRY principles |
| ck-frontend | /.tsx, .jsx, .vue, .svelte, components/ | Frontend component guidelines |
| ck-research | * | Research guidelines |
| ck-testing | */.test., .spec., test_.py, *_test.go` | Testing standards |