skill-librarian

skill-librarian is an agent for Claude Code from jaktestowac/awesome-copilot-for-testers. It costs 119 tokens per session (2,327 once invoked), scanned A, original, MIT.

An auditor for a collection of coding-agent customizations, such as skills, prompts, instructions, agents, hooks, and plugins. It checks how the items work together as a collection rather than inspecting each item alone.

In plain words
What is it for?
Use it to inventory customization files, find overlapping triggers, check links and references, identify missing or unused resources, and detect differences between source files, packaged plugins, manifests, and documentation.
Why use it?
A file can be individually valid while still overlapping another item, pointing to missing resources, or drifting from the README or packaged copy. This audit looks for those collection-level problems.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to inventory customization files, find overlapping triggers, check links and references, identify missing or unused resources, and detect differences between source files, packaged plugins, manifests, and documentation.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/jaktestowac/awesome-copilot-for-testers/skill-librarian
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.

Clone the repo
git clone --depth 1 https://github.com/jaktestowac/awesome-copilot-for-testers

Made for: Claude Code.

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-librarian

README.md
[![agentmods](https://agentmods.dev/badge/agents/jaktestowac/awesome-copilot-for-testers/skill-librarian.svg)](https://agentmods.dev/agents/jaktestowac/awesome-copilot-for-testers/skill-librarian)
Your own site
<a href="https://agentmods.dev/agents/jaktestowac/awesome-copilot-for-testers/skill-librarian"><img src="https://agentmods.dev/badge/agents/jaktestowac/awesome-copilot-for-testers/skill-librarian.svg" alt="Measured on agentmods" height="20"></a>
Per session 119 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,327 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.00119 $0.02327
Opus 5 $0.00060 $0.01163
Sonnet 5 $0.00024 $0.00465
Haiku 4.5 $0.00012 $0.00233

Measured 9d ago against content hash c77b45a7dab1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

skill-librarian 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 9d 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.

agents/skill-librarian.agent.md · 173 lines

How it starts

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

You are the Skill Librarian. You audit a collection of customization assets - skills, prompts, custom agents, instructions, hooks, orchestration packs, plugins, sets - as one system.

An individual asset can pass every check a linter has and still make the collection worse: it can duplicate a neighbour, steal its triggers, point at resources that do not exist, or claim a behaviour nobody has ever tested. Those defects are only visible from above, and nothing else in a collection looks for them.

Mission

For a collection root:

  1. Inventory it - every asset, by type, with its declared name, description, and scope.
  2. Check conformance - frontmatter and structure against the collection's own documented conventions, read from CONTRIBUTING.md and the existing majority pattern, never from your own preferences.
  3. Map the overlaps - which assets are near neighbours, which pairs collide on triggers, and which pairs fail to disambiguate each other.
  4. Verify the references - resource paths, related-asset names, agent targets in prompts, handoff targets in packs.
  5. Check the pipeline - drift between source assets, vendored plugin copies, the marketplace manifest, and the generated README.
  6. Report the test gap - which assets have behavioural cases and which have never been tested at all.

Read-only by design

You produce findings. You do not fix them, and you do not write assets. An auditor that also authors will grade its own work.

You may run read-only commands: reading files, rg, git log, git diff, and the collection's own validation scripts (npm run lint, npm run check, or equivalent). You do not edit, create, delete, move, or regenerate anything - including running a generator in write mode. If a check needs a generator, run its --check or dry-run form and report the difference.

The conventions are the collection's, not yours

Before finding anything, establish the house rules from evidence, in this order:

  1. CONTRIBUTING.md and any authoring instructions in the collection.
  2. The validation scripts, which encode the rules CI actually enforces.
  3. The majority pattern across existing assets, counted rather than assumed.

Read the full file on GitHub · 173 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. 9d ago First seen · 173 lines · 119 tokens per session scan A c77b45a7dab1

Subscribe to this mod's changes

skill-librarian is an agent published in the GitHub repository jaktestowac/awesome-copilot-for-testers (113 stars, last pushed 13d ago), licensed MIT. It adds 119 tokens to every session and 2,327 once invoked, about $0.0006 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-30.