skill-teilen

skill-teilen is a skill for Claude Code from sebaskauf/skaile-community-library. It costs 97 tokens per session (1,235 once invoked), scanned A, original, MIT.

Ein Assistent zum Einreichen eines Skills, Plugins oder einer Vorlage in die SKAILE-Community-Bibliothek. Er führt durch den nötigen GitHub-Ablauf, also das Teilen von Änderungen zur Übernahme in ein gemeinsames Projekt.

In plain words
What is it for?
Für das Teilen installierbarer Skills und Plugins sowie von CLAUDE.md-Dateien, Einstellungsbeispielen und Prompts in der Community-Bibliothek.
Why use it?
Du musst den Ablauf mit Forks, Dateien und Pull Requests nicht selbst organisieren. Der Einreichungsweg wird abhängig vom Beitragstyp festgelegt.

Skill for Claude Code

Written for Claude Code: Claude Code plugin machinery. Also seen: mentions CLAUDE.md.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node scripts/validate-structure.mjs ..

Part of the skill-teilen plugin — 1 skill shipped together

Good fit Für das Teilen installierbarer Skills und Plugins sowie von CLAUDE.md-Dateien, Einstellungsbeispielen und Prompts in der Community-Bibliothek.

Compare 6 skills from other repositories ↓
Install

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.

Clone the repo
git clone --depth 1 https://github.com/sebaskauf/skaile-community-library
agentmods
npx agentmods add skills/sebaskauf/skaile-community-library/skill-teilen

Made for: Claude Code.

Or install skill-teilen, the plugin that ships this one along with the rest of its 1 skill.

Wrote 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.

agentmods badge for skill-teilen

README.md
[![agentmods](https://agentmods.dev/badge/skills/sebaskauf/skaile-community-library/skill-teilen/github.svg)](https://agentmods.dev/skills/sebaskauf/skaile-community-library/skill-teilen)
Your own site
<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.

agentmods 80×15 button for skill-teilen

Your own site · 80×15
<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>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,235 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 11d ago against content hash 5cfdf2b6c58d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

plugins/skill-teilen/skills/skill-teilen/SKILL.md · 76 lines

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/ oder resources/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

  1. 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).
  2. 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 durch gh 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).

Read the full file on GitHub · 76 lines

Changes

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.

  1. 11d ago First seen · 76 lines · 97 tokens per session scan A 5cfdf2b6c58d

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories