Workflow automation, TDD, code review, and development tools for Claude Code
npx claudepluginhub pagerguild/guilde-pluginsSlash commands for orchestrating multi-phase implementation workflows using the conductor pattern. Provides track management, phase execution, checkpoints, and progress tracking.
Test-driven development workflow with red/green/refactor phases. Enforces TDD discipline with phase tracking, test validation, and coverage monitoring.
A Claude Code plugin marketplace for workflow automation, TDD, code review, and development tools.
This marketplace provides modular, single-purpose plugins that can be installed independently or combined as needed. Each plugin follows Claude Code plugin best practices with progressive disclosure and strong trigger phrases.
| Plugin | Description | Components |
|---|---|---|
| conductor-workflows | Track and phase management for development workflows | 6 commands |
claude plugin marketplace add github:pagerguild/guilde-plugins
claude plugin marketplace list
# Install a specific plugin
claude plugin install conductor-workflows@guilde-plugins
# Enable/disable plugins
claude plugin enable conductor-workflows@guilde-plugins
claude plugin disable conductor-workflows@guilde-plugins
# Validate a local plugin or marketplace
claude plugin validate ./plugins/conductor-workflows
For plugin development or testing:
# Clone the repository
git clone https://github.com/pagerguild/guilde-plugins.git
# Use plugins locally (session only)
claude --plugin-dir ./guilde-plugins/plugins/conductor-workflows
Each plugin follows this structure:
plugins/<plugin-name>/
├── README.md # Plugin documentation
├── agents/ # Agent definitions (if any)
│ └── *.md
├── commands/ # Slash commands (if any)
│ └── *.md
└── skills/ # Skills with progressive disclosure (if any)
└── <skill-name>/
├── SKILL.md
├── examples/
└── references/
| Command | Description |
|---|---|
claude plugin marketplace add <source> | Add a marketplace |
claude plugin marketplace list | List configured marketplaces |
claude plugin marketplace remove <name> | Remove a marketplace |
claude plugin marketplace update [name] | Update marketplace(s) |
claude plugin install <plugin> | Install a plugin |
claude plugin uninstall <plugin> | Uninstall a plugin |
claude plugin enable <plugin> | Enable a plugin |
claude plugin disable <plugin> | Disable a plugin |
claude plugin validate <path> | Validate a plugin manifest |
plugins/<your-plugin-name>/.claude-plugin/marketplace.jsonMIT License - See LICENSE for details.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations