llm-wiki-skill-doctor

llm-wiki-skill-doctor is a skill for Claude Code, Codex from po4yka/llm-wiki-skills. It costs 57 tokens per session (859 once invoked), scanned A, original, MIT.

A checker for SKILL.md files, which are instruction files that teach coding agents how to perform tasks. It reviews skills for clarity, overlap, unsafe access, outdated claims, and supply-chain risks.

In plain words
What is it for?
Use it before publishing or editing agent skills, when reviewing a skill with vague instructions, or when checking many skills and an optional skills.sh.json release file.
Why use it?
It helps catch confusing triggers, duplicated responsibilities, risky permissions, and stale information before skills are shared or installed. It can either report problems or patch them.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code; mentions Codex; mentions OpenCode.

Good fit Use it before publishing or editing agent skills, when reviewing a skill with vague instructions, or when checking many skills and an optional skills.sh.json release file.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/po4yka/llm-wiki-skills/llm-wiki-skill-doctor
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 po4yka/llm-wiki-skills --skill llm-wiki-skill-doctor
Clone the repo
git clone --depth 1 https://github.com/po4yka/llm-wiki-skills

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 llm-wiki-skill-doctor

README.md
[![agentmods](https://agentmods.dev/badge/skills/po4yka/llm-wiki-skills/llm-wiki-skill-doctor/github.svg)](https://agentmods.dev/skills/po4yka/llm-wiki-skills/llm-wiki-skill-doctor)
Your own site
<a href="https://agentmods.dev/skills/po4yka/llm-wiki-skills/llm-wiki-skill-doctor"><img src="https://agentmods.dev/badge/skills/po4yka/llm-wiki-skills/llm-wiki-skill-doctor/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.

agentmods 80×15 button for llm-wiki-skill-doctor

Your own site · 80×15
<a href="https://agentmods.dev/skills/po4yka/llm-wiki-skills/llm-wiki-skill-doctor"><img src="https://agentmods.dev/badge/skills/po4yka/llm-wiki-skills/llm-wiki-skill-doctor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 859 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.00057 $0.00859
Opus 5 $0.00028 $0.00430
Sonnet 5 $0.00011 $0.00172
Haiku 4.5 $0.00006 $0.00086

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

Security

Grade A, and why

llm-wiki-skill-doctor 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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/audit-skills.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/llm-wiki-skill-doctor/SKILL.md · 105 lines

How it starts

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

LLM-Wiki Skill Doctor

Goal

Improve the quality, safety and discoverability of Agent Skills before they are installed or distributed.

When to use

  • Before publishing a new or edited SKILL.md in skills/ to catch frontmatter, trigger-clarity, or smell issues early.
  • When a skill's description looks vague, overloaded, or likely to collide with another skill's triggers.
  • Before granting a skill broader permissions (shell, remote scripts, secrets) to check for supply-chain risk.
  • When preparing a batch of skills for distribution and skills.sh.json groupings need a release-readiness check.
  • When a skill body may contain stale or unverifiable claims that need re-verification against current sources before shipping.

Inputs

  • One or more skills/*/SKILL.md files.
  • Optional skills.sh.json.
  • Agent targets: Claude Code, Codex, Cursor, OpenCode, etc.
  • Desired mode: report-only or patch.

Procedure

1. Run deterministic validation

node scripts/audit-skills.mjs <project-root-or-skills-dir>

The bundled script is read-only and accepts a project root, a skills/ directory or a single skill directory. Do not re-derive its checks by hand; re-run it instead. It reports:

  • structure: frontmatter validity, name matching the directory, name pattern, description presence and length bounds;
  • metadata conventions: license, compatibility, author, version, install_scope, deprecation contract;
  • skill smells: overlong body, missing recommended sections, volatile current-state claims without browse instruction, destructive writes without dry-run language;
  • trigger collisions: pairwise description-overlap ratios;
  • self-containment: repository-root references, npm run commands and missing local scripts/, references/ or assets/ files in self-contained skills;
  • package metadata: every skill listed in skills.sh.json, no grouping references a missing skill.

Use --strict to fail on warnings in CI.

2. Judge what the script cannot

Read the full file on GitHub · 105 lines

Files

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.

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. 12d ago First seen · 105 lines · 57 tokens per session scan A 5a96c66ad275

Subscribe to this mod's changes

llm-wiki-skill-doctor is a skill published in the GitHub repository po4yka/llm-wiki-skills (3 stars, last pushed 19d ago), licensed MIT. It adds 57 tokens to every session and 859 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.

Related

Other skills, from other repositories

mstar-coding-behavior

A set of coding guidelines for implementation, debugging, refactoring, and code review. It emphasizes understanding the code first, making small focused changes, reproducing bugs before fixing them, and checking feedback with evidence.

btspoony/mstar-harness · 236 tokens

architecture-review

Surfaces architectural friction in real code — shallow modules, tight coupling, untested seams — and proposes deepening refactors using Ousterhout's deep-module principle (small interface hiding a large implementation). Use when the founder says 'architecture review', 'find shallow modules', 'architectural friction'…

assafkip/kipi-system · 105 tokens

steel-quench

All-angle verification meta-skill for near-complete artifacts. Turns vague design anxiety into structured challenger waves using fh-commons:quench-challenger, then drives defense and convergence until root weaknesses, residual risks, and added complexity are explicit. Covers standard attack/defense rounds, optional…

chrono-meta/forge-harness · 169 tokens

harness-pr-reviewer

Checks a submitted PR against the environment's baseline assets (CLAUDE.md, memory, naming, asset classification) and attaches a review comment with a merge recommendation. 5 steps — diff read, 8-area consistency check, self-catch, comment, merge recommendation.

chrono-meta/forge-harness · 61 tokens

anti-monolith-guard

Prevent mixed-responsibility modules and uncontrolled file growth.

Sistema2D/FrameCode-VibeWork · 17 tokens

code-hygiene-refactor

Select a bounded, behavior-preserving code-hygiene batch.

Sistema2D/FrameCode-VibeWork · 20 tokens