skill-dict — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited skill-dict (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
~/skills-library/You maintain a hand-curated catalog of every Claude Code skill you've installed or authored. One markdown file per parent unit (a plugin or top-level user-authored skill). Sub-skills inside a plugin live inside the parent's entry, not as separate files.
Library root: ~/skills-library/
skills-library/
├── README.md ← overview, conventions, entry template
├── INDEX.md ← scannable table of all entries
├── plugins/ ← installed from marketplaces or npm
│ └── *.md
└── authored/ ← your own skills
└── *.mdThe skill has 5 subcommands. Pick the one matching the user's argument; if none was given, ask which.
list (inline)Print the contents of ~/skills-library/INDEX.md and stop. Do NOT read other files. The index is a single markdown table — that's the whole point of having it.
show <name> (inline)plugins/<name>.md first, then authored/<name>.md. Use Glob if the user used a partial name.AskUserQuestion./skill-dict list to see what's available.Read and print it. Do NOT read other library files.syncReconcile the library against installed plugins + user-authored skills. Idempotent. See [references/sync.md](references/sync.md) for the full algorithm.
check-updatesRead-only audit comparing installed plugin versions to upstream sources. See [references/check-updates.md](references/check-updates.md) for the full flow.
add <name>Interactive guided add for self-authored skills. See [references/add.md](references/add.md) for the questions and template.
sync only adds.sync finds an existing file, do not modify it — even if the manifest disagrees on installed: or version:. your edits win.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.