Install
$ agentstack add skill-wpq250dollars-codex-skill-router-skill-router ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Skill Router
Use this skill as a default routing layer before substantial Codex work. Keep routing silent for simple low-risk tasks. Show a routing summary only when the task is complex, ambiguous, multi-skill, or high-risk.
Core Decisions
Decide these before acting:
- Relevant skills to use.
- Goal mode or Plan mode.
- Whether multiple skills should be chained.
- Whether read-only inspection must happen first.
- Whether the task contains high-risk operations.
Silent vs Visible Routing
Use silent routing when the task is simple, low-risk, and clearly scoped, such as small edits, explanations, one-file bugs, or direct questions.
Show a short routing summary when any of these apply:
- New project, architecture, scaffolding, or multi-file implementation.
- Browser automation, login, account/session workflow, or screenshots.
- Database, Supabase, migration, auth, RLS, production data, or schema changes.
- GitHub PR, issue, CI, push, release, publish, or deployment.
- Config, environment variables, secrets, credentials, or system settings.
- Deleting files, moving many files, cleanup, reset, overwrite, or destructive operations.
- Multiple skills are likely needed.
- The user explicitly asks for planning, safety boundaries, or skill selection.
Mode Selection
Recommend Goal mode for low-risk work:
- Small clear fixes.
- Single-file or narrow changes.
- Clear bug with direct reproduction.
- No account, browser, database, config, GitHub write, deletion, or release risk.
Recommend Plan mode for higher-risk or broader work:
- New project or multi-file design.
- Architecture decisions.
- Browser automation, login, or account actions.
- Database work, migrations, Supabase, RLS, auth, or production data.
- Config changes, environment variables, secrets, credentials, or tool setup.
- GitHub operations, CI debugging, PR review, push, release, or deployment.
- File deletion, cleanup, reset, bulk moves, or overwrite operations.
If a task includes deletion, config/env changes, login, browser automation, database work, GitHub push/release, or deployment, recommend Plan mode and start with read-only inspection.
Complex/high-risk tasks must stop after plan/read-only inspection and wait for explicit user approval before write actions.
Skill Matching
Prefer discovered skills from data/skills_cache.json when available. Use data/custom_rules.json to improve unknown or local skills. If the cache is missing or stale, ask to run the refresh script from the installed skill directory:
python skill-router/scripts/refresh_skills.py
Use common pairings:
- PDF to slides:
pdfthenpresentations. - Spreadsheet or CSV analysis:
spreadsheetsand, for analytical decisions or dashboards,data-analytics. - GitHub PR or CI:
github, thengh-fix-ciorgh-address-commentswhen relevant. - OpenAI API app:
openai-platform-api-key, thenopenai-docsor OpenAI developer skills. - Supabase or Postgres:
supabase, thensupabase-postgres-best-practicesfor SQL/schema/performance. - Browser testing or local web UI:
browserorplaywright-interactive. - Desktop app automation:
computer-useorelectronwhen applicable.
If a discovered skill has no registry/custom explanation, mark it as unknown, keep it visible as a candidate, and suggest adding metadata to data/custom_rules.json.
Visible Output Template
For complex or high-risk work, keep the summary short:
Routing:
- Mode: Plan
- Skills: skill-a -> skill-b
- Read-only first: yes
- Risk flags: config change, browser automation
- Boundary: inspect first; do not modify/delete/push until plan is confirmed
Then continue according to the active collaboration mode and user instructions.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: wpq250dollars
- Source: wpq250dollars/codex-skill-router
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.