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 cabaynes/charles-claude-skills --skill skill-dictgit clone --depth 1 https://github.com/cabaynes/charles-claude-skillsWrote 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/cabaynes/charles-claude-skills/skill-dict)<a href="https://agentmods.dev/skills/cabaynes/charles-claude-skills/skill-dict"><img src="https://agentmods.dev/badge/skills/cabaynes/charles-claude-skills/skill-dict/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/cabaynes/charles-claude-skills/skill-dict"><img src="https://agentmods.dev/badge/skills/cabaynes/charles-claude-skills/skill-dict.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.00059 | $0.00719 |
| Opus 5 | $0.00030 | $0.00360 |
| Sonnet 5 | $0.00012 | $0.00144 |
| Haiku 4.5 | $0.00006 | $0.00072 |
Grade A, and why
skill-dict 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.
How it starts
The opening of the file, as written. The whole thing — 60 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/skill-dict — Personal skill library at ~/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
└── *.md
The skill has 5 subcommands. Pick the one matching the user's argument; if none was given, ask which.
Subcommands
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)
- Locate the file: try
plugins/<name>.mdfirst, thenauthored/<name>.md. UseGlobif the user used a partial name. - If multiple matches, ask via
AskUserQuestion. - If no match, tell the user and suggest
/skill-dict listto see what's available. - Read just that one file with
Readand print it. Do NOT read other library files.
sync
Reconcile the library against installed plugins + user-authored skills. Idempotent. See references/sync.md for the full algorithm.
check-updates
Read-only audit comparing installed plugin versions to upstream sources. See references/check-updates.md for the full flow.
add <name>
Interactive guided add for self-authored skills. See references/add.md for the questions and template.
General rules
- Never read more than one library entry file in a single invocation unless the user explicitly asks for "all entries" — the whole point is to keep context cost low.
- Never delete or move existing library files without explicit user confirmation.
synconly adds. - Never auto-fill the user's "Where I use it" / "Why I kept it" sections from external assumption — those are your own notes. Stubs leave them empty.
- No git commits. The CLAUDE workspace root is not a git repo. Don't try.
- Preserve hand-edits. When
syncfinds an existing file, do not modify it — even if the manifest disagrees oninstalled:orversion:. your edits win.
What ships with it
5 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 · 60 lines · 59 tokens per session scan A 676025c747b9
skill-dict is a skill published in the GitHub repository cabaynes/charles-claude-skills (1 stars, last pushed yesterday), licensed MIT. It adds 59 tokens to every session and 719 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
shipkit-work-memory
Log session progress and save resume state. Infers from conversation and git. Triggers: 'log progress', 'session summary', 'checkpoint', 'save progress', 'end session'.
session-update
Use when the user says "update session", "log progress", "checkpoint session", or invokes /session-update — especially before /clear or handoff.
content-hash-cache-pattern
Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.
i-have-adhd
Shape output for a reader with ADHD: lead with the next action, number multi-step work, restate state across turns, suppress tangents, give specific time estimates, make wins visible. Invoke with /i-have-adhd; stays on until "stop adhd mode".
memstack-automation-n8n-workflow-builder
Use this skill when the user says 'n8n workflow', 'build a workflow', 'automation workflow', 'connect services', or needs visual workflow design with node mapping, data transformations, and error handling for n8n. Do NOT use for standalone webhook endpoints or cron jobs.
update-turbo
Update installed Turbo skills from the local repo with a dynamic changelog, conflict resolution for customized skills, and guided user experience. Use when the user asks to "update turbo", "update turbo skills", "reinstall turbo", or "upgrade turbo".