npx skills add https://www.modelscope.cn/skills/@diegosouzapw/development-router
smithery/neversight
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.
Installation
npx skills add smithery/neversight --skill development-router
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Postgres best practices maintained by Supabase, for Postgres running anywhere. Load this skill …
391.6K installsGuides for configuring Prisma with different database providers (PostgreSQL, MySQL, SQLite, Mon…
269.8K installsPrisma Postgres setup and operations guidance across Console, create-db CLI, Management API, an…
263K installsRequired reference for Prisma ORM 7 SQL driver adapter work.
258.3K installsComplete migration guide from Prisma ORM v6 to v7 covering all breaking changes.
258.1K installsPrisma Compute deployment and hosting guide. Use whenever the user mentions Prisma Compute, `pr…
253.4K installsAlso in this package
Other skills from smithery/neversight · top by installs.
npx skills add smithery/neversight
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Skill metadata
Parsed from SKILL.md frontmatter.
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md2,181 B -
docs
SUMMARY.md200 B
History
- First recorded snapshot · 0 installs
SKILL.md
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
| Skill | Purpose | Trigger |
|---|---|---|
| terminal | Production-grade TUI | "terminal UI", "CLI tool" |
| component | CC config components | "command", "subagent", "skill" |
| sc:implement | Feature implementation | "implement", "build feature" |
| sc:build | Build/compile | "build", "compile", "package" |
| sc:design | Architecture | "design", "architecture" |
| mcp-builder | MCP servers | "MCP", "model context protocol" |
| sc:workflow | PRD workflows | "workflow", "PRD" |