Claude Code Plugins

Community-maintained marketplace

Feedback

Universal entry point that routes any query to the appropriate domain router (startup, engineering, operations)

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name router-main
description Universal entry point that routes any query to the appropriate domain router (startup, engineering, operations)
version 1.0

Router: Main

Universal entry point for the Claude Code Kit framework. This router analyzes your query and hands off to the appropriate domain router.


How It Works

YOUR QUERY
    │
    ▼
┌─────────────────────────────────────────────────────────────────────────────┐
│                              router-main                                     │
│                         (Universal Entry Point)                              │
└─────────────────────────────────┬───────────────────────────────────────────┘
                                  │
            ┌─────────────────────┼─────────────────────┐
            │                     │                     │
            ▼                     ▼                     ▼
┌───────────────────┐  ┌───────────────────┐  ┌───────────────────┐
│  router-startup   │  │ router-engineering│  │ router-operations │
│  17 skills        │  │  29 skills        │  │   15 skills       │
│                   │  │                   │  │                   │
│  Business         │  │  Technical        │  │  QA & DevOps      │
│  Marketing        │  │  AI/ML            │  │  Testing          │
│  Documents        │  │  Software         │  │  Deployment       │
│  Startup          │  │  Data             │  │  Git              │
└───────────────────┘  └───────────────────┘  └───────────────────┘

Quick Routing

Your Question Routed To Examples
Business/Startup router-startup "validate my idea", "pricing strategy", "pitch deck"
Technical/Build router-engineering "build an API", "create AI agent", "frontend app"
Test/Deploy router-operations "test this", "deploy to prod", "CI/CD pipeline"

Routing Decision Tree

QUERY ANALYSIS
    │
    ├─► Business keywords detected?
    │   • "idea", "validate", "market", "pricing", "funding"
    │   • "competitor", "GTM", "launch", "startup"
    │   • "pitch deck", "investor", "business model"
    │   • "marketing", "SEO", "social media", "leads"
    │   • "spreadsheet", "presentation", "document"
    │   └─► router-startup
    │
    ├─► Technical keywords detected?
    │   • "build", "implement", "code", "develop"
    │   • "API", "frontend", "backend", "mobile", "database"
    │   • "AI", "LLM", "agent", "RAG", "ML", "fine-tune"
    │   • "architecture", "design system", "component"
    │   • "Claude Code", "skill", "command", "hook"
    │   └─► router-engineering
    │
    ├─► Operations keywords detected?
    │   • "test", "QA", "testing", "Playwright", "E2E"
    │   • "deploy", "CI/CD", "Kubernetes", "Docker"
    │   • "monitor", "observability", "metrics", "logs"
    │   • "debug", "error", "fix", "troubleshoot"
    │   • "git", "commit", "PR", "branch", "merge"
    │   └─► router-operations
    │
    └─► Ambiguous or multi-domain?
        └─► Ask clarifying question OR invoke multiple routers

Domain Routers

router-startup (17 skills)

Focus: Business validation, marketing, documents, product management

Category Skills
Startup Validation idea-validation, review-mining, trend-prediction, competitive-analysis, business-models, go-to-market, fundraising
Marketing social-media, leads-generation, seo-technical, ai-search-optimization
Documents pptx, docx, xlsx, pdf
Product product-management
UX ux-research, ui-ux-design

Use when: You have a business idea, need market validation, want to create business documents, or plan your GTM strategy.

router-engineering (29 skills)

Focus: Technical implementation, AI/ML, software development, Claude Code

Category Skills
AI/ML agents, llm, llm-inference, ml-data-science, ml-timeseries, mlops, prompt-engineering, rag
Software frontend, backend, mobile, architecture-design, code-review, security-appsec, crypto-web3
Data sql-optimization, lake-platform
Dev Workflow api-design, dependency-management, workflow-planning
Claude Code agents, commands, hooks, mcp, project-memory, skills

Use when: You need to build something technical, implement an AI agent, design an API, or work with code.

router-operations (15 skills)

Focus: QA, testing, DevOps, deployment, git workflows

Category Skills
Testing testing-strategy, testing-playwright, testing-ios, agent-testing
Quality debugging, observability, resilience, refactoring, docs-coverage
DevOps devops-platform
Git commit-message, workflow
Docs codebase, ai-prd

Use when: You need to test code, deploy to production, set up CI/CD, debug issues, or manage git workflows.


Cross-Router Workflows

The routers hand off to each other automatically. Common flows:

Flow 1: Idea → Product → Launch

router-startup (validate idea)
       ↓
router-engineering (build MVP)
       ↓
router-operations (test & deploy)
       ↓
router-startup (GTM & launch)

Flow 2: Technical Product

router-engineering (architecture)
       ↓
router-engineering (implementation)
       ↓
router-operations (testing)
       ↓
router-operations (deployment)
       ↓
router-startup (pricing & launch)

Flow 3: Quick Fix

router-operations (debug issue)
       ↓
router-engineering (implement fix)
       ↓
router-operations (test & deploy)

Example Queries

Query Routed To Why
"I have an idea for a SaaS product" router-startup Business validation
"Build a REST API for user management" router-engineering Technical implementation
"Set up CI/CD for my Node.js app" router-operations DevOps/deployment
"Create a pitch deck for investors" router-startup Business document
"Implement RAG for my chatbot" router-engineering AI/ML
"Debug why my tests are failing" router-operations QA/debugging
"Analyze competitors in the CRM space" router-startup Market analysis
"Add authentication to my frontend" router-engineering Software dev
"Monitor my production app" router-operations Observability

Getting Started

Just describe what you need. This router will figure out where to send you.

Examples:

  • "Help me validate my startup idea"
  • "I need to build a mobile app"
  • "Set up testing for my project"
  • "Create a financial model"
  • "Implement an AI agent"

The framework has 62 specialized skills ready to help across all domains.