Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/sebaskauf/skaile-community-librarynpx agentmods add skills/sebaskauf/skaile-community-library/skill-teilenWrote 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/skill-teilen)<a href="https://agentmods.dev/skills/sebaskauf/skaile-community-library/skill-teilen"><img src="https://agentmods.dev/badge/skills/sebaskauf/skaile-community-library/skill-teilen/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/skill-teilen"><img src="https://agentmods.dev/badge/skills/sebaskauf/skaile-community-library/skill-teilen.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.00097 | $0.01235 |
| Opus 5 | $0.00048 | $0.00617 |
| Sonnet 5 | $0.00019 | $0.00247 |
| Haiku 4.5 | $0.00010 | $0.00123 |
Grade A, and why
skill-teilen 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.
How it starts
The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Skill teilen
Du reichst einen Skill oder eine Vorlage des Users in die SKAILE Community Skill-Library ein (Repo: sebaskauf/skaile-community-library). Du übernimmst den kompletten GitHub-Prozess. Der User muss nichts von Forks oder PRs verstehen.
Zwei Arten von Beiträgen:
- Skill/Plugin (installierbar via
/plugin install): folge den Schritten unten. - Vorlage/Datei (CLAUDE.md-Template, settings.json-Beispiel, Prompt): gleicher Ablauf, aber statt Schritt 3 legst du die Datei unter
resources/claude-md/,resources/settings/oderresources/prompts/ab (sprechender Dateiname, kebab-case). Oben in die Datei einen Kommentar-Block: was sie macht, für wen, Autor, wie man sie nutzt (Beispiel:resources/claude-md/beispiel-solo-projekt.md). Kein marketplace.json-Eintrag nötig.
Schritt 0: Voraussetzungen prüfen
gh --version— wenn die GitHub CLI fehlt: installiere sie für den User (macOS:brew install gh, Windows:winget install --id GitHub.cli, danach Terminal-Neustart nötig).gh auth status— wenn nicht eingeloggt: prüfe, ob der User schon einen GitHub-Account hat. Falls nein: schicke ihn auf https://github.com/signup (kostenlos, 2 Minuten) und warte, bis er fertig ist. Dann führe ihn durchgh auth login: GitHub.com → HTTPS → "Login with a web browser", Code im Browser eingeben. Das ist alles einmalig, danach läuft jede künftige Einreichung ohne Setup.
Schritt 1: Klären, was geteilt wird
Finde heraus (nachfragen falls unklar):
- Was: ein fertiger Skill (SKILL.md), ein ganzer Plugin-Ordner, oder Wissen/ein Prompt, das du erst als Skill verpacken sollst.
- Name: kebab-case, nur Kleinbuchstaben/Zahlen/Bindestriche, noch nicht in der Library vergeben (prüfe die marketplace.json im Repo).
- Beschreibung: 1 Satz was der Skill macht + bei welchen Anfragen er triggern soll.
- Autor-Name des Users für den Credit.
Schritt 2: Fork und Clone
gh repo fork sebaskauf/skaile-community-library --clone
In ein temporäres oder Projekt-Verzeichnis. Existiert der Fork schon, clone ihn und bringe main auf den neuesten Stand (git fetch upstream && git merge upstream/main, upstream ggf. hinzufügen).
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 · 76 lines · 97 tokens per session scan A 5cfdf2b6c58d
skill-teilen is a skill published in the GitHub repository sebaskauf/skaile-community-library (6 stars, last pushed 11d ago), licensed MIT. It adds 97 tokens to every session and 1,235 once invoked, about $0.0005 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.
complete
A skill for completing university assignments that contain several kinds of work, such as a report and a program. It divides the requirements between the appropriate skills and checks that the finished pieces agree with each other.
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.