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 JeonJe/claude-plugins --skill skill-auditgit clone --depth 1 https://github.com/JeonJe/claude-pluginsWrote 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/jeonje/claude-plugins/skill-audit)<a href="https://agentmods.dev/skills/jeonje/claude-plugins/skill-audit"><img src="https://agentmods.dev/badge/skills/jeonje/claude-plugins/skill-audit.svg" alt="Measured on agentmods" 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.00067 | $0.00785 |
| Opus 5 | $0.00034 | $0.00392 |
| Sonnet 5 | $0.00013 | $0.00157 |
| Haiku 4.5 | $0.00007 | $0.00078 |
Grade A, and why
skill-audit 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill Audit
Audit Claude skills and commands before sharing. Applies Anthropic skill best practices and reports quality, safety, and publish readiness.
Source of truth:
Input
$ARGUMENTS: Optional target name and/or flags.
Argument Parsing Rules
Parse $ARGUMENTS in this order:
- Detect supported flags first.
- Remaining non-flag token (if any) is treated as target name.
- If multiple non-flag tokens exist, join with spaces as the target name.
Supported flags:
--include-user-home: Include~/.claude/*paths in audit scope.--project-only: Force project-only scope (default).
Conflict handling:
- If both flags present,
--project-onlywins. - Unknown flags MUST be reported as warnings and ignored.
Scope Defaults
Default behavior is privacy-safe for sharing prep:
- Scan project-local paths only:
.claude/skills/,.claude/commands/
Optional expanded scan (explicit opt-in):
--include-user-home: also scan~/.claude/skills/,~/.claude/commands/
Use Cases
| Input | Scope | Output |
|---|---|---|
/skill-audit |
All project skills/commands | Summary table + prioritized fixes |
/skill-audit my-skill |
Single target (deep audit) | Detailed checklist + rewrite suggestions |
/skill-audit --include-user-home |
Project + user-level paths | Cross-scope quality report + conflict notes |
Files
- read:
rubric/scoring.md(6-category rubric + scoring consistency rules) - read:
rubric/security-checks.md(security/sharing checks + anti-patterns) - read:
templates/output-format.md(output format template)
Grades
- A (90-100): Ready to share
- B (80-89): Share after minor fixes
- C (70-79): Needs targeted rewrite
- D (<70): Redesign before sharing
Workflow
- Discover targets from selected scope.
- Detect naming/trigger collisions.
- Read
rubric/scoring.mdand score with the 6-category rubric. - Apply anti-pattern deductions from
rubric/security-checks.md. - Run security/share checks.
- Verify score bounds (0-100). If out of range, clamp to 0-100 and report calculation error.
- Report findings using
templates/output-format.md. - If user requests fixes: apply → re-audit → verify score improved → repeat until grade A or user satisfied.
What ships with it
3 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.
- 6d ago First seen · 77 lines · 67 tokens per session scan A ff8791f59aba
skill-audit is a skill published in the GitHub repository JeonJe/claude-plugins (3 stars, last pushed 1mo ago), licensed MIT. It adds 67 tokens to every session and 785 once invoked, about $0.0003 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.
Other skills, from other repositories
solr-extending
To build Solr plugins: SearchComponent, QParser, URP, DocTransformer.
doctor
Check ryk installation, policy status, host integration status, and plugin readiness.
ryk-doctor
Check ryk installation, policy status, host integration status, and plugin readiness.
init
Create or repair an ryk policy for the current repository.
protect
Explain how to run the current Claude Code workflow under ryk protection.
redteam
Run ryk red-team fixtures and summarize results.