Skills für KI‑Agenten

Lizenz
MIT
Skills
3

Open-Source Agent Skills von Kopfwelt: Workflows für Claude und andere KI-Agenten — von Design-Thinking-Moderation bis zum reviewten Pull Request.

facilitation

Design Thinking

Selects the right design thinking method for the situation, renders it as an interactive canvas artifact, and analyzes the entered results to propose the next process step. Use whenever the conversation is about workshop planning, ideation, problem framing, user research, retrospectives, or prioritization — including phrases like "we're stuck", "how do I structure this workshop", "which method fits" (or German "wir kommen nicht weiter", "welche Methode passt") — even if "design thinking" is never mentioned. Canvases are rendered in the conversation language.

Ansehen

workflow

wip

Builds one board of everything you have in flight — open PRs, branches without a PR, stray worktrees, uncommitted work, review requests, parked handoffs — by deriving it from git and GitHub instead of from a list you maintain. Use whenever someone asks what they are working on, what is still open, what they forgot, where a thing stands, or says they have lost the overview across sessions, branches and repos (including German "was ist noch offen", "woran arbeite ich gerade", "ich verliere den Überblick", "was liegt noch rum"). Also use before starting something new, to check the WIP limit first.

Ansehen

workflow

ship

Takes work that exists only in the working tree all the way to a reviewed pull request — branch, commits, push, PR, merge-conflict resolution, code review with inline comments and applied fixes, and optionally an awaited GitHub Copilot review. Use whenever someone wants changes shipped, a PR opened, a branch pushed, review findings addressed, or conflicts with the base branch resolved (including German "commit und push", "mach einen PR draus", "bring das raus", "Konflikte auflösen", "Review-Findings einbauen"). Not for merging or releasing — it stops at a reviewed PR.

Ansehen

Installation

Claude CodeShell
claude plugin marketplace add kopfwelt/skills
claude plugin install kopfwelt-skills@kopfwelt
Der Marketplace muss einmalig hinzugefügt werden. Die Kennung nach dem @ ist sein Name, nicht der Repo-Pfad.
UpdateShell
claude plugin marketplace update kopfwelt
claude plugin update kopfwelt-skills
Beide Schritte — der erste holt den Repo-Stand, der zweite installiert ihn. Danach Claude Code neu starten, sonst bleibt ein neuer Skill unsichtbar.
Codex & andere AgentenShell
npx skills@latest add kopfwelt/skills

Für claude.ai lässt sich jeder Skill einzeln als Zip paketieren — die Anleitung steht in der jeweiligen Skill-Dokumentation.

Jetzt kennenlernen