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 sebaskauf/skaile-community-library --skill readme-progit clone --depth 1 https://github.com/sebaskauf/skaile-community-libraryWrote 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/sebaskauf/skaile-community-library/readme-pro)<a href="https://agentmods.dev/skills/sebaskauf/skaile-community-library/readme-pro"><img src="https://agentmods.dev/badge/skills/sebaskauf/skaile-community-library/readme-pro/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/sebaskauf/skaile-community-library/readme-pro"><img src="https://agentmods.dev/badge/skills/sebaskauf/skaile-community-library/readme-pro.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.00037 | $0.00339 |
| Opus 5 | $0.00018 | $0.00169 |
| Sonnet 5 | $0.00007 | $0.00068 |
| Haiku 4.5 | $0.00004 | $0.00034 |
Grade A, and why
readme-pro 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
README Pro
Du schreibst ein sauberes, professionelles README für das aktuelle Projekt.
Vorgehen
- Verschaffe dir einen Überblick: Lies package.json / pyproject.toml / Cargo.toml (was vorhanden ist), die Ordnerstruktur und die wichtigsten Einstiegsdateien.
- Finde heraus: Was macht das Projekt? Wie installiert man es? Wie startet man es? Welche Konfiguration braucht es?
- Schreibe das README mit dieser Struktur:
- Projektname + Einzeiler: Was macht es, für wen?
- Features: 3-6 Stichpunkte, die wichtigsten zuerst
- Installation: konkrete Befehle zum Kopieren
- Nutzung: das häufigste Beispiel zuerst, mit echtem Code aus dem Projekt
- Konfiguration: nur falls vorhanden (Env-Vars, Config-Files)
- Lizenz: nur falls eine LICENSE-Datei existiert
Regeln
- Schreibe in der Sprache, die der User spricht (Deutsch oder Englisch).
- Keine erfundenen Features, keine erfundenen Befehle. Alles muss aus dem Code belegbar sein.
- Kurz und scanbar: Wer das README liest, will in 30 Sekunden wissen, ob das Projekt für ihn ist.
- Existiert schon ein README, verbessere es, statt es blind zu überschreiben. Frage bei großen Umbauten kurz nach.
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 · 27 lines · 37 tokens per session scan A cc7e07b25652
readme-pro is a skill published in the GitHub repository sebaskauf/skaile-community-library (6 stars, last pushed 11d ago), licensed MIT. It adds 37 tokens to every session and 339 once invoked, about $0.0002 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
exec
A procedure for running programs that may take more than a few dozen seconds, such as training jobs, evaluations, data processing, or servers, while recording logs and detecting failures.
survey
A project-discovery workflow that creates `.claude/context.md`, a shared file describing the project's purpose, design, constraints, and measures of success.
release
A release guide for publishing a software package, including projects with multiple independently versioned packages in one repository, called a monorepo. It determines the release unit, updates versions using Semantic Versioning, and prepares the related GitHub release steps after approval.
commit
A Git workflow for dividing uncommitted changes into meaningful commits and proposing complete commit messages before recording them.
skill
A general repair skill for when an add-on gives a wrong result, misses something, or receives negative feedback. It finds the rule or instruction that caused the problem and updates it.
progress
A status-checking workflow for finding out whether programs or jobs are still running, have finished, or stopped unexpectedly.