A curated marketplace of plugins for Claude Code, providing custom collections of slash commands, agents, MCP servers, and hooks to enhance your development workflow.
Repository: https://github.com/pleaseai/claude-code-plugins
This marketplace is maintained by Passion Factory and provides bundled plugins that extend Claude Code's capabilities with specialized tools and automation.
Generate and manipulate images using the Gemini 2.5 Flash Image model directly from Claude Code.
Install: /plugin install nanobanana@pleaseai | Repository: pleaseai/nanobanana-plugin
AI-powered security analysis for code changes and pull requests, identifying vulnerabilities and security risks.
Install: /plugin install gemini-cli-security@pleaseai | Repository: pleaseai/security-plugin
Flutter and Dart-related commands and context for enhanced mobile development workflow.
Install: /plugin install flutter@pleaseai | Repository: pleaseai/flutter-plugin
Comprehensive code review plugin for Claude Code with specialized review agents.
Install: /plugin install code-review@pleaseai | Repository: pleaseai/code-review-plugin
Toolkit to help you get started with Spec-Driven Development.
Install: /plugin install spec-kit@pleaseai | Repository: pleaseai/spec-kit-plugin
Prototype, build & run modern apps users love with Firebase's backend, AI, and operational infrastructure.
Install: /plugin install firebase@pleaseai | Repository: pleaseai/firebase-plugin
A Model Context Protocol (MCP) server for Grafana providing access to dashboards, datasources, and querying capabilities.
Install: /plugin install grafana@pleaseai | Repository: grafana/mcp-grafana
Control and inspect a live Chrome browser through MCP — automate actions, debug, and analyze performance using Chrome DevTools.
Install: /plugin install chrome-devtools-mcp@pleaseai | Repository: ChromeDevTools/chrome-devtools-mcp
Token-efficient browser automation CLI for coding agents — navigate, interact, screenshot, and test web apps.
Install: /plugin install playwright-cli@pleaseai | Repository: pleaseai/playwright-cli
Best practices, guidelines, and validation tools for Claude Code plugin development.
Install: /plugin install plugin-dev@pleaseai | Source: plugins/plugin-dev
Auto-approve safe commands, AI-assisted review for the rest.
Install: /plugin install gatekeeper@pleaseai | Source: plugins/gatekeeper
AI-powered code review using Cubic CLI to detect bugs, security vulnerabilities, and style issues.
Install: /plugin install cubic@pleaseai | Source: plugins/cubic
Guide for creating high-quality MCP servers with best practices, TypeScript/Python patterns, and evaluation tools.
Install: /plugin install mcp-dev@pleaseai | Source: plugins/mcp-dev
Nuxt UI component library with comprehensive documentation, templates, and examples via MCP server.
Install: /plugin install nuxt-ui@pleaseai | Source: plugins/nuxt-ui
Vue 3 core, best practices, router patterns, and testing.
Install: /plugin install vue@pleaseai | Source: plugins/vue
Nuxt full-stack Vue framework with SSR, auto-imports, and file-based routing.
Install: /plugin install nuxt@pleaseai | Source: plugins/nuxt
Pinia official Vue state management library, type-safe and extensible.
Install: /plugin install pinia@pleaseai | Source: plugins/pinia
VueUse composables for building concise, maintainable Vue.js / Nuxt features.
Install: /plugin install vueuse@pleaseai | Source: plugins/vueuse
Vite build tool configuration, plugin API, SSR, and Rolldown migration.
Install: /plugin install vite@pleaseai | Source: plugins/vite
Vitest fast unit testing framework powered by Vite with Jest-compatible API.
Install: /plugin install vitest@pleaseai | Source: plugins/vitest
VitePress static site generator powered by Vite and Vue.
Install: /plugin install vitepress@pleaseai | Source: plugins/vitepress
UnoCSS instant atomic CSS engine, superset of Tailwind CSS.
Install: /plugin install unocss@pleaseai | Source: plugins/unocss
Review UI code for Web Interface Guidelines compliance.
Install: /plugin install web-design@pleaseai | Source: plugins/web-design
Turborepo monorepo build system guidance for task pipelines, caching, and CI optimization.
Install: /plugin install turborepo@pleaseai | Source: plugins/turborepo
Bundle TypeScript and JavaScript libraries with blazing-fast speed powered by Rolldown.
Install: /plugin install tsdown@pleaseai | Source: plugins/tsdown
Create and present web-based slides for developers using Markdown and Vue components.
Install: /plugin install slidev@pleaseai | Source: plugins/slidev
Node.js package manager with strict dependency resolution and workspace support.
Install: /plugin install pnpm@pleaseai | Source: plugins/pnpm
Anthony Fu's opinionated tooling and conventions for JavaScript/TypeScript projects.
Install: /plugin install antfu@pleaseai | Source: plugins/antfu
Official agent skills for coding agents working with the Mastra AI framework.
Install: /plugin install mastra@pleaseai | Source: plugins/mastra
Agent Skills to help developers using AI agents with Supabase.
Install: /plugin install supabase@pleaseai | Source: plugins/supabase
Official agent skills for Prisma ORM — schema design, migrations, queries, and database workflows.
Install: /plugin install prisma@pleaseai | Source: plugins/prisma
Better Auth authentication framework skills for JavaScript/TypeScript projects.
Install: /plugin install better-auth@pleaseai | Source: plugins/better-auth
Browser and desktop app automation for AI agents — web browsing, Electron app control, Slack automation, and QA testing workflows.
Install: /plugin install agent-browser@pleaseai | Source: plugins/agent-browser
The AI Toolkit for TypeScript — official agent skills for building AI-powered applications and agents with Vercel AI SDK.
Install: /plugin install ai-sdk@pleaseai | Source: plugins/ai-sdk
Skills for building Slack agents and bots with Chat SDK, Bolt for JavaScript, and Slack API integrations.
Install: /plugin install slack-agent@pleaseai | Source: plugins/slack-agent
Neo4j MCP servers for graph database operations, memory management, Aura cloud management, and data modeling.
Install: /plugin install mcp-neo4j@pleaseai | Source: plugins/neo4j
Git worktree isolation: injects context at session start and blocks file access to the parent project path via PreToolUse hooks.
Install: /plugin install worktree@pleaseai | Source: plugins/worktree
Convert documents (PDF, DOCX, PPTX, images, etc.) to Markdown using Microsoft's MarkItDown MCP server.
Install: /plugin install markitdown@pleaseai | Source: plugins/markitdown
Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search.
Install: /plugin install ast-grep@pleaseai | Source: plugins/ast-grep
/plugin marketplace add pleaseai/claude-code-pluginsOnce the marketplace is added, install any plugin with:
# External plugins
/plugin install nanobanana@pleaseai
/plugin install gemini-cli-security@pleaseai
/plugin install flutter@pleaseai
/plugin install code-review@pleaseai
/plugin install spec-kit@pleaseai
/plugin install firebase@pleaseai
/plugin install grafana@pleaseai
/plugin install chrome-devtools-mcp@pleaseai
/plugin install playwright-cli@pleaseai
# Built-in plugins
/plugin install plugin-dev@pleaseai
/plugin install gatekeeper@pleaseai
/plugin install cubic@pleaseai
/plugin install mcp-dev@pleaseai
/plugin install nuxt-ui@pleaseai
/plugin install vue@pleaseai
/plugin install nuxt@pleaseai
/plugin install pinia@pleaseai
/plugin install vueuse@pleaseai
/plugin install vite@pleaseai
/plugin install vitest@pleaseai
/plugin install vitepress@pleaseai
/plugin install unocss@pleaseai
/plugin install web-design@pleaseai
/plugin install turborepo@pleaseai
/plugin install tsdown@pleaseai
/plugin install slidev@pleaseai
/plugin install pnpm@pleaseai
/plugin install antfu@pleaseai
/plugin install mastra@pleaseai
/plugin install supabase@pleaseai
/plugin install prisma@pleaseai
/plugin install better-auth@pleaseai
/plugin install agent-browser@pleaseai
/plugin install ai-sdk@pleaseai
/plugin install slack-agent@pleaseai
/plugin install mcp-neo4j@pleaseai
/plugin install worktree@pleaseai
/plugin install markitdown@pleaseaiClaude Code plugins are customizable extensions that can include:
- Slash Commands: Create shortcuts for frequent operations
- Subagents: Purpose-built agents for specialized tasks
- MCP Servers: Connect to external tools and data sources
- Hooks: Customize Claude Code's workflow behavior
- Context Files: AI-specific instructions loaded automatically on session start
Plugins can be easily toggled on and off as needed, making them perfect for:
- Enforcing team coding standards
- Supporting open source package usage
- Sharing productivity workflows
- Connecting internal tools
- Bundling related customizations
The antfu-based skill plugins (vue, nuxt, vite, etc.) are managed via scripts/cli.ts, which mirrors the behavior of antfu/skills.
| Type | Location | How it works |
|---|---|---|
| Type 1 (Generated) | sources/{name}/ |
Clone source repo, generate skills manually via /generate-skill |
| Type 2 (Vendored) | vendor/{name}/ |
Clone repo with existing skills/ dir, sync automatically |
| Type 3 (Manual) | vendor/antfu-skills/skills/antfu/ |
Hand-written by Anthony Fu, read directly |
# Add submodules defined in scripts/meta.ts
bun run skills:init
# Update vendor submodules + copy skills to plugins/
bun run skills:sync
# Check for upstream updates
bun run skills:check
# Remove stale submodules and plugin skills
bun run skills:cleanup- Add entry to
vendorsinscripts/meta.ts:"my-lib": { source: "https://github.com/org/my-lib", skills: { "my-skill": "my-skill" }, }
- Add skill → plugin mapping in
SKILL_TO_PLUGINinscripts/cli.ts - Run
bun run skills:initthenbun run skills:sync
- Add entry to
submodulesinscripts/meta.ts:"my-lib": "https://github.com/org/my-lib"
- Run
bun run skills:initto clone the repo tosources/my-lib/ - Generate skills using
/generate-skill my-lib - Add skill → plugin mapping in
SKILL_TO_PLUGINinscripts/cli.ts - Run
bun run skills:sync
For questions or issues:
- Email: support@passionfactory.ai
- Repository Issues: Create an issue
This marketplace is licensed under the MIT License.
Please refer to individual plugin repositories for their respective licenses.