Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add legendtkl/agentic-skill-router --skill skill-088git clone --depth 1 https://github.com/legendtkl/agentic-skill-routerWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/legendtkl/agentic-skill-router/skill-088)<a href="https://agentmods.dev/skills/legendtkl/agentic-skill-router/skill-088"><img src="https://agentmods.dev/badge/skills/legendtkl/agentic-skill-router/skill-088/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/legendtkl/agentic-skill-router/skill-088"><img src="https://agentmods.dev/badge/skills/legendtkl/agentic-skill-router/skill-088.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00048 | $0.00919 |
| Opus 5 | $0.00024 | $0.00460 |
| Sonnet 5 | $0.00010 | $0.00184 |
| Haiku 4.5 | $0.00005 | $0.00092 |
Grade A, and why
skill-088 scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 199 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GitHub CLI Utilities
Harness the power of the GitHub CLI for numerous repository management tasks.
Usage
gh <utility> [command] [flags]
Utility Overview
repo: Manage repositories
issue: Handle issues in repositories
pr: Work with pull requests
user: Manage user settings and profile
project: Interact with GitHub projects
workflow: Manage workflows
Use gh <utility> --help for more information about a specific utility.
repo
Manage repositories efficiently.
USAGE
gh repo <command> [flags]
CORE COMMANDS
create: Create a new repository
list: List repositories
delete: Delete a repository
FLAGS
-R, --repo [HOST/]OWNER/REPO Specify the repository
INHERITED FLAGS
--help Show help for command
EXAMPLES
$ gh repo create new-repo
$ gh repo list
LEARN MORE
Use 'gh repo --help' for more information about repository management.
issue
Handle issues in repositories.
USAGE
gh issue <command> [flags]
CORE COMMANDS
create: Create a new issue
list: List issues
close: Close an issue
FLAGS
-R, --repo [HOST/]OWNER/REPO Specify the repository
INHERITED FLAGS
--help Show help for command
EXAMPLES
$ gh issue create --title "Issue Title"
$ gh issue list
LEARN MORE
Use 'gh issue --help' for more information about issue management.
pr
Work with pull requests in a simple manner.
USAGE
gh pr <command> [flags]
CORE COMMANDS
create: Create a pull request
list: List pull requests
merge: Merge a pull request
FLAGS
-R, --repo [HOST/]OWNER/REPO Specify the repository
INHERITED FLAGS
--help Show help for command
EXAMPLES
$ gh pr create --title "Pull Request Title"
$ gh pr list
LEARN MORE
Use 'gh pr --help' for more information about pull requests.
user
Manage user settings and profile information.
USAGE
gh user <command> [flags]
CORE COMMANDS
view: View user information
edit: Edit user settings
FLAGS
-R, --repo [HOST/]OWNER/REPO Specify the repository if needed
INHERITED FLAGS
--help Show help for command
EXAMPLES
$ gh user view
$ gh user edit --name "New Name"
LEARN MORE
Use 'gh user --help' for more information about user management.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 199 lines · 48 tokens per session scan A 8554c08ddfad
skill-088 is a skill published in the GitHub repository legendtkl/agentic-skill-router (5 stars, last pushed 3mo ago), licensed MIT. It adds 48 tokens to every session and 919 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
gsd-quick
Execute a quick task with GSD guarantees (atomic commits, state tracking) but skip optional agents.
gsd-quick-batch
Batch several /gsd:quick-shaped tasks together — planned, dispatched, and merged as one run.
gh-issues
Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5]…
gsd-pause-work
Create context handoff when pausing work mid-phase.
gsd-ship
Create PR, run review, and prepare for merge after verification passes.
mcore-split-pr
Split a PR into multiple PRs to reduce the number of required CODEOWNERS reviewer groups.