Back to Discover

swe-marketplace

skill

andisab

A plugin marketplace focused mostly on software-development with Claude Code.

View on GitHub
18 starsMITSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add andisab/swe-marketplace

README

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:

  • Curated, not exhaustive. Every plugin and agent is one I actually use. No vendored grab-bags, no auto-generated stubs of skills the model already has.
  • SDK-loadable. Every plugin ships both the catalog entry and a per-plugin 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.
  • CI-guarded drift. A GitHub Action validates manifest sync on every PR.
  • Zero-warning validation. Every plugin passes 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.

License: MIT Validate plugin manifests Plugins Claude Code

Quick start

# 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.

What's inside

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.

  • Agent: adv-review
  • Skill: dispatch (shared multi-model CLI infrastructure)
  • Commands: /adv-codex, /adv-gemini, /adv-gemini-research

context-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.

  • Agent: context-engineer
  • Skills: agent-dev, skill-dev, command-dev, hook-dev, plugin-dev, mcp-tool-dev, mcp-server-dev

research-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.

  • Agents: research-specialist, research-report-writer
  • Skills: coordinator, joplin-research

knowledgeware — 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.

  • Skills: slideware, knowledgebase, chartware, brandware

dev — 13 language experts (v1.0.0)

AgentFocus
dev-python-expertPython (general)
dev-fastapi-architectFastAPI / async API design
dev-typescript-expertTypeScript
dev-javascript-expertJavaScript
dev-nodejs-expertNode.js
dev-go-expertGo
dev-rust-expertRust
dev-cpp-expertC++
dev-kotlin-expertKotlin
dev-php-expertPHP
dev-lua-expertLua
dev-perl-expertPerl
dev-refactor-agentCross-language refactoring

frontend — UI and design specialists (v1.0.0)

  • fe-react-expert, fe-vue-expert, fe-nextjs-expert
  • fe-html-expert, fe-css-expert
  • fe-frontend-designer (design systems, UX)

infrastructure — DevOps, cloud, and platform (v1.0.0)

  • Cloud: infra-aws-architect, infra-gcp-architect
  • Containers: infra-docker-engineer, infra-k8s-engineer
  • IaC: infra-terraform-engineer
  • CI/CD: infra-github-actions-expert, infra-gitlab-ci-expert
  • Security: infra-security-auditor

databases — 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)

  • Visualization: data-d3-expert, data-highcharts-expert
  • Notebooks: data-jupyter-expert, data-google-colab-expert
  • Languages: data-r-expert, data-python-data-engineer

machine-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)

Plugin manifests

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.

Other marketplaces worth checking out

RepositoryStarsDescription
claudemarketplaces.com⭐ 20Indexes marketplaces. Thank you, Mert! (Substack, Github)
wshobson/agents⭐ 21,030Arguably the OG. 185 agents, 16 orchestrators, 153 skills, 100 commands in 80 plugins. Thank you, Seth!
EveryInc/every-marketplace⭐ 725Official Every-Env plugin marketplace.
jeremylongshore/claude-code-plugins-plus⭐ 468243 plugins, first 100% compliant with the Anthropic 2025 Skills schema.
ananddtyagi/claude-code-marketplace⭐ 174Community-driven marketplace.
Dev-GOM/claude-code-marketplace⭐ 23Productivity plugins with hooks, commands, and agents.
jmanhype/claude-code-plugin-marketplace⭐ 519 multi-agent trading and GitHub automation plugins.
kivilaid/plugin-marketplace⭐ 2Showcase of every component type.
netresearch/claude-code-marketplace⭐ 3Curated 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.

Documentation

Plugins guide · Plugin reference · Marketplaces · Sub-agents · Skills · Slash commands · Hooks

Contributing

Contributions welcome — agent tweaks, new plugins, doc fixes, bug reports. See CONTRIBUTING.md.

License

MIT — © Andis A. Blukis.

Contact

Rendered live from andisab/swe-marketplace's GitHub README — not stored, always reflects the source repo.

27 Plugins

NameDescriptionCategorySource
advAdversarial multi-model code review and model dispatch. Orchestrates Claude, Codex CLI, and Gemini CLI for cross-examined code review with 5 specialized reviewers.code-review./plugins/adv
dispatchSkill bundled in advskill./skills/dispatch
archArchitecture and build orchestration agents for system design, multi-agent coordination, and context management.architecture./plugins/arch
context-engineeringComprehensive toolkit for creating production-ready Claude Code resources: agents, skills, plugins, commands, hooks, MCP tools, MCP servers, and patterns. Expert guidance with templates, examples, and best practices following Anthropic specifications.development./plugins/context-engineering
agent-devSkill bundled in context-engineeringskill./skills/agent-dev
skill-devSkill bundled in context-engineeringskill./skills/skill-dev
plugin-devSkill bundled in context-engineeringskill./skills/plugin-dev
command-devSkill bundled in context-engineeringskill./skills/command-dev
hook-devSkill bundled in context-engineeringskill./skills/hook-dev
mcp-tool-devSkill bundled in context-engineeringskill./skills/mcp-tool-dev
mcp-server-devSkill bundled in context-engineeringskill./skills/mcp-server-dev
research-teamMulti-agent research system for comprehensive topic investigation. The research-team:coordinator skill decomposes a topic into subtopics, spawns parallel research-specialist subagents, and delegates synthesis to a report-writer — all from the main agent thread so nested-spawn constraints don't apply. Includes Joplin integration.research./plugins/research-team
coordinatorSkill bundled in research-teamskill./skills/coordinator
joplin-researchSkill bundled in research-teamskill./skills/joplin-research
knowledgewareStyle-driven deliverable suite with a central brand registry. Four skills sharing one brandbook format: slideware (two output formats — .pptx via pptxgenjs, or single-file HTML via Reveal.js; asks which when unclear), knowledgebase (multi-page HTML knowledge bases; explicit invocation only — formerly study-guide), chartware (diagrams and data charts in three media: Mermaid, hand-authored SVG, and draw.io), and brandware (brand/style registry manager — website derivation, logo-asset gathering, local Google Fonts installation). Ships 5 generic styles plus a fictional 'acmecorp' example brand; proprietary brandbooks stay in a user-owned directory (KNOWLEDGEWARE_BRANDS_DIR, survives plugin updates) or a private gitignored overlay. One visual identity, every medium.content./plugins/knowledgeware
slidewareSkill bundled in knowledgewareskill./skills/slideware
knowledgebaseSkill bundled in knowledgewareskill./skills/knowledgebase
chartwareSkill bundled in knowledgewareskill./skills/chartware
brandwareSkill bundled in knowledgewareskill./skills/brandware
dataData science and data engineering agents for visualization (D3, Highcharts), notebooks (Jupyter, Google Colab), R, and Python data engineering.data-science./plugins/data
databasesDatabase experts for SQL, NoSQL, graph databases, and vector databases. Includes Postgres, MongoDB, Neo4j, Cassandra, MariaDB, and vector DB specialists.databases./plugins/databases
devLanguage-specific development experts covering 13 programming languages including Python, TypeScript, JavaScript, Go, Rust, C++, and more. Includes refactoring specialist.development./plugins/dev
frontendFrontend development specialists for React, Vue, Next.js, CSS, HTML, and UI/UX design. Comprehensive coverage of modern frontend technologies.frontend./plugins/frontend
genaiGenerative AI development specialist focused on LangChain for building LLM applications, chains, and agents.ai./plugins/genai
infrastructureInfrastructure and DevOps specialists for AWS, GCP, Kubernetes, Docker, Terraform, GitHub Actions, GitLab CI, and security auditing.infrastructure./plugins/infrastructure
machine-learningMachine learning framework specialists for PyTorch, TensorFlow, and scikit-learn. Expert guidance for ML model development and training.machine-learning./plugins/machine-learning
product-managementProduct management specialists for PRD writing, content creation, and project planning. Tools for product managers and technical writers.product./plugins/product-management

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.