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 CassianFlorin/skill-hub-registry --skill registry-maintainergit clone --depth 1 https://github.com/CassianFlorin/skill-hub-registryWrote 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/cassianflorin/skill-hub-registry/registry-maintainer)<a href="https://agentmods.dev/skills/cassianflorin/skill-hub-registry/registry-maintainer"><img src="https://agentmods.dev/badge/skills/cassianflorin/skill-hub-registry/registry-maintainer/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/cassianflorin/skill-hub-registry/registry-maintainer"><img src="https://agentmods.dev/badge/skills/cassianflorin/skill-hub-registry/registry-maintainer.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.00000 | $0.00198 |
| Opus 5 | $0.00000 | $0.00099 |
| Sonnet 5 | $0.00000 | $0.00040 |
| Haiku 4.5 | $0.00000 | $0.00020 |
Grade A, and why
registry-maintainer 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 11d 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.
What it actually says
Registry Maintainer
Use this skill when adding, updating, validating, or reviewing entries in a skill-hub registry.
Instructions
- Keep
skillhub.index.jsonand each packageskill.yamlaligned. - Every registry-local source path must stay relative and point to a directory with
SKILL.md. - Use stable identities in
namespace/nameform. - Set
targetsonly to runtimes the skill is actually written for. - Featured entries must have useful descriptions, tags, and review metadata.
- Run registry validation and a real install smoke test before publishing.
Required Checks
skillhub registry add local hub <registry-path>
skillhub registry sync hub
skillhub registry index validate hub
skillhub catalog featured --registry hub
skillhub install hub/<identity>
Review Focus
- Duplicate identities.
- Stale versions.
- Broken source paths.
- Vague descriptions.
- Private content in public skills.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 11d ago First seen · 31 lines · 0 tokens per session scan A 145206b91fb5
registry-maintainer is a skill published in the GitHub repository CassianFlorin/skill-hub-registry (2 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 198 tokens. 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.
Other skills, from other repositories
skillsmith
Discover, install, compare, and manage Claude Code skills. Search the registry, get recommendations, validate skill quality, and manage your installed skills.
crucible
Write solid unit tests using property-based testing and mutation testing. Use whenever unit tests are being written, fixed, audited, or reviewed in a TypeScript project; whether the user asks directly or test-writing occurs as a step inside another workflow (TDD, feature implementation, bug fixing, code review). Also…
find-skills
Discover and recommend skills from the registry based on task requirements - search installed skills, suggest matching skills for current task, and browse skill categories.
k8s-image-pull
A Kubernetes troubleshooting workflow for ImagePullBackOff, a status meaning that a cluster cannot pull a container image and keeps retrying.
claude-md-improver
Audit and improve CLAUDE.md files in repositories. Use when user asks to check, audit, update, improve, or fix CLAUDE.md files. Scans for all CLAUDE.md files, evaluates quality against templates, outputs quality report, then makes targeted updates. Also use when the user mentions "CLAUDE.md maintenance" or "project…
gke-reliability
Improves GKE workload reliability, using PDBs, health probes, and topology spread constraints. Use when configuring GKE workload reliability, setting up PDBs, or configuring GKE health probes (liveness, readiness, startup). Don't use for disaster recovery setup or full cluster backups (use gke-backup-dr instead).