# Skill Router

> Alive skill router — reads the current project's stack and loads/unloads skills dynamically. Invoke at session start or when project context changes.

- **Type:** Skill
- **Install:** `agentstack add skill-stevesolun-ctx-skill-router`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [stevesolun](https://agentstack.voostack.com/s/stevesolun)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [stevesolun](https://github.com/stevesolun)
- **Source:** https://github.com/stevesolun/ctx/tree/main/skills/skill-router
- **Website:** https://stevesolun.github.io/ctx/

## Install

```sh
agentstack add skill-stevesolun-ctx-skill-router
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# skill-router

Reads `~/.claude/skill-manifest.json` and `~/.claude/pending-skills.json`.
Executes the 5-stage pipeline. **No skipping stages.**

## Pipeline

```
01-scope → 02-plan → 03-build → 04-check → 05-deliver
```

## Invoke When

- Session starts (automatic via using-superpowers pattern)
- User switches projects or opens a new repo
- `pending-skills.json` exists (mid-session signals detected)
- User asks "what skills are loaded?" or "update my skills"

## Stage Files

All stage files are in `references/`. Read and follow each in order.

1. **[01-scope](references/01-scope.md)** — Is a scan needed?
2. **[02-plan](references/02-plan.md)** — Run the scanner
3. **[03-build](references/03-build.md)** — Resolve the manifest
4. **[04-check](references/04-check.md)** — Validate before loading
5. **[05-deliver](references/05-deliver.md)** — Present to user

See [check-gates.md](check-gates.md) for validation questions.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [stevesolun](https://github.com/stevesolun)
- **Source:** [stevesolun/ctx](https://github.com/stevesolun/ctx)
- **License:** MIT
- **Homepage:** https://stevesolun.github.io/ctx/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-stevesolun-ctx-skill-router
- Seller: https://agentstack.voostack.com/s/stevesolun
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
