{"id":42026117,"url":"https://github.com/pleaseai/claude-code-plugins","last_synced_at":"2026-05-30T18:00:48.088Z","repository":{"id":318866171,"uuid":"1075417064","full_name":"pleaseai/claude-code-plugins","owner":"pleaseai","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-30T08:08:25.000Z","size":3249,"stargazers_count":9,"open_issues_count":15,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-30T08:13:55.136Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://plugins.pleaseai.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pleaseai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-13T13:24:39.000Z","updated_at":"2026-05-30T06:33:47.000Z","dependencies_parsed_at":"2025-10-16T22:41:40.389Z","dependency_job_id":"402dfc63-0d3d-4010-b137-e8d73a20cb40","html_url":"https://github.com/pleaseai/claude-code-plugins","commit_stats":null,"previous_names":["pleaseai/claude-code-plugins"],"tags_count":131,"template":false,"template_full_name":null,"purl":"pkg:github/pleaseai/claude-code-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pleaseai%2Fclaude-code-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pleaseai%2Fclaude-code-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pleaseai%2Fclaude-code-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pleaseai%2Fclaude-code-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pleaseai","download_url":"https://codeload.github.com/pleaseai/claude-code-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pleaseai%2Fclaude-code-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33703065,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-26T04:09:13.788Z","updated_at":"2026-05-30T18:00:48.074Z","avatar_url":"https://github.com/pleaseai.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Claude Code Plugins Marketplace\n\n[![GitHub stars](https://img.shields.io/github/stars/pleaseai/claude-code-plugins?style=social)](https://github.com/pleaseai/claude-code-plugins)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![GitHub issues](https://img.shields.io/github/issues/pleaseai/claude-code-plugins)](https://github.com/pleaseai/claude-code-plugins/issues)\n[![GitHub pull requests](https://img.shields.io/github/issues-pr/pleaseai/claude-code-plugins)](https://github.com/pleaseai/claude-code-plugins/pulls)\n\nA 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.\n\n**Repository:** [https://github.com/pleaseai/claude-code-plugins](https://github.com/pleaseai/claude-code-plugins)\n\n## Overview\n\nThis marketplace is maintained by Passion Factory and provides bundled plugins that work across three AI coding runtimes:\n\n| Runtime | Manifest path | Marketplace |\n|---|---|---|\n| **Claude Code** | `plugins/\u003cname\u003e/.claude-plugin/plugin.json` | `.claude-plugin/marketplace.json` |\n| **Codex CLI** | `plugins/\u003cname\u003e/.codex-plugin/plugin.json` | `.agents/plugins/marketplace.json` |\n| **Antigravity** | `plugins/\u003cname\u003e/plugin.json` (root) | — (file-based install) |\n\nThe 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.\n\n## Available Plugins\n\n### External Plugins\n\n#### Nano Banana\nGenerate and manipulate images using the Gemini 2.5 Flash Image model directly from Claude Code.\n\n**Install:** `/plugin install nanobanana@pleaseai` | **Repository:** [pleaseai/nanobanana-plugin](https://github.com/pleaseai/nanobanana-plugin)\n\n#### Security Analysis (`gemini-cli-security`)\nAI-powered security analysis for code changes and pull requests, identifying vulnerabilities and security risks.\n\n**Install:** `/plugin install gemini-cli-security@pleaseai` | **Repository:** [pleaseai/security-plugin](https://github.com/pleaseai/security-plugin)\n\n#### Flutter Development\nFlutter and Dart-related commands and context for enhanced mobile development workflow.\n\n**Install:** `/plugin install flutter@pleaseai` | **Repository:** [pleaseai/flutter-plugin](https://github.com/pleaseai/flutter-plugin)\n\n#### Code Review\nComprehensive code review plugin for Claude Code with specialized review agents.\n\n**Install:** `/plugin install code-review@pleaseai` | **Repository:** [pleaseai/code-review-plugin](https://github.com/pleaseai/code-review-plugin)\n\n#### Spec Kit\nToolkit to help you get started with Spec-Driven Development.\n\n**Install:** `/plugin install spec-kit@pleaseai` | **Repository:** [pleaseai/spec-kit-plugin](https://github.com/pleaseai/spec-kit-plugin)\n\n#### Firebase\nPrototype, build \u0026 run modern apps users love with Firebase's backend, AI, and operational infrastructure.\n\n**Install:** `/plugin install firebase@pleaseai` | **Repository:** [pleaseai/firebase-plugin](https://github.com/pleaseai/firebase-plugin)\n\n#### Grafana\nA Model Context Protocol (MCP) server for Grafana providing access to dashboards, datasources, and querying capabilities.\n\n**Install:** `/plugin install grafana@pleaseai` | **Repository:** [grafana/mcp-grafana](https://github.com/grafana/mcp-grafana)\n\n#### Chrome DevTools MCP\nControl and inspect a live Chrome browser through MCP — automate actions, debug, and analyze performance using Chrome DevTools.\n\n**Install:** `/plugin install chrome-devtools-mcp@pleaseai` | **Repository:** [ChromeDevTools/chrome-devtools-mcp](https://github.com/ChromeDevTools/chrome-devtools-mcp)\n\n\n#### Playwright CLI\nToken-efficient browser automation CLI for coding agents — navigate, interact, screenshot, and test web apps.\n\n**Install:** `/plugin install playwright-cli@pleaseai` | **Repository:** [pleaseai/playwright-cli](https://github.com/pleaseai/playwright-cli)\n\n#### Vercel\nVercel deployment platform integration. Manage deployments, check build status, access logs, configure domains, and control your frontend infrastructure directly from Claude Code.\n\n**Install:** `/plugin install vercel@pleaseai` | **Repository:** [vercel/vercel-plugin](https://github.com/vercel/vercel-plugin)\n\n#### Gemini\nGemini CLI integration for Claude Code — use Google's Gemini models from within Claude Code.\n\n**Install:** `/plugin install gemini@pleaseai` | **Repository:** [pleaseai/gemini-plugin-cc](https://github.com/pleaseai/gemini-plugin-cc/tree/main/plugins/gemini)\n\n---\n\n### Built-in Plugins\n\n#### Please Plugins (Plugin Recommender)\n[![tessl](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi.tessl.io%2Fv1%2Fbadges%2Fpleaseai%2Fplease-plugins)](https://tessl.io/registry/pleaseai/please-plugins)\n\nAuto-detect project dependencies and recommend matching Claude Code plugins from the pleaseai marketplace.\n\n**Install:** `/plugin install please-plugins@pleaseai` | **Source:** [plugins/please-plugins](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/please-plugins)\n\n#### Plugin Dev\nBest practices, guidelines, and validation tools for Claude Code plugin development.\n\n**Install:** `/plugin install plugin-dev@pleaseai` | **Source:** [plugins/plugin-dev](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/plugin-dev)\n\n#### Gatekeeper\nAuto-approve safe commands, AI-assisted review for the rest.\n\n**Install:** `/plugin install gatekeeper@pleaseai` | **Source:** [plugins/gatekeeper](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/gatekeeper)\n\n#### Cubic\n[![tessl](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi.tessl.io%2Fv1%2Fbadges%2Fpleaseai%2Fcubic)](https://tessl.io/registry/pleaseai/cubic)\n\nAI-powered code review using Cubic CLI to detect bugs, security vulnerabilities, and style issues.\n\n**Install:** `/plugin install cubic@pleaseai` | **Source:** [plugins/cubic](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/cubic)\n\n#### MCP Dev\n[![tessl](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi.tessl.io%2Fv1%2Fbadges%2Fpleaseai%2Fmcp-dev)](https://tessl.io/registry/pleaseai/mcp-dev)\n\nGuide for creating high-quality MCP servers with best practices, TypeScript/Python patterns, and evaluation tools.\n\n**Install:** `/plugin install mcp-dev@pleaseai` | **Source:** [plugins/mcp-dev](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/mcp-dev)\n\n#### Nuxt UI\nNuxt UI component library with comprehensive documentation, templates, and examples via MCP server.\n\n**Install:** `/plugin install nuxt-ui@pleaseai` | **Source:** [plugins/nuxt-ui](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/nuxt-ui)\n\n#### Vue\nVue 3 core, best practices, router patterns, and testing.\n\n**Install:** `/plugin install vue@pleaseai` | **Source:** [plugins/vue](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/vue)\n\n#### Nuxt\nNuxt full-stack Vue framework with SSR, auto-imports, and file-based routing.\n\n**Install:** `/plugin install nuxt@pleaseai` | **Source:** [plugins/nuxt](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/nuxt)\n\n#### Pinia\nPinia official Vue state management library, type-safe and extensible.\n\n**Install:** `/plugin install pinia@pleaseai` | **Source:** [plugins/pinia](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/pinia)\n\n#### VueUse\nVueUse composables for building concise, maintainable Vue.js / Nuxt features.\n\n**Install:** `/plugin install vueuse@pleaseai` | **Source:** [plugins/vueuse](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/vueuse)\n\n#### Vite\nVite build tool configuration, plugin API, SSR, and Rolldown migration.\n\n**Install:** `/plugin install vite@pleaseai` | **Source:** [plugins/vite](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/vite)\n\n#### Vitest\nVitest fast unit testing framework powered by Vite with Jest-compatible API.\n\n**Install:** `/plugin install vitest@pleaseai` | **Source:** [plugins/vitest](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/vitest)\n\n#### VitePress\nVitePress static site generator powered by Vite and Vue.\n\n**Install:** `/plugin install vitepress@pleaseai` | **Source:** [plugins/vitepress](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/vitepress)\n\n#### UnoCSS\nUnoCSS instant atomic CSS engine, superset of Tailwind CSS.\n\n**Install:** `/plugin install unocss@pleaseai` | **Source:** [plugins/unocss](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/unocss)\n\n#### Web Design\n[![tessl](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi.tessl.io%2Fv1%2Fbadges%2Fpleaseai%2Fweb-design)](https://tessl.io/registry/pleaseai/web-design)\n\nReview UI code for Web Interface Guidelines compliance.\n\n**Install:** `/plugin install web-design@pleaseai` | **Source:** [plugins/web-design](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/web-design)\n\n#### Turborepo\nTurborepo monorepo build system guidance for task pipelines, caching, and CI optimization.\n\n**Install:** `/plugin install turborepo@pleaseai` | **Source:** [plugins/turborepo](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/turborepo)\n\n#### tsdown\nBundle TypeScript and JavaScript libraries with blazing-fast speed powered by Rolldown.\n\n**Install:** `/plugin install tsdown@pleaseai` | **Source:** [plugins/tsdown](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/tsdown)\n\n#### Slidev\nCreate and present web-based slides for developers using Markdown and Vue components.\n\n**Install:** `/plugin install slidev@pleaseai` | **Source:** [plugins/slidev](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/slidev)\n\n#### pnpm\nNode.js package manager with strict dependency resolution and workspace support.\n\n**Install:** `/plugin install pnpm@pleaseai` | **Source:** [plugins/pnpm](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/pnpm)\n\n#### Antfu\nAnthony Fu's opinionated tooling and conventions for JavaScript/TypeScript projects.\n\n**Install:** `/plugin install antfu@pleaseai` | **Source:** [plugins/antfu](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/antfu)\n\n#### Mastra\n[![tessl](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi.tessl.io%2Fv1%2Fbadges%2Fpleaseai%2Fmastra)](https://tessl.io/registry/pleaseai/mastra)\n\nOfficial agent skills for coding agents working with the Mastra AI framework.\n\n**Install:** `/plugin install mastra@pleaseai` | **Source:** [plugins/mastra](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/mastra)\n\n#### Supabase\nAgent Skills to help developers using AI agents with Supabase.\n\n**Install:** `/plugin install supabase@pleaseai` | **Source:** [plugins/supabase](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/supabase)\n\n#### Prisma\nOfficial agent skills for Prisma ORM — schema design, migrations, queries, and database workflows.\n\n**Install:** `/plugin install prisma@pleaseai` | **Source:** [plugins/prisma](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/prisma)\n\n#### Better Auth\n[![tessl](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi.tessl.io%2Fv1%2Fbadges%2Fpleaseai%2Fbetter-auth)](https://tessl.io/registry/pleaseai/better-auth)\n\nBetter Auth authentication framework skills for JavaScript/TypeScript projects.\n\n**Install:** `/plugin install better-auth@pleaseai` | **Source:** [plugins/better-auth](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/better-auth)\n\n#### Agent Browser\nBrowser and desktop app automation for AI agents — web browsing, Electron app control, Slack automation, and QA testing workflows.\n\n**Install:** `/plugin install agent-browser@pleaseai` | **Source:** [plugins/agent-browser](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/agent-browser)\n\n#### AI SDK\nThe AI Toolkit for TypeScript — official agent skills for building AI-powered applications and agents with Vercel AI SDK.\n\n**Install:** `/plugin install ai-sdk@pleaseai` | **Source:** [plugins/ai-sdk](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/ai-sdk)\n\n#### Slack Agent\nSkills for building Slack agents and bots with Chat SDK, Bolt for JavaScript, and Slack API integrations.\n\n**Install:** `/plugin install slack-agent@pleaseai` | **Source:** [plugins/slack-agent](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/slack-agent)\n\n#### MCP Neo4j\nNeo4j MCP servers for graph database operations, memory management, Aura cloud management, and data modeling.\n\n**Install:** `/plugin install mcp-neo4j@pleaseai` | **Source:** [plugins/neo4j](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/neo4j)\n\n#### Worktree\nGit worktree isolation: injects context at session start and blocks file access to the parent project path via PreToolUse hooks.\n\n**Install:** `/plugin install worktree@pleaseai` | **Source:** [plugins/worktree](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/worktree)\n\n#### MarkItDown\n[![tessl](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi.tessl.io%2Fv1%2Fbadges%2Fpleaseai%2Fmarkitdown)](https://tessl.io/registry/pleaseai/markitdown)\n\nConvert documents (PDF, DOCX, PPTX, images, etc.) to Markdown using Microsoft's MarkItDown MCP server.\n\n**Install:** `/plugin install markitdown@pleaseai` | **Source:** [plugins/markitdown](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/markitdown)\n\n#### ast-grep\nGuide 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.\n\n**Install:** `/plugin install ast-grep@pleaseai` | **Source:** [plugins/ast-grep](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/ast-grep)\n\n#### Chat SDK\nBuild multi-platform chat bots with Chat SDK — unified TypeScript SDK for Slack, Teams, Google Chat, Discord, GitHub, and Linear.\n\n**Install:** `/plugin install chat-sdk@pleaseai` | **Source:** [plugins/chat-sdk](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/chat-sdk)\n\n#### Docus\nWrite beautiful documentations with Nuxt and Markdown.\n\n**Install:** `/plugin install docus@pleaseai` | **Source:** [plugins/docus](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/docus)\n\n#### WordPress\nExpert-level WordPress knowledge for AI coding assistants — blocks, themes, plugins, and best practices.\n\n**Install:** `/plugin install wordpress@pleaseai` | **Source:** [plugins/wordpress](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/wordpress)\n\n#### Vinext\nMigrates Next.js projects to vinext (Vite-based Next.js reimplementation) — compatibility scanning, package replacement, Vite config generation, ESM conversion, and deployment setup.\n\n**Install:** `/plugin install vinext@pleaseai` | **Source:** [plugins/vinext](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/vinext)\n\n#### Next.js\nNext.js best practices, caching patterns, and upgrade guidance.\n\n**Install:** `/plugin install next@pleaseai` | **Source:** [plugins/next](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/next)\n\n#### React\nReact and Next.js best practices, view transitions, and composition patterns from Vercel Engineering.\n\n**Install:** `/plugin install react@pleaseai` | **Source:** [plugins/react](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/react)\n\n#### React Native\nReact Native and Expo best practices for building performant mobile apps.\n\n**Install:** `/plugin install react-native@pleaseai` | **Source:** [plugins/react-native](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/react-native)\n\n#### Tiptap\nHelps coding agents integrate and work with the Tiptap rich text editor — extensions, collaboration, comments, AI, and document conversion.\n\n**Install:** `/plugin install tiptap@pleaseai` | **Source:** [plugins/tiptap](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/tiptap)\n\n#### Emulate\nLocal drop-in API emulator for Vercel, GitHub, Google, Slack, Apple, Microsoft, and AWS.\n\n**Install:** `/plugin install emulate@pleaseai` | **Source:** [plugins/emulate](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/emulate)\n\n#### ASK\nASK (Agent Skills Kit) — AI agent skills for managing library documentation registry entries.\n\n**Install:** `/plugin install ask@pleaseai` | **Source:** [pleaseai/ask](https://github.com/pleaseai/ask)\n\n#### EdgeParse\nExtract structured content from any PDF — headings, tables, paragraphs, lists, bounding boxes — deterministically, without ML dependencies or GPU requirements.\n\n**Install:** `/plugin install edgeparse@pleaseai` | **Source:** [plugins/edgeparse](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/edgeparse)\n\n#### Git AI\nA Git extension for tracking the AI-generated code in your repos.\n\n**Install:** `/plugin install git-ai@pleaseai` | **Source:** [plugins/git-ai](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/git-ai)\n\n#### Workflow\nWorkflow SDK: Build durable, reliable, and observable apps and AI Agents in TypeScript.\n\n**Install:** `/plugin install workflow@pleaseai` | **Source:** [plugins/workflow](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/workflow)\n\n#### Portless\nReplace port numbers with stable, named local URLs. For humans and agents.\n\n**Install:** `/plugin install portless@pleaseai` | **Source:** [plugins/portless](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/portless)\n\n#### Zod\n[![tessl](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi.tessl.io%2Fv1%2Fbadges%2Fpleaseai%2Fzod)](https://tessl.io/registry/pleaseai/zod)\n\nTypeScript-first schema validation with static type inference — version-aware skill covering Zod v3 and v4 differences (entry points, error formatting, refinements).\n\n**Install:** `/plugin install zod@pleaseai` | **Source:** [plugins/zod](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/zod)\n\n#### Bun\n[![tessl](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi.tessl.io%2Fv1%2Fbadges%2Fpleaseai%2Fbun)](https://tessl.io/registry/pleaseai/bun)\n\nVersion-aware skill for the Bun JavaScript/TypeScript toolkit — runtime, package manager, test runner, and bundler.\n\n**Install:** `/plugin install bun@pleaseai` | **Source:** [plugins/bun](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/bun)\n\n#### Graphite\n[![tessl](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi.tessl.io%2Fv1%2Fbadges%2Fpleaseai%2Fgraphite)](https://tessl.io/registry/pleaseai/graphite)\n\nStacked PR workflow with the Graphite CLI (gt) — create stacks, submit, sync, restack, split/squash/fold, track existing branches, and collaborate on shared stacks\n\n**Install:** `/plugin install graphite@pleaseai` | **Source:** [plugins/graphite](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/graphite)\n\n#### Claude MD Management\n[![tessl](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi.tessl.io%2Fv1%2Fbadges%2Fpleaseai%2Fclaude-md-management)](https://tessl.io/registry/pleaseai/claude-md-management)\n\nTools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.\n\n**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)\n\n#### Fetch\n[![tessl](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi.tessl.io%2Fv1%2Fbadges%2Fpleaseai%2Ffetch)](https://tessl.io/registry/pleaseai/fetch)\n\nFetch web content in multiple formats - HTML, JSON, plain text, Markdown, readable articles, and YouTube transcripts\n\n**Install:** `/plugin install fetch@pleaseai` | **Source:** [plugins/fetch](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/fetch)\n\n#### Java Development\n[![tessl](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi.tessl.io%2Fv1%2Fbadges%2Fpleaseai%2Fjava-development)](https://tessl.io/registry/pleaseai/java-development)\n\nComprehensive collection of prompts and instructions for Java development including Spring Boot, Quarkus, testing, documentation, and best practices.\n\n**Install:** `/plugin install java-development@pleaseai` | **Source:** [plugins/java-development](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/java-development)\n\n#### Nuxt i18n\n[![tessl](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi.tessl.io%2Fv1%2Fbadges%2Fpleaseai%2Fnuxt-i18n)](https://tessl.io/registry/pleaseai/nuxt-i18n)\n\nNuxt 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.\n\n**Install:** `/plugin install nuxt-i18n@pleaseai` | **Source:** [plugins/nuxt-i18n](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/nuxt-i18n)\n\n#### PortOne\n[![tessl](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi.tessl.io%2Fv1%2Fbadges%2Fpleaseai%2Fportone)](https://tessl.io/registry/pleaseai/portone)\n\n포트원(PortOne) 결제 연동 코드 생성 및 검토 플러그인. V1/V2 API를 지원하며, MCP 서버를 통해 최신 문서와 예시 코드를 활용합니다.\n\n**Install:** `/plugin install portone@pleaseai` | **Source:** [plugins/portone](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/portone)\n\n#### Google Workspace\n[![tessl](https://img.shields.io/endpoint?url=https%3A%2F%2Fapi.tessl.io%2Fv1%2Fbadges%2Fpleaseai%2Fgoogle-workspace)](https://tessl.io/registry/pleaseai/google-workspace)\n\nCLI tool for managing Google Workspace resources dynamically using Discovery APIs.\n\n**Install:** `/plugin install google-workspace@pleaseai` | **Source:** [plugins/google-workspace](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/google-workspace)\n\n## Quick Start\n\nThe fastest way to get started — install the marketplace and let the plugin recommender auto-detect what you need:\n\n```bash\n# 1. Add the marketplace\n/plugin marketplace add pleaseai/claude-code-plugins\n\n# 2. Install the plugin recommender\n/plugin install please-plugins@pleaseai\n\n# 3. Scan your project and install recommended plugins\n/please-plugins:setup\n```\n\nThe `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.\n\n**Supported ecosystems:** Nuxt, Vue, Vite, Vitest, Pinia, VueUse, Prisma, Supabase, Firebase, Playwright, Sentry, Stripe, Mastra, AI SDK, Turborepo, pnpm, and more.\n\n## Manual Installation\n\n### Claude Code\n\nAdd the marketplace, then install any plugin by name:\n\n```bash\n/plugin marketplace add pleaseai/claude-code-plugins\n/plugin install \u003cplugin-name\u003e@pleaseai\n```\n\n### Codex CLI\n\nCodex 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:\n\n- **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.\n- **Manual install**: copy a single plugin directory into your Codex plugins location.\n\n```bash\n# Workspace scope (project-only)\nmkdir -p .agents/plugins\ncp -R \u003cpath-to-cloned-repo\u003e/plugins/\u003cplugin-name\u003e .agents/plugins/\u003cplugin-name\u003e\n```\n\nEach plugin already ships a `.codex-plugin/plugin.json` manifest and, when MCP servers are inline, a sibling `.mcp.json` file.\n\n### Google Antigravity\n\nAntigravity 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:\n\n```bash\n# Workspace scope (project-only)\nmkdir -p .agents/plugins\ncp -R \u003cpath-to-cloned-repo\u003e/plugins/\u003cplugin-name\u003e .agents/plugins/\u003cplugin-name\u003e\n\n# Global scope (all projects)\nmkdir -p ~/.gemini/antigravity/plugins\ncp -R \u003cpath-to-cloned-repo\u003e/plugins/\u003cplugin-name\u003e ~/.gemini/antigravity/plugins/\u003cplugin-name\u003e\n```\n\nOr skill-only install (drop just the skill, skipping the plugin namespace):\n\n```bash\nmkdir -p ~/.gemini/antigravity/skills\ncp -R \u003cpath-to-cloned-repo\u003e/plugins/\u003cplugin-name\u003e/skills/\u003cskill-name\u003e ~/.gemini/antigravity/skills/\n```\n\nSee 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.\n\n### Available Plugins\n\nOnce the marketplace is added (or files copied), the following plugins are available across all three runtimes:\n\n```bash\n# External plugins\n/plugin install nanobanana@pleaseai\n/plugin install gemini-cli-security@pleaseai\n/plugin install flutter@pleaseai\n/plugin install code-review@pleaseai\n/plugin install spec-kit@pleaseai\n/plugin install firebase@pleaseai\n/plugin install grafana@pleaseai\n/plugin install chrome-devtools-mcp@pleaseai\n/plugin install playwright-cli@pleaseai\n/plugin install vercel@pleaseai\n/plugin install gemini@pleaseai\n\n# Built-in plugins\n/plugin install please-plugins@pleaseai\n/plugin install plugin-dev@pleaseai\n/plugin install gatekeeper@pleaseai\n/plugin install cubic@pleaseai\n/plugin install mcp-dev@pleaseai\n/plugin install nuxt-ui@pleaseai\n/plugin install vue@pleaseai\n/plugin install nuxt@pleaseai\n/plugin install pinia@pleaseai\n/plugin install vueuse@pleaseai\n/plugin install vite@pleaseai\n/plugin install vitest@pleaseai\n/plugin install vitepress@pleaseai\n/plugin install unocss@pleaseai\n/plugin install web-design@pleaseai\n/plugin install turborepo@pleaseai\n/plugin install tsdown@pleaseai\n/plugin install slidev@pleaseai\n/plugin install pnpm@pleaseai\n/plugin install antfu@pleaseai\n/plugin install mastra@pleaseai\n/plugin install supabase@pleaseai\n/plugin install prisma@pleaseai\n/plugin install better-auth@pleaseai\n/plugin install agent-browser@pleaseai\n/plugin install ai-sdk@pleaseai\n/plugin install slack-agent@pleaseai\n/plugin install mcp-neo4j@pleaseai\n/plugin install worktree@pleaseai\n/plugin install markitdown@pleaseai\n/plugin install chat-sdk@pleaseai\n/plugin install docus@pleaseai\n/plugin install wordpress@pleaseai\n/plugin install vinext@pleaseai\n/plugin install next@pleaseai\n/plugin install react@pleaseai\n/plugin install react-native@pleaseai\n/plugin install emulate@pleaseai\n/plugin install ask@pleaseai\n/plugin install workflow@pleaseai\n/plugin install portless@pleaseai\n/plugin install zod@pleaseai\n/plugin install bun@pleaseai\n/plugin install graphite@pleaseai\n/plugin install claude-md-management@pleaseai\n/plugin install fetch@pleaseai\n/plugin install java-development@pleaseai\n/plugin install nuxt-i18n@pleaseai\n/plugin install portone@pleaseai\n/plugin install google-workspace@pleaseai\n```\n\n## What Are Claude Code Plugins?\n\nClaude Code plugins are customizable extensions that can include:\n\n- **Slash Commands**: Create shortcuts for frequent operations\n- **Subagents**: Purpose-built agents for specialized tasks\n- **MCP Servers**: Connect to external tools and data sources\n- **Hooks**: Customize Claude Code's workflow behavior\n- **Context Files**: AI-specific instructions loaded automatically on session start\n\nPlugins can be easily toggled on and off as needed, making them perfect for:\n- Enforcing team coding standards\n- Supporting open source package usage\n- Sharing productivity workflows\n- Connecting internal tools\n- Bundling related customizations\n\n## Development\n\n### Multi-Runtime Manifests (Codex + Antigravity)\n\nEvery locally maintained plugin in `plugins/\u003cname\u003e/` ships three runtime manifests so the same directory installs into Claude Code, Codex, and Antigravity:\n\n| Runtime      | Manifest path                          | Companion files                       |\n|--------------|----------------------------------------|---------------------------------------|\n| Claude Code  | `.claude-plugin/plugin.json` (source)  | `hooks/hooks.json`, inline `mcpServers` |\n| Codex        | `.codex-plugin/plugin.json`            | `.mcp.json` (when MCP present)        |\n| Antigravity  | `plugin.json` (root)                   | `mcp_config.json`, root `hooks.json`  |\n\nThe Claude Code manifest is the **source of truth** — author plugins there. Codex and Antigravity artifacts are generated by:\n\n```bash\nbun scripts/cli.ts multi-format\n# or:\nbun run plugins:multi-format\n```\n\nThe 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.\n\n\u003e Do not hand-edit Codex or Antigravity artifacts — they will be overwritten on the next `multi-format` run.\n\n### Antfu Skill Plugins\n\nThe 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).\n\n#### Skill Source Types\n\n| Type | Location | How it works |\n|------|----------|-------------|\n| **Type 1 (Generated)** | `sources/{name}/` | Clone source repo, generate skills manually via `/generate-skill` |\n| **Type 2 (Vendored)** | `vendor/{name}/` | Clone repo with existing `skills/` dir, sync automatically |\n| **Type 3 (Manual)** | `vendor/antfu-skills/skills/antfu/` | Hand-written by Anthony Fu, read directly |\n\n#### CLI Commands\n\n```bash\n# Add submodules defined in scripts/meta.ts\nbun run skills:init\n\n# Update vendor submodules + copy skills to plugins/\nbun run skills:sync\n\n# Check for upstream updates\nbun run skills:check\n\n# Remove stale submodules and plugin skills\nbun run skills:cleanup\n```\n\n#### Adding a New Vendor (Type 2)\n\n1. Add entry to `vendors` in `scripts/meta.ts`:\n   ```ts\n   \"my-lib\": {\n     source: \"https://github.com/org/my-lib\",\n     skills: { \"my-skill\": \"my-skill\" },\n   }\n   ```\n2. Add skill → plugin mapping in `SKILL_TO_PLUGIN` in `scripts/cli.ts`\n3. Run `bun run skills:init` then `bun run skills:sync`\n\n#### Adding a New Source (Type 1)\n\n1. Add entry to `submodules` in `scripts/meta.ts`:\n   ```ts\n   \"my-lib\": \"https://github.com/org/my-lib\"\n   ```\n2. Run `bun run skills:init` to clone the repo to `sources/my-lib/`\n3. Generate skills using `/generate-skill my-lib`\n4. Add skill → plugin mapping in `SKILL_TO_PLUGIN` in `scripts/cli.ts`\n5. Run `bun run skills:sync`\n\n## Support\n\nFor questions or issues:\n- Email: support@passionfactory.ai\n- Repository Issues: [Create an issue](https://github.com/pleaseai/claude-code-plugins/issues)\n\n## License\n\nThis marketplace is licensed under the [MIT License](LICENSE).\n\nPlease refer to individual plugin repositories for their respective licenses.\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpleaseai%2Fclaude-code-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpleaseai%2Fclaude-code-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpleaseai%2Fclaude-code-plugins/lists"}