AgentFoundry Plugin Marketplace
Curated collection of Claude Code plugins for AI agent development — skills, commands, hooks, and agents.
Quick Start
1. Add the Marketplace
In Claude Code, run:
/plugin marketplace add Shawn-Guo-CN/agentfoundry-plugin-marketplace
This registers the marketplace so Claude Code can discover all plugins listed here.
2. Browse Available Plugins
/plugin
Navigate to Discover to see all available plugins from this marketplace.
3. Install a Plugin
/plugin install <plugin-name>@agentfoundry-plugin-marketplace
For example:
/plugin install commit-commands@agentfoundry-plugin-marketplace
/plugin install planning-with-files@agentfoundry-plugin-marketplace
4. Use the Plugin
Once installed, plugins activate automatically based on their type:
- Skills — Claude loads them when relevant context is detected
- Commands — Use slash commands directly (e.g.
/commit, /plan)
- Hooks — Trigger automatically on lifecycle events (PreToolUse, PostToolUse, etc.)
- Agents — Available as subagents for delegation via the Task tool
Available Plugins (27)
Development
| Plugin | Description | Upstream |
|---|
| agent-sdk-dev | Scaffold and verify Claude Agent SDK applications in Python and TypeScript | anthropics/claude-plugins-official |
| feature-dev | Guided 7-phase feature development workflow with specialised agents | anthropics/claude-plugins-official |
| code-review | Automated PR code review with parallel agents and confidence-based scoring | anthropics/claude-plugins-official |
| code-simplifier | Simplify and refactor code for clarity, consistency, and maintainability | anthropics/claude-plugins-official |
| commit-commands | Streamlined Git workflows — AI-generated commits, commit-push-PR, branch cleanup | anthropics/claude-plugins-official |
| hookify | Create custom hooks in natural language to block or warn on unwanted behaviours | anthropics/claude-plugins-official |
| pr-review-toolkit | Comprehensive PR review with 6 specialised agents | anthropics/claude-plugins-official |
| claude-md-management | Audit and update CLAUDE.md files — keep project memory aligned with codebase | anthropics/claude-plugins-official |
| frontend-design | Generate distinctive, production-grade frontend interfaces | anthropics/claude-plugins-official |
| web-artifacts-builder | Build interactive web components and self-contained HTML artefacts | anthropics/skills |
| webapp-testing | Automated web application testing for validating functionality | anthropics/skills |
| skill-creator | Guide for creating effective Agent Skills — templates and best practices | anthropics/skills |
| architect | Software architecture specialist for system design and scalability | affaan-m/everything-claude-code |
| build-error-resolver | Build and TypeScript error resolution with minimal diffs | affaan-m/everything-claude-code |
| api-design | API design patterns — REST conventions, versioning, error handling | affaan-m/everything-claude-code |
| backend-patterns | Backend architecture patterns — caching, queues, middleware | affaan-m/everything-claude-code |
| docker-patterns | Docker best practices — multi-stage builds, compose, security hardening | affaan-m/everything-claude-code |
| repo-analyser | Analyse code repositories and generate architecture documentation with Mermaid diagrams | Original (AgentFoundry) |
Security
Workflow