The master dispatch table now lives at the canonical skill source:
.agents/skills/sap-router-skill/SKILL.md
It was moved there so Claude Code actually registers it. Skills are only discovered under
.claude/skills/*/SKILL.md, and .claude/skills is generated from .agents/skills by
scripts/generate_ide_assets.py. At the repository root the file declared itself a skill but
was never registered anywhere, so /sap-router-skill did not exist.
Edit the canonical file, never the mirrors (.claude/skills, .gemini/skills) — they are
overwritten. After editing, run:
npm run ide:generate
1---2name: sap-router-skill3description: SAP Router Skill — moved4---5# SAP Router Skill — moved67The master dispatch table now lives at the canonical skill source:89**[.agents/skills/sap-router-skill/SKILL.md](.agents/skills/sap-router-skill/SKILL.md)**1011It was moved there so Claude Code actually registers it. Skills are only discovered under12`.claude/skills/*/SKILL.md`, and `.claude/skills` is generated from `.agents/skills` by13`scripts/generate_ide_assets.py`. At the repository root the file declared itself a skill but14was never registered anywhere, so `/sap-router-skill` did not exist.1516**Edit the canonical file, never the mirrors** (`.claude/skills`, `.gemini/skills`) — they are17overwritten. After editing, run:1819```bash20npm run ide:generate21```
Run npx skillmds@latest add williamcorrea23/sap-router-skill in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
SAP Router Skill — moved It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
williamcorrea23 (@williamcorrea23) published this skill. Their other Agent Skills are listed on their SkillMD profile.