🧭
AI EngineeringPython

My Router

by yzhao062

My Router is an AI Engineering skill for Claude Code, published by yzhao062 in anywhere-agents.

241 stars26 forkson yzhao062/anywhere-agentsAdded 2026/09/02+1% in starsRepository updated 2026/08/29
agent-configagent-skillsagents-mdai-agentsai-safetyclaude-codecode-reviewcodexdual-agent-reviewgit-safetynpmopinionatedportable-configpypisafety-hooksshared-configurationskill-dispatchskill-router
Install in seconds
Install My Router
Copy My Router into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/yzhao062/anywhere-agents/tree/main/skills/my-router ~/.claude/skills/my-router

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/yzhao062/anywhere-agents.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/my-router/SKILL.md in yzhao062/anywhere-agents
Installs to
~/.claude/skills/my-router
Collection
One of 5 skills cataloged from this repository
Category
AI Engineering2631 skills

What My Router does

My Router detects the task type from prompts, file types, and project hints, then dispatches to the right skill. It is used when a repo needs context-aware skill selection or a local routing table.

My Router is cataloged under AI Engineering on DirSkills. My Router comes from a repository tagged agent-config, agent-skills, agents-md, ai-agents and ai-safety.

Documentation

README

My Router

Overview

A routing layer that sits between the outer workflow (e.g., superpowers brainstorm/plan/execute/verify) and domain skills. The router reads the working directory, file types, and user prompt to decide which skill to invoke, so the user does not need to remember skill names.

This is the opening of the README. Read the full README on GitHub.

Commands My Router provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /skills

Frequently asked about My Router

  • What else does yzhao062 publish alongside My Router?

    My Router is one of 5 skills that DirSkills catalogs from yzhao062/anywhere-agents, the repository it ships in. Its siblings there include CI Mockup Figure, Implement Review and Prun. Each one is a separate skill with its own page in this directory, installs the same way My Router does, and is maintained by yzhao062 in that same repository. The rest of the collection is listed on the yzhao062/anywhere-agents page.

  • How does My Router compare to other AI Engineering skills?

    My Router ranks #2388 by stars among the 2631 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of My Router against them. Open each page to compare what they document and how they install.