skill-088

skill-088 is a skill for Claude Code, Codex from legendtkl/agentic-skill-router. It costs 48 tokens per session (919 once invoked), scanned A, original, MIT.

A command-line utility guide for managing GitHub repositories, issues, pull requests, projects, users, and workflows. The GitHub CLI is a terminal tool for performing these tasks without opening the website.

In plain words
What is it for?
Use it to create and manage repositories, list or close issues, work with pull requests, update projects, and control repository workflows.
Why use it?
It collects common GitHub operations into commands that can be used from a development workflow or script.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create and manage repositories, list or close issues, work with pull requests, update projects, and control repository workflows.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/legendtkl/agentic-skill-router/skill-088
Install

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.

Any agent
npx skills add legendtkl/agentic-skill-router --skill skill-088
Clone the repo
git clone --depth 1 https://github.com/legendtkl/agentic-skill-router

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for skill-088

README.md
[![agentmods](https://agentmods.dev/badge/skills/legendtkl/agentic-skill-router/skill-088/github.svg)](https://agentmods.dev/skills/legendtkl/agentic-skill-router/skill-088)
Your own site
<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.

agentmods 80×15 button for skill-088

Your own site · 80×15
<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>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 919 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 7d ago against content hash 8554c08ddfad, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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.

experiments/dci-compare/skillrouter-skills/skill-088/SKILL.md · 199 lines

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.

Read the full file on GitHub · 199 lines

Changes

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.

  1. 7d ago First seen · 199 lines · 48 tokens per session scan A 8554c08ddfad

Subscribe to this mod's changes

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.