npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@brookmind/ai-toolkit

v1.2.2

Published

SWE AI Toolkit - agents, skills, commands, MCPs, and themes for AI coding assistants

Readme

SWE AI Toolkit

npm version License: MIT Node.js

A collection of agents, skills, and MCPs for AI coding assistants.

Quick Install

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

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 start

Requirements

  • 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:

  1. Run the connect command in OpenCode:

    /connect

    Step 1: Run /connect command

  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.

    Step 4: Authorize on GitHub

That's it! GitHub Copilot will now be available as a provider in OpenCode.

Contributing

See CONTRIBUTING.md for guidelines.

License

MIT