A curated Claude Code plugin marketplace for practical, everyday usage in software engineering — 13 plugins, 53 specialist agents, 14 skills, 3 commands. A few opinionated choices that set it apart from larger awesome-style lists: Curated, not exhaustive.
FAQ
swe-marketplace is a Claude Code plugin with 14 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes dispatch, agent-dev, command-dev. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
> /plugin marketplace add andisab/swe-marketplace
Repo: andisab/swe-marketplace
A curated Claude Code plugin marketplace for practical, everyday usage in software engineering — 13 plugins, 53 specialist agents, 14 skills, 3 commands. A few opinionated choices that set it apart from larger awesome-style lists:
plugin.json, so consumers using the Claude Agent SDK (ClaudeAgentOptions.plugins=[{"type":"local","path":...}] or --plugin-dir) can load them directly. Many marketplaces only ship the catalog and silently fail to register skills/commands/hooks when loaded that way.claude plugin validate with no errors or warnings.
= Most skills & plugins have been run through exhaustive evals. I am an avid fan of skill-creator and have a custom-build eval harness for building and evaluating plugins. Many of the resources here are fruit borne from that work.# In Claude Code
/plugin marketplace add https://github.com/andisab/swe-marketplace.git
/plugin install context-engineering@swe-marketplace
# Restart Claude Code, then verify with /help or /agents
Browse the full catalog with /plugin marketplace list. Every plugin is claude plugin validate-clean and version-pinned in marketplace.json.
adv — Adversarial multi-model code review (v0.2.0)Cross-examines code changes using Claude, Codex CLI, and Gemini CLI together. One agent orchestrates 5 specialized reviewers; three commands let you talk to each model directly.
adv-reviewdispatch (shared multi-model CLI infrastructure)/adv-codex, /adv-gemini, /adv-gemini-researchcontext-engineering — The plugin you use to build other plugins (v1.1.0)End-to-end toolkit for authoring Claude Code resources following Anthropic specs. Templates, examples, and discovery-optimized patterns for every component type.
context-engineeragent-dev, skill-dev, command-dev, hook-dev, plugin-dev, mcp-tool-dev, mcp-server-devresearch-team — Multi-agent research orchestration (v1.2.3)A coordinator skill decomposes a topic into subtopics, spawns parallel research-specialist subagents, then hands off to a research-report-writer for synthesis. Joplin output supported.
research-specialist, research-report-writercoordinator, joplin-researchknowledgeware — Style-driven deliverable suite (v1.1.1)Four skills that share one brandbook format and a central style registry: slideware (two output formats — PowerPoint via pptxgenjs or single-file HTML via Reveal.js; asks which when the request doesn't say), knowledgebase (multi-page HTML knowledge bases), chartware (draw.io architecture diagrams), and brandware (registry manager — import, website derivation, per-brand logo-asset folders, local Google Fonts installation, chart-styling guidelines). Ships 5 generic styles plus a fictional acmecorp example brand showing the brand-folder layout; real brandbooks live in a private overlay (styles/brands/, gitignored) so proprietary identities never enter the public repo.
slideware, knowledgebase, chartware, brandwaredev — 13 language experts (v1.0.0)| Agent | Focus |
|---|---|
dev-python-expert | Python (general) |
dev-fastapi-architect | FastAPI / async API design |
dev-typescript-expert | TypeScript |
dev-javascript-expert | JavaScript |
dev-nodejs-expert | Node.js |
dev-go-expert | Go |
dev-rust-expert | Rust |
dev-cpp-expert | C++ |
dev-kotlin-expert | Kotlin |
dev-php-expert | PHP |
dev-lua-expert | Lua |
dev-perl-expert | Perl |
dev-refactor-agent | Cross-language refactoring |
frontend — UI and design specialists (v1.0.0)fe-react-expert, fe-vue-expert, fe-nextjs-expertfe-html-expert, fe-css-expertfe-frontend-designer (design systems, UX)infrastructure — DevOps, cloud, and platform (v1.0.0)infra-aws-architect, infra-gcp-architectinfra-docker-engineer, infra-k8s-engineerinfra-terraform-engineerinfra-github-actions-expert, infra-gitlab-ci-expertinfra-security-auditordatabases — SQL, NoSQL, graph, and vector (v1.0.0)db-postgres-expert, db-mongodb-expert, db-neo4j-expert, db-cassandra-expert, db-mariadb-expert, db-sql-expert, db-vector-expert
data — Data science and data engineering (v1.0.0)data-d3-expert, data-highcharts-expertdata-jupyter-expert, data-google-colab-expertdata-r-expert, data-python-data-engineermachine-learning — ML framework specialists (v1.0.0)ml-pytorch-expert, ml-tensorflow-expert, ml-scikit-learn-expert
genai — Generative AI development (v1.0.0)genai-langchain-expert — chains, agents, retrieval workflows. More frameworks on the way.
product-management — PRDs, content, planning (v1.0.0)pm-prd-writer, pm-content-writer, pm-project-planner
arch — System and build orchestration (v1.0.0)arch-context-agent (context management for large codebases), build-orchestrator (multi-agent build coordination)
Two manifests ship together:
.claude-plugin/marketplace.json (repo root) — catalog used by /plugin marketplace add and /plugin install. Source of truth.plugins/<name>/.claude-plugin/plugin.json — per-plugin manifest used by SDK consumers loading plugins directly. Generated from the matching marketplace.json entry.python scripts/synthesize-plugin-manifests.py # regenerate
python scripts/synthesize-plugin-manifests.py --check # drift check (CI runs this)
./scripts/validate-all.sh # full validation
See CONTRIBUTING.md for the full contribution workflow.
| Repository | Stars | Description |
|---|---|---|
| claudemarketplaces.com | ⭐ 20 | Indexes marketplaces. Thank you, Mert! (Substack, Github) |
| wshobson/agents | ⭐ 21,030 | Arguably the OG. 185 agents, 16 orchestrators, 153 skills, 100 commands in 80 plugins. Thank you, Seth! |
| EveryInc/every-marketplace | ⭐ 725 | Official Every-Env plugin marketplace. |
| jeremylongshore/claude-code-plugins-plus | ⭐ 468 | 243 plugins, first 100% compliant with the Anthropic 2025 Skills schema. |
| ananddtyagi/claude-code-marketplace | ⭐ 174 | Community-driven marketplace. |
| Dev-GOM/claude-code-marketplace | ⭐ 23 | Productivity plugins with hooks, commands, and agents. |
| jmanhype/claude-code-plugin-marketplace | ⭐ 5 | 19 multi-agent trading and GitHub automation plugins. |
| kivilaid/plugin-marketplace | ⭐ 2 | Showcase of every component type. |
| netresearch/claude-code-marketplace | ⭐ 3 | Curated skills by Netresearch DTT GmbH. |
Safety note: verify the source of any marketplace before adding it. Plugins can register hooks and MCP servers that run on your machine — read what you're running and review permissions carefully.
Plugins guide · Plugin reference · Marketplaces · Sub-agents · Skills · Slash commands · Hooks
Contributions welcome — agent tweaks, new plugins, doc fixes, bug reports. See CONTRIBUTING.md.
MIT — © Andis A. Blukis.
.claude-plugin/
marketplace.json
.github/
ISSUE_TEMPLATE/
bug.yml
config.yml
feature.yml
new-plugin.yml
PULL_REQUEST_TEMPLATE.md
workflows/
validate-plugins.yml
.gitignore
CLAUDE.md
CONTRIBUTING.md
LICENSE
plugins/
adv/
.claude-plugin/
plugin.json
agents/
adv-review.md
commands/
adv-codex.md
adv-gemini-research.md
adv-gemini.md
README.md
skills/
dispatch/
prompts/
cross-examine.md
reviewer-documentation.md
reviewer-implementation.md
reviewer-quality.md
reviewer-simplification.md
reviewer-testing.md
synthesize.md
scripts/
dispatch.sh
preflight.sh
run-phase.sh
scope.sh
SKILL.md
arch/
.claude-plugin/
plugin.json
agents/
arch-context-agent.md
build-orchestrator.md
context-engineering/
.claude-plugin/
plugin.json
agents/
context-engineer.md
patterns/
multi-agent-orchestration.md
progressive-disclosure.md
skill-mcp-integration.md
tool-restriction-patterns.md
README.md
skills/
agent-dev/
SKILL.md
command-dev/
SKILL.md
hook-dev/
SKILL.md
mcp-server-dev/
references/
python-server-patterns.md
server-testing-guide.md
typescript-server-patterns.md
SKILL.md
mcp-tool-dev/
references/
tool-design-patterns.md
SKILL.md
plugin-dev/
SKILL.md
skill-dev/
SKILL.md
templates/
hook-configuration-template.md
mcp-server-python-template/
pyproject.toml
README.md
src/
server_name/
__init__.py
server.py
tools/
example.py
tests/
conftest.py
test_tools.py
mcp-server-typescript-template/
package.json
README.md
src/
index.ts
server.ts
tools/
example.ts
tests/
tools.test.ts
tsconfig.json
mcp-tool-template.py
plugin-structure.md
resource-type-guide.md
skill-template.md
slash-command-template.md
subagent-template.md
data/
.claude-plugin/
plugin.json
agents/
data-d3-expert.md
data-google-colab-expert.md
data-highcharts-expert.md
data-jupyter-expert.md
data-python-data-engineer.md
data-r-expert.md
databases/
.claude-plugin/
plugin.json
agents/
db-cassandra-expert.md
db-mariadb-expert.md
db-mongodb-expert.md
db-neo4j-expert.md
db-postgres-expert.md
db-sql-expert.md
db-vector-expert.md
dev/
.claude-plugin/
plugin.json
agents/
dev-cpp-expert.md
dev-fastapi-architect.md
dev-go-expert.md
dev-javascript-expert.md
dev-kotlin-expert.md
dev-lua-expert.md
dev-nodejs-expert.md
dev-perl-expert.md
dev-php-expert.md
dev-python-expert.md
dev-refactor-agent.md
dev-rust-expert.md
dev-typescript-expert.md
specs/
javascript.md
nodejs.md
python.md
typescript.md
frontend/
.claude-plugin/
plugin.json
agents/
fe-css-expert.md
fe-frontend-designer.md
fe-html-expert.md
fe-nextjs-expert.md
fe-react-expert.md
fe-vue-expert.md
genai/
.claude-plugin/
plugin.json
agents/
genai-langchain-expert.md
infrastructure/
.claude-plugin/
plugin.json
agents/
infra-aws-architect.md
infra-docker-engineer.md
infra-gcp-architect.md
infra-github-actions-expert.md
infra-gitlab-ci-expert.md
infra-k8s-engineer.md
infra-security-auditor.md
infra-terraform-engineer.md
knowledgeware/
.claude-plugin/
plugin.json
README.md
scripts/
derive-style.js
fetch-resource.sh
install-fonts.sh
list-styles.js
load-style.js
skills/
brandware/
references/
brandbook-spec.md
chart-styling.md
consumer-mappings.md
SKILL.md
chartware/
references/
styles.md
svg-charts.md
SKILL.md
templates/
architecture.xml
flow.xml
orgchart.xml
sequence.xml
svg/
bar-grouped.svg
bar-horizontal.svg
diagram-flow.svg
donut.svg
kpi-tile.svg
line-area.svg
scatter.svg
knowledgebase/
references/
build-process.md
formatting.md
SKILL.md
templates/
page-template.html
slideware/
CLAUDE.md
html/
assets/
templates/
build-deck.js
package.json
slides.js
evals/
evals.json
FORMAT.md
references/
brandbook-spec.md
layout-patterns.md
reveal.md
visual-principles.md
workflow.md
scripts/
load-style.js
polish-deck.py
render-slides.sh
pptx/
assets/
samples/
aab/
build-deck.js
code-review-policy.pptx
deck.pptx
observability-deck.pptx
preview/
slide-01.png
slide-02.png
slide-03.png
slide-04.png
slide-05.png
slide-06.png
style-tokens.json
anthropic/
build-deck.js
deck.pptx
preview/
slide-01.png
slide-02.png
slide-03.png
slide-04.png
slide-05.png
slide-06.png
style-tokens.json
linear/
build-deck.js
deck.pptx
preview/
slide-01.png
slide-02.png
slide-03.png
slide-04.png
slide-05.png
slide-06.png
style-tokens.json
templates/
package.json
starter-deck.js
evals/
evals.json
FORMAT.md
references/
canonical-samples.md
layout-patterns.md
pptxgenjs.md
visual-principles.md
workflow.md
scripts/
polish-deck.py
render-slides.sh
text-fit.js
SKILL.md
styles/
brands/
.gitignore
acmecorp/
acmecorp.md
assets/
logo-dark.svg
logo-light.svg
README.md
tokens/
acmecorp.json
style-1.md
style-2.md
style-3.md
style-4.md
style-5.md
tokens/
style-1.json
style-2.json
style-3.json
style-4.json
style-5.json
machine-learning/
.claude-plugin/
plugin.json
agents/
ml-pytorch-expert.md
ml-scikit-learn-expert.md
ml-tensorflow-expert.md
product-management/
.claude-plugin/
plugin.json
agents/
pm-content-writer.md
pm-prd-writer.md
pm-project-planner.md
research-team/
.claude-plugin/
plugin.json
agents/
research-report-writer.md
research-specialist.md
patterns/
multi-agent-research.md
parallel-research-workflow.md
README.md
skills/
coordinator/
SKILL.md
joplin-research/
SKILL.md
templates/
report-template.md
research-note-template.md
research-request-template.md
README.md
scripts/
synthesize-plugin-manifests.py
validate-all.sh© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic