Awesome-omni-skill development-router

Routes development tasks to frontend, backend, or fullstack skills. Triggers on build, implement, code, create, feature, component, UI, API, server, database, docker, deploy.

install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/development/development-router-jarbitechture" ~/.claude/skills/diegosouzapw-awesome-omni-skill-development-router && rm -rf "$T"
manifest: skills/development/development-router-jarbitechture/SKILL.md
source content

Development Router

Routes development-related tasks to appropriate specialized skills.

Subcategories

Frontend Development

triggers: [UI, component, React, Vue, Svelte, CSS, Tailwind, design-system, terminal-ui, responsive]
skills:
  - terminal: TUI/CLI interfaces with high design quality
  - component: Claude Code configuration components
  - sc:implement: Feature implementation with persona activation

Backend Development

triggers: [api, server, database, auth, REST, GraphQL, microservice, endpoint]
skills:
  - sc:build: Build and compile projects
  - sc:design: System architecture and API design
  - mcp-builder: MCP server development

Fullstack / Infrastructure

triggers: [fullstack, monorepo, deployment, docker, ci/cd, pipeline]
skills:
  - sc:workflow: Implementation workflows from PRDs
  - sc:task: Complex task execution with persistence

Routing Decision Tree

development request
    │
    ├── UI/component keywords?
    │   ├── TUI/terminal? → @skills/terminal
    │   ├── Claude component? → @skills/component
    │   └── general UI → sc:implement
    │
    ├── API/server keywords?
    │   ├── MCP server? → @skills/mcp-builder
    │   ├── architecture? → sc:design
    │   └── implementation → sc:build
    │
    └── deployment/infra?
        └── sc:workflow

Managed Skills

SkillPurposeTrigger
terminalProduction-grade TUI"terminal UI", "CLI tool"
componentCC config components"command", "subagent", "skill"
sc:implementFeature implementation"implement", "build feature"
sc:buildBuild/compile"build", "compile", "package"
sc:designArchitecture"design", "architecture"
mcp-builderMCP servers"MCP", "model context protocol"
sc:workflowPRD workflows"workflow", "PRD"