By tymoj
Generate, validate, and render Mermaid diagrams with syntax-aware hooks and a specialized architect agent
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"] }
}
}
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub tymoj/marketplace --plugin mermaidGuide for creating, validating, and packaging Claude Code plugins and skills with best practices, frontmatter reference, helper scripts, and a structured plugin quality reviewer.
Universal 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, render Mermaid diagrams from text or code
Diagrams-as-code tools for visualizing code, data, and systems using Mermaid and PlantUML
MCP server for previewing Mermaid diagrams in Claude Code
Excalidraw diagramming toolkit — auto-diagram any codebase, architecture diagrams, data flows, with PNG/SVG/URL export
General development utilities including Mermaid diagram creation for software documentation
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.