# Agentpack Route

> Run read-only AgentPack task routing for ranked files, tests, rules, commands, and warnings.

- Skill: `vishal2612200/agentpack-route` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add vishal2612200/agentpack-route`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vishal2612200/agentpack-route/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- License: AGPL-3.0-only
- Author: vishal2612200 (https://skillmd.com/u/vishal2612200)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/vishal2612200/agentpack-route

---


# AgentPack Route

Use when the user invokes `$agentpack-route <task>`.

This is read-only. Do not write `.agentpack/context.md` and do not edit source files from route output alone.

## Steps

1. Run:

```bash
agentpack route --task "<task>"
```

2. Return ranked files, likely tests, rules or skills, suggested commands, and warnings.
3. Tell Codex to verify selected files with actual code before editing.
4. If the task needs fuller context, suggest `$agentpack-pack <task>`.

If AgentPack MCP is available, prefer the equivalent route task tool.

