Use this skill to route a free-text scientific task query to the most relevant skills in the local registry.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add ma-compbio-lab/SkillFoundry --skill skill-registry-router-starter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Skill Registry Router Starter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ma-compbio-lab-skill-registry-router-starter)More formats (shields.io, HTML) on the badges page.
# Skill Registry Router Starter
Use this skill to route a free-text scientific task query to the most relevant skills in the local registry.
## What it does
- Loads `registry/skills.jsonl` and `registry/aliases.json`.
- Scores skills by alias phrases, tags, topic paths, and token overlap.
- Returns a ranked list of candidate skills with matched evidence and short rationales.
## When to use it
- You need a lightweight agent-orchestration layer over the skill library.
- You want a deterministic local router before handing control to a larger planning agent.
## Example
```bash
python3 skills/scientific-agents-and-automation/skill-registry-router-starter/scripts/route_skill_query.py \
--query "single-cell marker ranking" \
--top-k 3
```
## Verification
- Skill-local tests: `python3 -m unittest discover -s skills/scientific-agents-and-automation/skill-registry-router-starter/tests -p 'test_*.py'`
- Repository smoke: `python3 -m unittest tests.smoke.test_cross_cutting_domain_skills -v`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!