# Sap Router Skill

> SAP Router Skill — moved

- Skill: `williamcorrea23/sap-router-skill` (Agent Skill, multi-file: 28 files)
- Install (CLI): `npx skillmds@latest add williamcorrea23/sap-router-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/williamcorrea23/sap-router-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: williamcorrea23 (https://skillmd.com/u/williamcorrea23)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/williamcorrea23/sap-router-skill

---

# SAP Router Skill — moved

The master dispatch table now lives at the canonical skill source:

**[.agents/skills/sap-router-skill/SKILL.md](.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:

```bash
npm run ide:generate
```

