tsvelovskiysv

Claude Skill Router — Development skill for Claude Code

Development community

Semantic router for Claude Code Agent Skills — finds and installs the right skills for your project from a 65k catalog.

How to install Claude Skill Router

This entry records only its repository, not the path inside it, so there is no exact command to give. Open tsvelovskiysv/claude-skill-router and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Claude Skill Router does

Semantic router for Claude Code Agent Skills — finds and installs the right skills for your project from a 65k catalog.

Alternatives in Development

  • Auto — Smart router - Single entry point with natural language intent detection 2.8k ★
  • Portaljs Add Chart — Add a chart (line, bar, area, pie, or scatter) to a dataset's showcase in a PortalJS portal 2.3k ★
  • What's New In Copilot MCP! — Sponsored by Cloud MCP - Try out Cloud MCP's Router Mode 481 ★

README

SKILL ROUTER

claude-skill-router

**The right skills for your project — found, ranked, and installed.**

![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg) ![Python](https://img.shields.io/badge/python-3.10%2B-blue.svg) ![Catalog](https://img.shields.io/badge/catalog-65k%20skills-brightgreen.svg) ![Security](https://img.shields.io/badge/security-3--layer-red.svg) ![PRs welcome](https://img.shields.io/badge/PRs-welcome-orange.svg)

Semantic routing for Claude Code Agent Skills over a catalog of **65,000+ real `SKILL.md` files**, mined and deduplicated from **~2,300 GitHub repos**. Point it at a repo; it figures out what the project actually needs, ranks candidates by an anti-bulk trust rating, screens them for malware, and installs a diverse set that covers every facet — not 25 near-identical React skills.


What is this

**Agent Skills** are `SKILL.md` instruction files that teach [Claude Code](https://docs.claude.com/en/docs/claude-code) how to do specific tasks — Claude loads a skill automatically when it becomes relevant to what you're working on (see the [Skills docs](https://docs.claude.com/en/docs/claude-code/skills)). Thousands of them are published on GitHub; the problem is finding the ones *your* project needs and trusting what you install.

`claude-skill-router` is a **semantic router** for those skills. Instead of making you browse a registry and hand-pick, it reads your project, decomposes it into weighted *facets* (frontend, forms, animations, security, testing, database, scraping, …), and retrieves the best-matching skills by **meaning**, not keywords.

The catalog is a large, deduplicated index of skills harvested from the open-source ecosystem — with a **trust rating** that resists the usual gaming, and a **security model** that never redistributes untrusted code. You get per-project relevance, ranked by trust, checked for malware.

**Core insi