marketplace.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. {
  2. "$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
  3. "name": "claude-plugins-official",
  4. "description": "Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations",
  5. "owner": {
  6. "name": "Anthropic",
  7. "email": "support@anthropic.com"
  8. },
  9. "plugins": [
  10. {
  11. "name": "agent-sdk-dev",
  12. "description": "Development kit for working with the Claude Agent SDK",
  13. "author": {
  14. "name": "Anthropic",
  15. "email": "support@anthropic.com"
  16. },
  17. "source": "./plugins/agent-sdk-dev",
  18. "category": "development",
  19. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/agent-sdk-dev"
  20. },
  21. {
  22. "name": "pr-review-toolkit",
  23. "description": "Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification",
  24. "author": {
  25. "name": "Anthropic",
  26. "email": "support@anthropic.com"
  27. },
  28. "source": "./plugins/pr-review-toolkit",
  29. "category": "productivity",
  30. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/pr-review-toolkit"
  31. },
  32. {
  33. "name": "commit-commands",
  34. "description": "Commands for git commit workflows including commit, push, and PR creation",
  35. "author": {
  36. "name": "Anthropic",
  37. "email": "support@anthropic.com"
  38. },
  39. "source": "./plugins/commit-commands",
  40. "category": "productivity",
  41. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/commit-commands"
  42. },
  43. {
  44. "name": "feature-dev",
  45. "description": "Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review",
  46. "author": {
  47. "name": "Anthropic",
  48. "email": "support@anthropic.com"
  49. },
  50. "source": "./plugins/feature-dev",
  51. "category": "development",
  52. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/feature-dev"
  53. },
  54. {
  55. "name": "security-guidance",
  56. "description": "Security reminder hook that warns about potential security issues when editing files, including command injection, XSS, and unsafe code patterns",
  57. "author": {
  58. "name": "Anthropic",
  59. "email": "support@anthropic.com"
  60. },
  61. "source": "./plugins/security-guidance",
  62. "category": "security",
  63. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/security-guidance"
  64. },
  65. {
  66. "name": "code-review",
  67. "description": "Automated code review for pull requests using multiple specialized agents with confidence-based scoring to filter false positives",
  68. "author": {
  69. "name": "Anthropic",
  70. "email": "support@anthropic.com"
  71. },
  72. "source": "./plugins/code-review",
  73. "category": "productivity",
  74. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/code-review"
  75. },
  76. {
  77. "name": "explanatory-output-style",
  78. "description": "Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)",
  79. "author": {
  80. "name": "Anthropic",
  81. "email": "support@anthropic.com"
  82. },
  83. "source": "./plugins/explanatory-output-style",
  84. "category": "learning",
  85. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/explanatory-output-style"
  86. },
  87. {
  88. "name": "learning-output-style",
  89. "description": "Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)",
  90. "author": {
  91. "name": "Anthropic",
  92. "email": "support@anthropic.com"
  93. },
  94. "source": "./plugins/learning-output-style",
  95. "category": "learning",
  96. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/learning-output-style"
  97. },
  98. {
  99. "name": "frontend-design",
  100. "description": "Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics.",
  101. "author": {
  102. "name": "Anthropic",
  103. "email": "support@anthropic.com"
  104. },
  105. "source": "./plugins/frontend-design",
  106. "category": "development",
  107. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/frontend-design"
  108. },
  109. {
  110. "name": "ralph-wiggum",
  111. "description": "Interactive self-referential AI loops for iterative development. Claude works on the same task repeatedly, seeing its previous work, until completion.",
  112. "author": {
  113. "name": "Anthropic",
  114. "email": "support@anthropic.com"
  115. },
  116. "source": "./plugins/ralph-wiggum",
  117. "category": "development",
  118. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/ralph-wiggum"
  119. },
  120. {
  121. "name": "hookify",
  122. "description": "Easily create custom hooks to prevent unwanted behaviors by analyzing conversation patterns or from explicit instructions. Define rules via simple markdown files.",
  123. "author": {
  124. "name": "Anthropic",
  125. "email": "support@anthropic.com"
  126. },
  127. "source": "./plugins/hookify",
  128. "category": "productivity",
  129. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/hookify"
  130. },
  131. {
  132. "name": "plugin-dev",
  133. "description": "Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.",
  134. "author": {
  135. "name": "Anthropic",
  136. "email": "support@anthropic.com"
  137. },
  138. "source": "./plugins/plugin-dev",
  139. "category": "development",
  140. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/plugin-dev"
  141. },
  142. {
  143. "name": "greptile",
  144. "description": "AI-powered codebase search and understanding. Query your repositories using natural language to find relevant code, understand dependencies, and get contextual answers about your codebase architecture.",
  145. "category": "development",
  146. "source": "./external_plugins/greptile",
  147. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/greptile"
  148. },
  149. {
  150. "name": "serena",
  151. "description": "Semantic code analysis MCP server providing intelligent code understanding, refactoring suggestions, and codebase navigation through language server protocol integration.",
  152. "category": "development",
  153. "source": "./external_plugins/serena",
  154. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/serena",
  155. "tags": ["community-managed"]
  156. },
  157. {
  158. "name": "playwright",
  159. "description": "Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.",
  160. "category": "testing",
  161. "source": "./external_plugins/playwright",
  162. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/playwright"
  163. },
  164. {
  165. "name": "github",
  166. "description": "Official GitHub MCP server for repository management. Create issues, manage pull requests, review code, search repositories, and interact with GitHub's full API directly from Claude Code.",
  167. "category": "productivity",
  168. "source": "./external_plugins/github",
  169. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/github"
  170. },
  171. {
  172. "name": "supabase",
  173. "description": "Supabase MCP integration for database operations, authentication, storage, and real-time subscriptions. Manage your Supabase projects, run SQL queries, and interact with your backend directly.",
  174. "category": "database",
  175. "source": "./external_plugins/supabase",
  176. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/supabase"
  177. },
  178. {
  179. "name": "atlassian",
  180. "description": "Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.",
  181. "category": "productivity",
  182. "source": "./external_plugins/atlassian",
  183. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/atlassian"
  184. },
  185. {
  186. "name": "laravel-boost",
  187. "description": "Laravel development toolkit MCP server. Provides intelligent assistance for Laravel applications including Artisan commands, Eloquent queries, routing, migrations, and framework-specific code generation.",
  188. "category": "development",
  189. "source": "./external_plugins/laravel-boost",
  190. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/laravel-boost"
  191. },
  192. {
  193. "name": "figma",
  194. "description": "Figma design platform integration. Access design files, extract component information, read design tokens, and translate designs into code. Bridge the gap between design and development workflows.",
  195. "category": "design",
  196. "source": {
  197. "source": "url",
  198. "url": "https://github.com/figma/mcp-server-guide.git"
  199. },
  200. "homepage": "https://github.com/figma/mcp-server-guide"
  201. },
  202. {
  203. "name": "asana",
  204. "description": "Asana project management integration. Create and manage tasks, search projects, update assignments, track progress, and integrate your development workflow with Asana's work management platform.",
  205. "category": "productivity",
  206. "source": "./external_plugins/asana",
  207. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/asana"
  208. },
  209. {
  210. "name": "linear",
  211. "description": "Linear issue tracking integration. Create issues, manage projects, update statuses, search across workspaces, and streamline your software development workflow with Linear's modern issue tracker.",
  212. "category": "productivity",
  213. "source": "./external_plugins/linear",
  214. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/linear"
  215. },
  216. {
  217. "name": "notion",
  218. "description": "Notion workspace integration. Search pages, create and update documents, manage databases, and access your team's knowledge base directly from Claude Code for seamless documentation workflows.",
  219. "category": "productivity",
  220. "source": "./external_plugins/notion",
  221. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/notion"
  222. },
  223. {
  224. "name": "gitlab",
  225. "description": "GitLab DevOps platform integration. Manage repositories, merge requests, CI/CD pipelines, issues, and wikis. Full access to GitLab's comprehensive DevOps lifecycle tools.",
  226. "category": "productivity",
  227. "source": "./external_plugins/gitlab",
  228. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/gitlab"
  229. },
  230. {
  231. "name": "sentry",
  232. "description": "Sentry error monitoring integration. Access error reports, analyze stack traces, search issues by fingerprint, and debug production errors directly from your development environment.",
  233. "category": "monitoring",
  234. "source": "./external_plugins/sentry",
  235. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/sentry"
  236. },
  237. {
  238. "name": "slack",
  239. "description": "Slack workspace integration. Search messages, access channels, read threads, and stay connected with your team's communications while coding. Find relevant discussions and context quickly.",
  240. "category": "productivity",
  241. "source": "./external_plugins/slack",
  242. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/slack"
  243. },
  244. {
  245. "name": "vercel",
  246. "description": "Vercel deployment platform integration. Manage deployments, check build status, access logs, configure domains, and control your frontend infrastructure directly from Claude Code.",
  247. "category": "deployment",
  248. "source": "./external_plugins/vercel",
  249. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/vercel"
  250. },
  251. {
  252. "name": "firebase",
  253. "description": "Google Firebase MCP integration. Manage Firestore databases, authentication, cloud functions, hosting, and storage. Build and manage your Firebase backend directly from your development workflow.",
  254. "category": "database",
  255. "source": "./external_plugins/firebase",
  256. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/firebase"
  257. },
  258. {
  259. "name": "context7",
  260. "description": "Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.",
  261. "category": "development",
  262. "source": "./external_plugins/context7",
  263. "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/context7",
  264. "tags": ["community-managed"]
  265. }
  266. ]
  267. }