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 skill-authoring-guidegit 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/skill-authoring-guide)<a href="https://agentmods.dev/skills/cassianflorin/skill-hub-registry/skill-authoring-guide"><img src="https://agentmods.dev/badge/skills/cassianflorin/skill-hub-registry/skill-authoring-guide/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/skill-authoring-guide"><img src="https://agentmods.dev/badge/skills/cassianflorin/skill-hub-registry/skill-authoring-guide.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.00174 |
| Opus 5 | $0.00000 | $0.00087 |
| Sonnet 5 | $0.00000 | $0.00035 |
| Haiku 4.5 | $0.00000 | $0.00017 |
Grade A, and why
skill-authoring-guide 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 10d 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
Skill Authoring Guide
Use this skill when creating or reviewing a skill-hub compatible skill package.
Instructions
- Keep the skill focused on one repeatable workflow.
- Put durable instructions in
SKILL.md. - Put reusable examples, checklists, or scripts under
references/,scripts/, orassets/. - Include a
skill.yamlwith name, namespace, version, description, entry, targets, and tags. - Prefer small, testable workflows over broad general-purpose prompts.
- Before publishing, install the skill locally and verify its entry file can be deployed to the intended runtime.
Checklist
- The skill has a clear trigger.
- The instructions tell the agent what to do and what not to do.
- The package avoids private credentials and local-only paths.
- The version is updated when behavior changes.
What ships with it
2 files 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.
- 10d ago First seen · 20 lines · 0 tokens per session scan A 5622ccf087d3
skill-authoring-guide 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 174 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…
agent-platform-rag-engine-management
Manage and query Agent Platform RAG Engine Corpora and retrieve grounded contexts using the Google GenAI SDK. Use when listing RAG corpora or files, inspecting a corpus, retrieving contexts, or generating content grounded in a RAG corpus. Do not use for standard database queries (use SQL/Spanner skills), Google…