From template-bridge
Proactively suggests and installs specialist agent templates from a catalog of 421 agents across 28 categories (blockchain, game dev, data science, Kubernetes, database optimization, Rust/Go, video processing, etc.).
How this skill is triggered — by the user, by Claude, or both
Slash command
/template-bridge:template-catalogThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. You see a task that would benefit from a specialist not in current agents
npx claude-code-templates@latest --agent {category}/{name} --yes.claude/agents/{name}.md in current projectBefore suggesting a template, verify it's not already covered by:
421 agents across 28 categories. Auto-generated from the upstream
cli-tool/components/agents tree — run node scripts/sync-catalog.mjs to refresh.
| Category | Count | Sample Agents |
|---|---|---|
| accessibility | 1 | accessibility-tester |
| ai-specialists | 8 | ai-ethics-advisor, hackathon-ai-strategist, llm-architect |
| api-graphql | 8 | api-architect, api-designer, graphql-architect |
| blockchain-web3 | 4 | blockchain-developer, smart-contract-auditor, smart-contract-specialist |
| business-marketing | 21 | business-analyst, communication-excellence-coach, competitive-analyst |
| data-ai | 40 | adr-generator, ai-engineer, amplitude-experiment-implementation |
| database | 11 | database-admin, database-administrator, database-architect |
| deep-research-team | 16 | academic-researcher, agent-overview, competitive-intelligence-analyst |
| development-team | 17 | backend-architect, backend-developer, cli-ui-designer |
| development-tools | 34 | accessibility-tester, architect-reviewer, ascii-ui-mockup-generator |
| devops-infrastructure | 39 | apify-integration-expert, arm-migration, azure-iac-exporter |
| documentation | 11 | api-documenter, arch, changelog-generator |
| expert-advisors | 52 | 4.1-Beast, address-comments, agent-expert |
| ffmpeg-clip-team | 8 | audio-mixer, audio-quality-controller, podcast-content-analyzer |
| finance | 5 | bettoredge-value-finder, fintech-engineer, payment-integration |
| game-development | 5 | 3d-artist, game-designer, game-developer |
| git | 3 | commit-guardian, git-flow-manager, git-workflow-manager |
| mcp-dev-team | 8 | mcp-deployment-orchestrator, mcp-developer, mcp-integration-engineer |
| modernization | 3 | architecture-modernizer, cloud-migration-specialist, legacy-modernizer |
| obsidian-ops-team | 7 | connection-agent, content-curator, metadata-agent |
| ocr-extraction-team | 7 | document-structure-analyzer, markdown-syntax-formatter, ocr-grammar-fixer |
| performance-testing | 5 | load-testing-specialist, performance-engineer, react-performance-optimization |
| podcast-creator-team | 11 | academic-research-synthesizer, comprehensive-researcher, episode-orchestrator |
| programming-languages | 50 | angular-architect, c-pro, c-sharp-pro |
| realtime | 2 | supabase-realtime-optimizer, websocket-engineer |
| security | 24 | ad-security-reviewer, ai-agent-audit-specialist, api-security-audit |
| ui-analysis | 5 | screenshot-business-analyzer, screenshot-interaction-analyzer, screenshot-reviewer |
| web-tools | 16 | accessibility, aem-frontend-specialist, electron-angular-native |
# Security audit
npx claude-code-templates@latest --agent security/security-auditor --yes
# Kubernetes specialist
npx claude-code-templates@latest --agent devops-infrastructure/kubernetes-specialist --yes
# Rust expert
npx claude-code-templates@latest --agent programming-languages/rust-pro --yes
# Interactive browser (all categories)
npx claude-code-templates@latest
Repository: https://github.com/davila7/claude-code-templates Always fetches latest version (no stale copies).
npx claudepluginhub maslennikov-ig/template-bridge --plugin template-bridgeGenerates comprehensive, PhD-level expert agent prompts for Claude Code with code examples, patterns, and best practices. Supports single, batch, and architecture-driven agent creation.
Creates Claude Code agents from scratch or by adapting templates. Guides requirements gathering, template selection, and file generation following Anthropic best practices (v2.1.63+).
Create custom agents for Claude Code including YAML frontmatter, system prompts, tool restrictions, and discovery optimization. Use when creating, building, or designing agents, or when asked about agent creation, subagent configuration, Task tool delegation, or agent best practices.