https://github.com/pleaseai/claude-code-plugins
https://github.com/pleaseai/claude-code-plugins
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pleaseai/claude-code-plugins
- Owner: pleaseai
- License: mit
- Created: 2025-10-13T13:24:39.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-05-30T08:08:25.000Z (18 days ago)
- Last Synced: 2026-05-30T08:13:55.136Z (18 days ago)
- Language: TypeScript
- Homepage: https://plugins.pleaseai.dev
- Size: 3.1 MB
- Stars: 9
- Watchers: 0
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Claude Code Plugins Marketplace
[](https://github.com/pleaseai/claude-code-plugins)
[](https://opensource.org/licenses/MIT)
[](https://github.com/pleaseai/claude-code-plugins/issues)
[](https://github.com/pleaseai/claude-code-plugins/pulls)
A curated marketplace of plugins for [Claude Code](https://www.anthropic.com/news/claude-code-plugins), [OpenAI Codex CLI](https://developers.openai.com/codex/plugins/build), and [Google Antigravity](https://antigravity.google/docs/plugins) — providing custom collections of slash commands, agents, skills, MCP servers, and hooks to enhance your development workflow.
**Repository:** [https://github.com/pleaseai/claude-code-plugins](https://github.com/pleaseai/claude-code-plugins)
## Overview
This marketplace is maintained by Passion Factory and provides bundled plugins that work across three AI coding runtimes:
| Runtime | Manifest path | Marketplace |
|---|---|---|
| **Claude Code** | `plugins//.claude-plugin/plugin.json` | `.claude-plugin/marketplace.json` |
| **Codex CLI** | `plugins//.codex-plugin/plugin.json` | `.agents/plugins/marketplace.json` |
| **Antigravity** | `plugins//plugin.json` (root) | — (file-based install) |
The Claude Code manifest is the **source of truth**. Codex and Antigravity artifacts are auto-generated by `bun scripts/cli.ts multi-format`. Shared assets (`skills/`, `commands/`, `hooks/`) live once and are referenced by every runtime — only the manifest layer differs.
## Available Plugins
### External Plugins
#### Nano Banana
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](https://github.com/pleaseai/nanobanana-plugin)
#### Security Analysis (`gemini-cli-security`)
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](https://github.com/pleaseai/security-plugin)
#### Flutter Development
Flutter and Dart-related commands and context for enhanced mobile development workflow.
**Install:** `/plugin install flutter@pleaseai` | **Repository:** [pleaseai/flutter-plugin](https://github.com/pleaseai/flutter-plugin)
#### Code Review
Comprehensive code review plugin for Claude Code with specialized review agents.
**Install:** `/plugin install code-review@pleaseai` | **Repository:** [pleaseai/code-review-plugin](https://github.com/pleaseai/code-review-plugin)
#### Spec Kit
Toolkit to help you get started with Spec-Driven Development.
**Install:** `/plugin install spec-kit@pleaseai` | **Repository:** [pleaseai/spec-kit-plugin](https://github.com/pleaseai/spec-kit-plugin)
#### Firebase
Prototype, build & run modern apps users love with Firebase's backend, AI, and operational infrastructure.
**Install:** `/plugin install firebase@pleaseai` | **Repository:** [pleaseai/firebase-plugin](https://github.com/pleaseai/firebase-plugin)
#### Grafana
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](https://github.com/grafana/mcp-grafana)
#### Chrome DevTools MCP
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](https://github.com/ChromeDevTools/chrome-devtools-mcp)
#### Playwright CLI
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](https://github.com/pleaseai/playwright-cli)
#### Vercel
Vercel deployment platform integration. Manage deployments, check build status, access logs, configure domains, and control your frontend infrastructure directly from Claude Code.
**Install:** `/plugin install vercel@pleaseai` | **Repository:** [vercel/vercel-plugin](https://github.com/vercel/vercel-plugin)
#### Gemini
Gemini CLI integration for Claude Code — use Google's Gemini models from within Claude Code.
**Install:** `/plugin install gemini@pleaseai` | **Repository:** [pleaseai/gemini-plugin-cc](https://github.com/pleaseai/gemini-plugin-cc/tree/main/plugins/gemini)
---
### Built-in Plugins
#### Please Plugins (Plugin Recommender)
[](https://tessl.io/registry/pleaseai/please-plugins)
Auto-detect project dependencies and recommend matching Claude Code plugins from the pleaseai marketplace.
**Install:** `/plugin install please-plugins@pleaseai` | **Source:** [plugins/please-plugins](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/please-plugins)
#### Plugin Dev
Best practices, guidelines, and validation tools for Claude Code plugin development.
**Install:** `/plugin install plugin-dev@pleaseai` | **Source:** [plugins/plugin-dev](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/plugin-dev)
#### Gatekeeper
Auto-approve safe commands, AI-assisted review for the rest.
**Install:** `/plugin install gatekeeper@pleaseai` | **Source:** [plugins/gatekeeper](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/gatekeeper)
#### Cubic
[](https://tessl.io/registry/pleaseai/cubic)
AI-powered code review using Cubic CLI to detect bugs, security vulnerabilities, and style issues.
**Install:** `/plugin install cubic@pleaseai` | **Source:** [plugins/cubic](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/cubic)
#### MCP Dev
[](https://tessl.io/registry/pleaseai/mcp-dev)
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](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/mcp-dev)
#### Nuxt UI
Nuxt UI component library with comprehensive documentation, templates, and examples via MCP server.
**Install:** `/plugin install nuxt-ui@pleaseai` | **Source:** [plugins/nuxt-ui](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/nuxt-ui)
#### Vue
Vue 3 core, best practices, router patterns, and testing.
**Install:** `/plugin install vue@pleaseai` | **Source:** [plugins/vue](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/vue)
#### Nuxt
Nuxt full-stack Vue framework with SSR, auto-imports, and file-based routing.
**Install:** `/plugin install nuxt@pleaseai` | **Source:** [plugins/nuxt](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/nuxt)
#### Pinia
Pinia official Vue state management library, type-safe and extensible.
**Install:** `/plugin install pinia@pleaseai` | **Source:** [plugins/pinia](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/pinia)
#### VueUse
VueUse composables for building concise, maintainable Vue.js / Nuxt features.
**Install:** `/plugin install vueuse@pleaseai` | **Source:** [plugins/vueuse](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/vueuse)
#### Vite
Vite build tool configuration, plugin API, SSR, and Rolldown migration.
**Install:** `/plugin install vite@pleaseai` | **Source:** [plugins/vite](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/vite)
#### Vitest
Vitest fast unit testing framework powered by Vite with Jest-compatible API.
**Install:** `/plugin install vitest@pleaseai` | **Source:** [plugins/vitest](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/vitest)
#### VitePress
VitePress static site generator powered by Vite and Vue.
**Install:** `/plugin install vitepress@pleaseai` | **Source:** [plugins/vitepress](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/vitepress)
#### UnoCSS
UnoCSS instant atomic CSS engine, superset of Tailwind CSS.
**Install:** `/plugin install unocss@pleaseai` | **Source:** [plugins/unocss](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/unocss)
#### Web Design
[](https://tessl.io/registry/pleaseai/web-design)
Review UI code for Web Interface Guidelines compliance.
**Install:** `/plugin install web-design@pleaseai` | **Source:** [plugins/web-design](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/web-design)
#### Turborepo
Turborepo monorepo build system guidance for task pipelines, caching, and CI optimization.
**Install:** `/plugin install turborepo@pleaseai` | **Source:** [plugins/turborepo](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/turborepo)
#### tsdown
Bundle TypeScript and JavaScript libraries with blazing-fast speed powered by Rolldown.
**Install:** `/plugin install tsdown@pleaseai` | **Source:** [plugins/tsdown](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/tsdown)
#### Slidev
Create and present web-based slides for developers using Markdown and Vue components.
**Install:** `/plugin install slidev@pleaseai` | **Source:** [plugins/slidev](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/slidev)
#### pnpm
Node.js package manager with strict dependency resolution and workspace support.
**Install:** `/plugin install pnpm@pleaseai` | **Source:** [plugins/pnpm](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/pnpm)
#### Antfu
Anthony Fu's opinionated tooling and conventions for JavaScript/TypeScript projects.
**Install:** `/plugin install antfu@pleaseai` | **Source:** [plugins/antfu](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/antfu)
#### Mastra
[](https://tessl.io/registry/pleaseai/mastra)
Official agent skills for coding agents working with the Mastra AI framework.
**Install:** `/plugin install mastra@pleaseai` | **Source:** [plugins/mastra](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/mastra)
#### Supabase
Agent Skills to help developers using AI agents with Supabase.
**Install:** `/plugin install supabase@pleaseai` | **Source:** [plugins/supabase](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/supabase)
#### Prisma
Official agent skills for Prisma ORM — schema design, migrations, queries, and database workflows.
**Install:** `/plugin install prisma@pleaseai` | **Source:** [plugins/prisma](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/prisma)
#### Better Auth
[](https://tessl.io/registry/pleaseai/better-auth)
Better Auth authentication framework skills for JavaScript/TypeScript projects.
**Install:** `/plugin install better-auth@pleaseai` | **Source:** [plugins/better-auth](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/better-auth)
#### Agent Browser
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](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/agent-browser)
#### AI SDK
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](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/ai-sdk)
#### Slack Agent
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](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/slack-agent)
#### MCP Neo4j
Neo4j MCP servers for graph database operations, memory management, Aura cloud management, and data modeling.
**Install:** `/plugin install mcp-neo4j@pleaseai` | **Source:** [plugins/neo4j](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/neo4j)
#### Worktree
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](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/worktree)
#### MarkItDown
[](https://tessl.io/registry/pleaseai/markitdown)
Convert documents (PDF, DOCX, PPTX, images, etc.) to Markdown using Microsoft's MarkItDown MCP server.
**Install:** `/plugin install markitdown@pleaseai` | **Source:** [plugins/markitdown](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/markitdown)
#### ast-grep
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](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/ast-grep)
#### Chat SDK
Build multi-platform chat bots with Chat SDK — unified TypeScript SDK for Slack, Teams, Google Chat, Discord, GitHub, and Linear.
**Install:** `/plugin install chat-sdk@pleaseai` | **Source:** [plugins/chat-sdk](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/chat-sdk)
#### Docus
Write beautiful documentations with Nuxt and Markdown.
**Install:** `/plugin install docus@pleaseai` | **Source:** [plugins/docus](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/docus)
#### WordPress
Expert-level WordPress knowledge for AI coding assistants — blocks, themes, plugins, and best practices.
**Install:** `/plugin install wordpress@pleaseai` | **Source:** [plugins/wordpress](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/wordpress)
#### Vinext
Migrates Next.js projects to vinext (Vite-based Next.js reimplementation) — compatibility scanning, package replacement, Vite config generation, ESM conversion, and deployment setup.
**Install:** `/plugin install vinext@pleaseai` | **Source:** [plugins/vinext](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/vinext)
#### Next.js
Next.js best practices, caching patterns, and upgrade guidance.
**Install:** `/plugin install next@pleaseai` | **Source:** [plugins/next](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/next)
#### React
React and Next.js best practices, view transitions, and composition patterns from Vercel Engineering.
**Install:** `/plugin install react@pleaseai` | **Source:** [plugins/react](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/react)
#### React Native
React Native and Expo best practices for building performant mobile apps.
**Install:** `/plugin install react-native@pleaseai` | **Source:** [plugins/react-native](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/react-native)
#### Tiptap
Helps coding agents integrate and work with the Tiptap rich text editor — extensions, collaboration, comments, AI, and document conversion.
**Install:** `/plugin install tiptap@pleaseai` | **Source:** [plugins/tiptap](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/tiptap)
#### Emulate
Local drop-in API emulator for Vercel, GitHub, Google, Slack, Apple, Microsoft, and AWS.
**Install:** `/plugin install emulate@pleaseai` | **Source:** [plugins/emulate](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/emulate)
#### ASK
ASK (Agent Skills Kit) — AI agent skills for managing library documentation registry entries.
**Install:** `/plugin install ask@pleaseai` | **Source:** [pleaseai/ask](https://github.com/pleaseai/ask)
#### EdgeParse
Extract structured content from any PDF — headings, tables, paragraphs, lists, bounding boxes — deterministically, without ML dependencies or GPU requirements.
**Install:** `/plugin install edgeparse@pleaseai` | **Source:** [plugins/edgeparse](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/edgeparse)
#### Git AI
A Git extension for tracking the AI-generated code in your repos.
**Install:** `/plugin install git-ai@pleaseai` | **Source:** [plugins/git-ai](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/git-ai)
#### Workflow
Workflow SDK: Build durable, reliable, and observable apps and AI Agents in TypeScript.
**Install:** `/plugin install workflow@pleaseai` | **Source:** [plugins/workflow](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/workflow)
#### Portless
Replace port numbers with stable, named local URLs. For humans and agents.
**Install:** `/plugin install portless@pleaseai` | **Source:** [plugins/portless](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/portless)
#### Zod
[](https://tessl.io/registry/pleaseai/zod)
TypeScript-first schema validation with static type inference — version-aware skill covering Zod v3 and v4 differences (entry points, error formatting, refinements).
**Install:** `/plugin install zod@pleaseai` | **Source:** [plugins/zod](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/zod)
#### Bun
[](https://tessl.io/registry/pleaseai/bun)
Version-aware skill for the Bun JavaScript/TypeScript toolkit — runtime, package manager, test runner, and bundler.
**Install:** `/plugin install bun@pleaseai` | **Source:** [plugins/bun](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/bun)
#### Graphite
[](https://tessl.io/registry/pleaseai/graphite)
Stacked PR workflow with the Graphite CLI (gt) — create stacks, submit, sync, restack, split/squash/fold, track existing branches, and collaborate on shared stacks
**Install:** `/plugin install graphite@pleaseai` | **Source:** [plugins/graphite](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/graphite)
#### Claude MD Management
[](https://tessl.io/registry/pleaseai/claude-md-management)
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
**Install:** `/plugin install claude-md-management@pleaseai` | **Source:** [plugins/claude-md-management](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/claude-md-management)
#### Fetch
[](https://tessl.io/registry/pleaseai/fetch)
Fetch web content in multiple formats - HTML, JSON, plain text, Markdown, readable articles, and YouTube transcripts
**Install:** `/plugin install fetch@pleaseai` | **Source:** [plugins/fetch](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/fetch)
#### Java Development
[](https://tessl.io/registry/pleaseai/java-development)
Comprehensive collection of prompts and instructions for Java development including Spring Boot, Quarkus, testing, documentation, and best practices.
**Install:** `/plugin install java-development@pleaseai` | **Source:** [plugins/java-development](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/java-development)
#### Nuxt i18n
[](https://tessl.io/registry/pleaseai/nuxt-i18n)
Nuxt i18n internationalization module for locale routing, lazy-loaded translations, SEO, browser detection, and multi-domain setups. Use when working with @nuxtjs/i18n, locale switching, translated routes, or i18n composables.
**Install:** `/plugin install nuxt-i18n@pleaseai` | **Source:** [plugins/nuxt-i18n](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/nuxt-i18n)
#### PortOne
[](https://tessl.io/registry/pleaseai/portone)
포트원(PortOne) 결제 연동 코드 생성 및 검토 플러그인. V1/V2 API를 지원하며, MCP 서버를 통해 최신 문서와 예시 코드를 활용합니다.
**Install:** `/plugin install portone@pleaseai` | **Source:** [plugins/portone](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/portone)
#### Google Workspace
[](https://tessl.io/registry/pleaseai/google-workspace)
CLI tool for managing Google Workspace resources dynamically using Discovery APIs.
**Install:** `/plugin install google-workspace@pleaseai` | **Source:** [plugins/google-workspace](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/google-workspace)
## Quick Start
The fastest way to get started — install the marketplace and let the plugin recommender auto-detect what you need:
```bash
# 1. Add the marketplace
/plugin marketplace add pleaseai/claude-code-plugins
# 2. Install the plugin recommender
/plugin install please-plugins@pleaseai
# 3. Scan your project and install recommended plugins
/please-plugins:setup
```
The `please-plugins` plugin automatically detects your project's dependencies (`package.json`, lock files, `turbo.json`, etc.) and recommends matching plugins. It also watches for new package installs (`bun add`, `npm install`, `pnpm add`) and suggests plugins on the fly.
**Supported ecosystems:** Nuxt, Vue, Vite, Vitest, Pinia, VueUse, Prisma, Supabase, Firebase, Playwright, Sentry, Stripe, Mastra, AI SDK, Turborepo, pnpm, and more.
## Manual Installation
### Claude Code
Add the marketplace, then install any plugin by name:
```bash
/plugin marketplace add pleaseai/claude-code-plugins
/plugin install @pleaseai
```
### Codex CLI
Codex reads its own marketplace from `.agents/plugins/marketplace.json` (auto-generated from the Claude marketplace, scoped to locally maintained plugins under `./plugins/`). Two install options:
- **Add this repository as a Codex marketplace** and install plugins by name. See the [Codex plugin docs](https://developers.openai.com/codex/plugins/build) for the marketplace registration workflow.
- **Manual install**: copy a single plugin directory into your Codex plugins location.
```bash
# Workspace scope (project-only)
mkdir -p .agents/plugins
cp -R /plugins/ .agents/plugins/
```
Each plugin already ships a `.codex-plugin/plugin.json` manifest and, when MCP servers are inline, a sibling `.mcp.json` file.
### Google Antigravity
Antigravity recognises a directory as a plugin via the root `plugin.json` marker file (also auto-generated). Copy a plugin directory into Antigravity's plugin location:
```bash
# Workspace scope (project-only)
mkdir -p .agents/plugins
cp -R /plugins/ .agents/plugins/
# Global scope (all projects)
mkdir -p ~/.gemini/antigravity/plugins
cp -R /plugins/ ~/.gemini/antigravity/plugins/
```
Or skill-only install (drop just the skill, skipping the plugin namespace):
```bash
mkdir -p ~/.gemini/antigravity/skills
cp -R /plugins//skills/ ~/.gemini/antigravity/skills/
```
See the [Antigravity plugins docs](https://antigravity.google/docs/plugins) and the [Authoring Skills](https://codelabs.developers.google.com/getting-started-with-antigravity-skills) codelab for background. Plugins with MCP servers ship a `mcp_config.json` and, when applicable, a `hooks.json` at the plugin root.
### Available Plugins
Once the marketplace is added (or files copied), the following plugins are available across all three runtimes:
```bash
# 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
/plugin install vercel@pleaseai
/plugin install gemini@pleaseai
# Built-in plugins
/plugin install please-plugins@pleaseai
/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@pleaseai
/plugin install chat-sdk@pleaseai
/plugin install docus@pleaseai
/plugin install wordpress@pleaseai
/plugin install vinext@pleaseai
/plugin install next@pleaseai
/plugin install react@pleaseai
/plugin install react-native@pleaseai
/plugin install emulate@pleaseai
/plugin install ask@pleaseai
/plugin install workflow@pleaseai
/plugin install portless@pleaseai
/plugin install zod@pleaseai
/plugin install bun@pleaseai
/plugin install graphite@pleaseai
/plugin install claude-md-management@pleaseai
/plugin install fetch@pleaseai
/plugin install java-development@pleaseai
/plugin install nuxt-i18n@pleaseai
/plugin install portone@pleaseai
/plugin install google-workspace@pleaseai
```
## What Are Claude Code Plugins?
Claude 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
## Development
### Multi-Runtime Manifests (Codex + Antigravity)
Every locally maintained plugin in `plugins//` ships three runtime manifests so the same directory installs into Claude Code, Codex, and Antigravity:
| Runtime | Manifest path | Companion files |
|--------------|----------------------------------------|---------------------------------------|
| Claude Code | `.claude-plugin/plugin.json` (source) | `hooks/hooks.json`, inline `mcpServers` |
| Codex | `.codex-plugin/plugin.json` | `.mcp.json` (when MCP present) |
| Antigravity | `plugin.json` (root) | `mcp_config.json`, root `hooks.json` |
The Claude Code manifest is the **source of truth** — author plugins there. Codex and Antigravity artifacts are generated by:
```bash
bun scripts/cli.ts multi-format
# or:
bun run plugins:multi-format
```
The Codex marketplace at `.agents/plugins/marketplace.json` is auto-generated from the Claude marketplace and includes only local plugins (`source: "./plugins/..."`). See `scripts/multi-format.ts` for the field-by-field conversion rules and `docs/lessons-learned/` for design notes.
> Do not hand-edit Codex or Antigravity artifacts — they will be overwritten on the next `multi-format` run.
### Antfu Skill Plugins
The antfu-based skill plugins (vue, nuxt, vite, etc.) are managed via `scripts/cli.ts`, which mirrors the behavior of [antfu/skills](https://github.com/antfu/skills).
#### Skill Source Types
| 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 |
#### CLI Commands
```bash
# 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
```
#### Adding a New Vendor (Type 2)
1. Add entry to `vendors` in `scripts/meta.ts`:
```ts
"my-lib": {
source: "https://github.com/org/my-lib",
skills: { "my-skill": "my-skill" },
}
```
2. Add skill → plugin mapping in `SKILL_TO_PLUGIN` in `scripts/cli.ts`
3. Run `bun run skills:init` then `bun run skills:sync`
#### Adding a New Source (Type 1)
1. Add entry to `submodules` in `scripts/meta.ts`:
```ts
"my-lib": "https://github.com/org/my-lib"
```
2. Run `bun run skills:init` to clone the repo to `sources/my-lib/`
3. Generate skills using `/generate-skill my-lib`
4. Add skill → plugin mapping in `SKILL_TO_PLUGIN` in `scripts/cli.ts`
5. Run `bun run skills:sync`
## Support
For questions or issues:
- Email: support@passionfactory.ai
- Repository Issues: [Create an issue](https://github.com/pleaseai/claude-code-plugins/issues)
## License
This marketplace is licensed under the [MIT License](LICENSE).
Please refer to individual plugin repositories for their respective licenses.
---