SWE AI Toolkit - agents, skills, commands, MCPs, and themes for AI coding assistants
npm install @brookmind/ai-toolkit


A collection of agents, skills, and MCPs for AI coding assistants.
``bash`
npx @brookmind/ai-toolkit
The installer will guide you through selecting:
- Agents: AI assistants for specific tasks
- Skills: Extended capabilities and workflows
- Commands: Reusable prompts for common tasks
- MCPs: Model Context Protocol servers
- Themes: Visual themes for your AI coding assistant
| Name | Description |
|------|-------------|
| changelog-generator | Changelog and release notes from git history |code-reviewer
| | Code review for quality, security, maintainability |code-simplifier
| | Simplify code for clarity and maintainability |
| Name | Description |
|------|-------------|
| create-pr | Create PR on GitHub with optional reviewer |create-pr-description
| | Generate PR title and description |create-react-tests
| | Generate Jest + RTL tests (90% coverage) |
| Name | Description |
|------|-------------|
| expo-best-practices | UI, navigation, styling, data fetching for Expo apps |github-cli
| | Issues, PRs, releases via gh CLI |pdf-processing-pro
| | Forms, tables, OCR, batch PDF operations |react-best-practices
| | Performance patterns from Vercel Engineering |react-native-best-practices
| | FPS, TTI, bundle size, animations optimization |skill-creator
| | Guide for creating custom skills |spring-boot-development
| | REST APIs, JPA, Security, microservices |
| Name | Description |
|------|-------------|
| context7 | Up-to-date library documentation |expo-mcp
| | Expo/React Native utilities |figma-mcp
| | Figma design integration (requires Desktop app) |
| Name | Description |
|------|-------------|
| claude-vivid | High-contrast theme with vivid colors |
> Theme is auto-installed for new users, optional for existing installations.
Clone and run locally:
`bash`
git clone https://github.com/davidcastillog/ai-toolkit.git
cd ai-toolkit
npm install
npm start
- Node.js 20+
- For Figma MCP: Figma Desktop app running
After installation, some MCPs require API keys. Edit ~/.config/opencode/opencode.json and replace TOKEN_PLACEHOLDER with your actual keys:
- context7: Get your API key at https://context7.com
- expo-mcp: Get your API key at https://expo.dev
To use GitHub Copilot with OpenCode, follow these steps:
1. Run the connect command in OpenCode:
``
/connect
2. Select GitHub Copilot from the list of providers:
!Step 2: Select GitHub Copilot
3. Copy the code and open the URL: OpenCode will display a URL (https://github.com/login/device`) and a code. Open the URL in your browser.
!Step 3: Get authorization URL and code
4. Complete authorization: On the GitHub Device Activation page, verify your account and click the green "Continue" button to authorize OpenCode to use your GitHub Copilot license.
That's it! GitHub Copilot will now be available as a provider in OpenCode.
See CONTRIBUTING.md for guidelines.
MIT