claude-skills

Agent Skills von LOGIN zur freien Nutzung - SKILL.md-Format fuer Claude Code, Claude-App und API

50
Stars
4
Forks
8/24/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/LOGIN-TB/claude-skills

Getting Started

Guides for using skills like claude-skills.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

LOGIN Claude Skills

Agent Skills zur freien Nutzung. Ein Skill ist eine Markdown-Datei mit Anweisungen, die Claude lädt, sobald sie zum jeweiligen Auftrag passt. Das Format folgt dem SKILL.md-Standard und funktioniert in Claude Code, in der Claude-App (claude.ai, Desktop, Cowork) und über die API.

Enthaltene Skills

vermenschlichen

Schreibregeln für deutsche Texte, die nicht nach KI klingen. Der Skill greift bei allem, was auf Deutsch geschrieben wird: Chat-Antworten, Berichte, Artikel, E-Mails, Zusammenfassungen, Social-Media-Posts. Direkt aufrufen kannst du ihn mit /vermenschlichen, etwa um einen vorhandenen Text zu überarbeiten.

Er unterbindet die Muster, an denen sich maschinell erzeugte Texte erkennen lassen: aufgeblähte Bedeutungszuschreibung, Werbesprache, vage Autoritäten („Studien zeigen"), gehäufte Gedankenstriche, mechanische Verbindungswörter, das Schema „nicht nur …, sondern auch", ausweichende Verben statt „ist/hat", erzwungene Synonym-Rotation, Fazit- und Herausforderungen-Bausteine, Inline-Header-Listen mit fetten Schlagwörtern, Chatbot-Zitierreste und Meta-Sätze über den eigenen Entwurf. Am Ende steht ein Selbstcheck, den Claude vor der Ausgabe durchgeht.

Dazu kommt, was oft übersehen wird: ein Abschnitt darüber, welche Merkmale gerade kein Hinweis auf KI sind (fehlerfreie Grammatik, förmlicher Ton, ein einzelnes Verbindungswort). Er verhindert, dass Texte beim Überarbeiten künstlich verschlechtert werden.

Grundlage sind die Sammlungen der Wikipedia-Communitys: Anzeichen für KI-generierte Inhalte (deutsch) und Signs of AI writing (englisch).

skills/vermenschlichen/SKILL.md

Installation

Claude Code

Das Repo als Plugin-Marketplace registrieren und das Plugin installieren:

/plugin marketplace add LOGIN-TB/claude-skills
/plugin install vermenschlichen@login-skills

Updates holst du dir mit /plugin marketplace update login-skills.

Claude Code, manuell

Skill-Ordner direkt kopieren, wahlweise persönlich oder pro Projekt:

git clone https://github.com/LOGIN-TB/claude-skills.git
cp -r claude-skills/skills/vermenschlichen ~/.claude/skills/

~/.claude/skills/ gilt für alle Projekte, .claude/skills/ im Projektordner nur dort und lässt sich mit dem Team versionieren.

Claude-App (claude.ai, Desktop, Cowork)

Custom Skills werden als ZIP hochgeladen. Der Ordnername im Archiv muss dem Skill-Namen entsprechen, sonst schlägt der Upload fehl.

cd skills
zip -r vermenschlichen.zip vermenschlichen

Danach unter claude.ai/customize/skills auf „+" → „Create skill" → „Upload a skill" und die ZIP-Datei auswählen. Hochgeladene Skills sind privat für den eigenen Account. Team- und Enterprise-Organisationen verteilen sie über die Organisationseinstellungen.

API

Über die Skills API lässt sich der Skill als Ressource anlegen und an Anfragen hängen.

Andere Agenten

SKILL.md ist ein offenes Format aus Markdown mit YAML-Frontmatter. Agenten ohne eigene Skill-Unterstützung nehmen den Text unterhalb des Frontmatters als System-Prompt oder Custom Instruction.

Aufbau des Repos

.claude-plugin/marketplace.json   Marketplace-Definition für Claude Code
skills/<skill-name>/SKILL.md      ein Ordner je Skill, Ordnername = Feld "name"

Jede SKILL.md beginnt mit einem Frontmatter-Block aus name und description. Der Name ist zugleich der Slash-Befehl, unter dem sich der Skill direkt aufrufen lässt. Die Beschreibung entscheidet darüber, ob Claude den Skill von sich aus im richtigen Moment lädt, und sollte deshalb benennen, was der Skill tut und wann er greifen soll.

---
name: skill-name
description: Was der Skill tut und wann er verwendet werden soll.
---

Beiträge

Fehler, Ergänzungen und neue Skills gern als Issue oder Pull Request. Details in CONTRIBUTING.md.

Lizenz

MIT

Frequently Asked Questions

What is claude-skills?

claude-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by LOGIN-TB. Agent Skills von LOGIN zur freien Nutzung - SKILL.md-Format fuer Claude Code, Claude-App und API. It has 50 GitHub stars.

Is claude-skills safe to use?

claude-skills's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.

How do I install claude-skills?

Clone the repository with "git clone https://github.com/LOGIN-TB/claude-skills" and add it to your Claude Code skills directory (see the Installation section above).

Are there alternatives to claude-skills?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claude-skills against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details