A curated collection of plugins for Claude Code — from full SDLC orchestration and architecture planning to Mermaid diagrams and plugin authoring.
npx claudepluginhub tymoj/marketplaceUniversal SDLC orchestrator. Runs a 5-phase discovery → plan → implement → test → review pipeline for any tech stack. Bundles 18 specialist agents and 12 domain-knowledge skills. Phase 2 produces visual, validated plans with built-in gap analysis — no external planning plugin required.
Generate, validate, and render Mermaid diagrams with syntax-aware hooks and a specialized architect agent
Guide for creating, validating, and packaging Claude Code plugins and skills with best practices, frontmatter reference, helper scripts, and a structured plugin quality reviewer.
Claude Code plugin marketplace.
Universal SDLC orchestrator. Runs a 5-phase discovery → plan → implement → test → review pipeline for any tech stack. Bundles 18 specialist agents and 13 domain-knowledge skills.
claude plugin install conductor@tymoj/marketplace
/conductor:dev-plan Add a REST endpoint for user registration
Convert local design images (PNG, JPG, Figma exports, screenshots) into production Angular 21 standalone components with Angular Material. Reads images natively — no external design tool required. Supports forms, tables, dashboards, and autonomous page-by-page app building.
claude plugin install ui-builder@tymoj/marketplace
Use image-to-angular to convert designs/checkout.png into a CheckoutFormComponent
Run ui-loop to build the next page in my Angular app's roadmap
Mermaid diagram generation for Claude Code. Adds mermaid-architect agent and diagram validation hooks. Optional dependency for conductor — enables visual plan diagrams in Phase 2.
claude plugin install mermaid@tymoj/marketplace
After planning with conductor, the frontend teammate automatically uses ui-builder skills (image-to-angular, angular-material, design-md) to build Angular components from design images:
/conductor:dev-plan Build the checkout page based on designs/checkout.png
↓ (after plan approval)
/conductor:dev-build task-crd-0001
Both plugins must be installed. Add Angular CLI MCP + Playwright MCP to .claude/settings.json:
{
"mcpServers": {
"angular": { "command": "npx", "args": ["-y", "@angular/cli", "mcp"] },
"playwright": { "command": "npx", "args": ["-y", "@playwright/mcp@latest"] }
}
}
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.