# plugins marketplace > A community index of open-source Codex, Claude Code, and Agent Plugins packages containing agent skills and MCP servers. The index is built from public GitHub repositories that declare a valid canonical runtime manifest. It is a discovery index, not the publisher of the listed plugins. ## Canonical pages - [Home](https://pluginsmp.com/) — definition, registry totals, and featured plugins. - [Browse plugins](https://pluginsmp.com/plugins) — searchable, filterable plugin index. - [Categories](https://pluginsmp.com/categories) — manifest-keyword categories with counts. - [Timeline](https://pluginsmp.com/timeline) — plugins ordered by when they entered the index. - [API and MCP documentation](https://pluginsmp.com/docs) — endpoint contract and examples. - [Full LLM catalog](https://pluginsmp.com/llms-full.txt) — text summary of every indexed plugin. ## REST API (JSON, read-only, no auth) - GET https://pluginsmp.com/api/v1/plugins — search the index. Repeat protocol to match any selected runtime (codex|claude-code|agent-plugins); other params: q, category, type (skills|mcp), transport (stdio|streamable-http|sse), sort (stars|updated|recent), page, per_page (1-50, default 24). - GET https://pluginsmp.com/api/v1/plugins/{slug} — full detail for one plugin: manifest, skills, MCP server configs. No params. - GET https://pluginsmp.com/api/v1/categories — keyword-derived categories with plugin counts. No params. - GET https://pluginsmp.com/api/v1/stats — registry totals: plugins, skills, MCP servers, categories. No params. ## MCP endpoint - POST https://pluginsmp.com/api/mcp — streamable-http transport, stateless (no session, single JSON-RPC messages). - Tools: search_plugins (query/protocol as one runtime or runtime array/category/type/transport/sort/page/per_page), get_plugin (slug), get_stats. ## Sources, freshness, and citation - [OpenAPI 3.1 schema](https://pluginsmp.com/api/openapi.json) - [Codex plugin packaging](https://developers.openai.com/plugins/build/plugins) - [Claude Code plugins reference](https://code.claude.com/docs/en/plugins-reference) - [Agent Plugins specification](https://agent-plugins.org/specification) - [Marketplace source repository](https://github.com/IchenDEV/agent-plugin-mkt) - Names, descriptions, manifests, versions, authors, licenses, and component declarations originate in third-party repositories and may change when re-indexed. - GitHub stars and repository update times are source metadata, not marketplace endorsements. - For claims about one plugin, cite its registry detail page and follow its source repository link for primary evidence. ## Top plugins by GitHub stars - [agent-sdk-dev](https://pluginsmp.com/plugins/agent-sdk-dev) — Claude Agent SDK Development Plugin — [source](https://github.com/anthropics/claude-code) - [claude-opus-4-5-migration](https://pluginsmp.com/plugins/claude-opus-4-5-migration) — Migrate your code and prompts from Sonnet 4.x and Opus 4.1 to Opus 4.5. — [source](https://github.com/anthropics/claude-code) - [code-review](https://pluginsmp.com/plugins/code-review) — Automated code review for pull requests using multiple specialized agents with confidence-based scoring — [source](https://github.com/anthropics/claude-code) - [commit-commands](https://pluginsmp.com/plugins/commit-commands) — Streamline your git workflow with simple commands for committing, pushing, and creating pull requests — [source](https://github.com/anthropics/claude-code) - [explanatory-output-style](https://pluginsmp.com/plugins/explanatory-output-style) — Adds educational insights about implementation choices and codebase patterns \(mimics the deprecated Explanatory output… — [source](https://github.com/anthropics/claude-code) - [feature-dev](https://pluginsmp.com/plugins/feature-dev) — Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and q… — [source](https://github.com/anthropics/claude-code) - [frontend-design](https://pluginsmp.com/plugins/frontend-design) — Frontend design skill for UI/UX implementation — [source](https://github.com/anthropics/claude-code) - [hookify](https://pluginsmp.com/plugins/hookify) — Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns — [source](https://github.com/anthropics/claude-code) - [learning-output-style](https://pluginsmp.com/plugins/learning-output-style) — Interactive learning mode that requests meaningful code contributions at decision points \(mimics the unshipped Learning… — [source](https://github.com/anthropics/claude-code) - [pr-review-toolkit](https://pluginsmp.com/plugins/pr-review-toolkit) — Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code sim… — [source](https://github.com/anthropics/claude-code)