npx claudepluginhub headlands-org/claude-marketplaceAI Architect & System Orchestrator for complex engineering projects with parallel execution, quality gates, and independent code review validation
Create GitHub issues and pull requests with structured formatting using the GitHub Copilot MCP server
iOS App Store Review Guidelines compliance checker with parallel analysis and A-F grading
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Public Claude Code plugins for development workflows and automation.
/plugin marketplace add headlands-org/claude-marketplace
# AI Architect for complex projects
/plugin install architect@headlands-claude-marketplace
# GitHub issue/PR automation
/plugin install issuify@headlands-claude-marketplace
# App Store Review Guidelines checker
/plugin install apple@headlands-claude-marketplace
Command: /architect
AI Architect & System Orchestrator for complex engineering projects. Uses a 6-phase workflow with parallel execution, quality gates, and human approval loops.
When to use:
Key features:
Command: /issuify
Create GitHub issues and pull requests with structured, concise formatting. Uses the GitHub Copilot MCP server for seamless integration.
When to use:
Key features:
Requirements: GitHub Copilot MCP server authentication
Command: /apple review
Analyze iOS/macOS apps against Apple's App Store Review Guidelines. Produces a comprehensive A-F grading report with actionable feedback.
When to use:
Key features:
After installing plugins, verify they're active:
/help
You should see the new commands listed. Check MCP server connections:
/plugin
/plugin marketplace list/plugin uninstall <name> then /plugin install <name>@headlands-claude-marketplace/plugin menuClone the marketplace locally:
git clone git@github.com:headlands-org/claude-marketplace.git
cd claude-marketplace
Add as local marketplace:
/plugin marketplace add ./path/to/claude-marketplace
After making changes, reinstall plugins to reload:
/plugin uninstall <plugin-name>
/plugin install <plugin-name>@headlands-claude-marketplace
Each plugin follows this structure:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata
├── commands/ # Slash commands
│ └── command-name.md
├── mcp/ # MCP server configs (optional)
│ └── .mcp.json
└── README.md # Plugin documentation
To add a new plugin to this marketplace:
.claude-plugin/marketplace.jsonMIT License - see LICENSE file for details.
Issues and questions: https://github.com/headlands-org/claude-marketplace/issues