@brookmind/ai-toolkit
v1.2.2
Published
SWE AI Toolkit - agents, skills, commands, MCPs, and themes for AI coding assistants
Maintainers
Readme
SWE AI Toolkit
A collection of agents, skills, and MCPs for AI coding assistants.
Quick Install
npx @brookmind/ai-toolkitThe 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
What's Included
Agents
| 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 |
Commands
| 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) |
Skills
| 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 |
MCPs
| Name | Description |
|------|-------------|
| context7 | Up-to-date library documentation |
| expo-mcp | Expo/React Native utilities |
| figma-mcp | Figma design integration (requires Desktop app) |
Theme
| Name | Description |
|------|-------------|
| claude-vivid | High-contrast theme with vivid colors |
Theme is auto-installed for new users, optional for existing installations.
Manual Installation
Clone and run locally:
git clone https://github.com/davidcastillog/ai-toolkit.git
cd ai-toolkit
npm install
npm startRequirements
- Node.js 20+
- For Figma MCP: Figma Desktop app running
Configuration
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
Connecting GitHub Copilot
To use GitHub Copilot with OpenCode, follow these steps:
Run the connect command in OpenCode:
/connect
Select GitHub Copilot from the list of providers:

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.
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.
Contributing
See CONTRIBUTING.md for guidelines.
License
MIT
