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 Xakki/ai-agents-skills --skill abbreviationsgit clone --depth 1 https://github.com/Xakki/ai-agents-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/xakki/ai-agents-skills/abbreviations)<a href="https://agentmods.dev/skills/xakki/ai-agents-skills/abbreviations"><img src="https://agentmods.dev/badge/skills/xakki/ai-agents-skills/abbreviations/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/xakki/ai-agents-skills/abbreviations"><img src="https://agentmods.dev/badge/skills/xakki/ai-agents-skills/abbreviations.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.00061 | $0.00570 |
| Opus 5 | $0.00030 | $0.00285 |
| Sonnet 5 | $0.00012 | $0.00114 |
| Haiku 4.5 | $0.00006 | $0.00057 |
Grade A, and why
abbreviations 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 11d 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
abbreviations — naming & terse-writing dictionary
Single source of truth for standard abbreviations in names (vars / fns / classes / CSS classes / tokens) and terse text (comments, commit msgs, logs).
This policy, the canonical dictionary.tsv, and your local capture buffer
${ABBR_LOCAL:-$HOME/.config/abbr/local.tsv} (if it exists) are auto-injected
into every session — incl. subagents — by this plugin's SessionStart hook
(hooks/abbr-inject.sh). All of it is already in your context; you don't open
the files to look an abbr up. Never duplicate the dict anywhere else.
Policy
- Only mainstream, at-a-glance abbrs. Ones any dev recognizes on sight. No private / project / company jargon in the canonical dict (shared across all projects, no personal data). Dubious / local / stack-specific → spell the word out in full, don't add it.
- Names self-explain. A var / fn / class / CSS class / token must be clear from its name alone; if you must comment what a name means, rename it.
- Comments explain "why", not "what". Minimal comments — only a nontrivial edge case, a bug workaround, a hidden invariant. A good name needs no "what".
Disambiguation
The 2-col data file can't resolve ambiguity — pick the explicit form, don't guess:
res— if a module already usesres=resource, userespfor response.acc— accumulator vs account: on any risk of confusion, spell it out.tx— transaction (the default); in net/radio code spell out transmit/text.mux— mutex vs multiplexer (HTTP router): qualify by context.ns— namespace vs nanosecond: pick the explicit name.refvsptr—ref= logical reference/key,ptr= pointer.
Growing the dictionary
Coined or hit a genuinely mainstream abbr missing from both files → append it to the capture buffer, and periodically promote buffer rows into canonical. Full flow (buffer format, append snippet, promotion steps) → growing.md.
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.
- 11d ago First seen · 49 lines · 61 tokens per session scan A 3900a087812d
abbreviations is a skill published in the GitHub repository Xakki/ai-agents-skills (6 stars, last pushed 20d ago), licensed MIT. It adds 61 tokens to every session and 570 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
openpanel
Query self-hosted OpenPanel analytics — funnel counts, unique users, breakdowns by os/country/path, raw events. Use whenever analytics numbers are needed: funnel conversion, visitor counts, event counts over a window, period-over-period deltas, "how many signups/checkouts/sessions", or any /darkflow:analytics-review…
taiyi-evolve
A workflow skill that compares the implemented code with the frozen design after development and testing. It records architecture changes and proposes updates to DESIGN.md, the document describing the intended system structure.
taiyi-diagram-c4
A code-scanning tool that builds C4 architecture documents from a repository. It separates facts observed in the code from conclusions inferred about the design and uses Mermaid diagrams as the source format.
docs
Use when documentation generally needs to catch up with a branch before pushing or merging, covering internal developer docs, external customer-facing docs, and release notes together — "update the docs", "do a docs pass before I merge", "make sure everything's documented". Prefer this when no single documentation…
legal-risk-assessment
Structure legal-risk reviews by issue, rule source, likelihood, impact, evidence, uncertainty, controls, and escalation.
skill-pack-builder
Create, validate, package, and optionally install original KunAgent skills.