skill-046

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

A command-line tool for tracking and comparing contributions across GitHub repositories, including commits, pull requests, and resolved issues. It can also create visual reports and export contribution data.

In plain words
What is it for?
Use it to track a repository, compare team members, visualize activity, or export contribution data for further analysis.
Why use it?
It gathers contribution information over a chosen time period so team activity can be reviewed without manually inspecting repositories.

Skill for Claude CodeCodex

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

Good fit Use it to track a repository, compare team members, visualize activity, or export contribution data for further analysis.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/legendtkl/agentic-skill-router/skill-046
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-046
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-046

README.md
[![agentmods](https://agentmods.dev/badge/skills/legendtkl/agentic-skill-router/skill-046.svg)](https://agentmods.dev/skills/legendtkl/agentic-skill-router/skill-046)
Your own site
<a href="https://agentmods.dev/skills/legendtkl/agentic-skill-router/skill-046"><img src="https://agentmods.dev/badge/skills/legendtkl/agentic-skill-router/skill-046.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 629 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.00034 $0.00629
Opus 5 $0.00017 $0.00315
Sonnet 5 $0.00007 $0.00126
Haiku 4.5 $0.00003 $0.00063

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

Security

Grade A, and why

skill-046 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-046/SKILL.md · 122 lines

How it starts

The opening of the file, as written. The whole thing — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.

GitHub Contribution Tracker

Monitor and visualize contribution metrics from GitHub repositories.

Usage

gh contribution <command> [flags]

Core Commands

  track:       Track contributions across repositories
  visualize:   Generate visual reports of contributions
  compare:     Compare contributions between team members
  export:      Export contribution data for analysis

Use gh contribution <command> --help for more information about a command.


gh contribution track

Track contributions across repositories for a specified time period.

USAGE
  gh contribution track <repo> [flags]

FLAGS
  -R, --repo [HOST/]OWNER/REPO  Specify the repository to track contributions
  --from DATE                   Start date for tracking
  --to DATE                     End date for tracking

INHERITED FLAGS
  --help   Show help for command

EXAMPLES
  $ gh contribution track OWNER/REPO --from 2023-01-01 --to 2023-12-31

LEARN MORE
  Use 'gh contribution track --help' for more information about this command.

gh contribution visualize

Generate visual reports of contributions.

USAGE
  gh contribution visualize <repo> [flags]

FLAGS
  -R, --repo [HOST/]OWNER/REPO   Specify the repository for visualization
  --format FORMAT                Specify the output format (png, pdf)

INHERITED FLAGS
  --help   Show help for command

EXAMPLES
  $ gh contribution visualize OWNER/REPO --format png

LEARN MORE
  Use 'gh contribution visualize --help' for more information about this command.

gh contribution compare

Compare contributions between team members.

USAGE
  gh contribution compare <member1> <member2> [flags]

FLAGS
  -R, --repo [HOST/]OWNER/REPO   Specify the repository for comparison

INHERITED FLAGS
  --help   Show help for command

EXAMPLES
  $ gh contribution compare memberA memberB -R OWNER/REPO

LEARN MORE
  Use 'gh contribution compare --help' for more information about this command.

gh contribution export

Read the full file on GitHub · 122 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 · 122 lines · 34 tokens per session scan A 72f18dead2fb

Subscribe to this mod's changes

skill-046 is a skill published in the GitHub repository legendtkl/agentic-skill-router (5 stars, last pushed 3mo ago), licensed MIT. It adds 34 tokens to every session and 629 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-08-31.