Skills
Die sieben Skills, die ich als AI Product Lead täglich nutze: die Idee schärfen, vor dem Code durchs Gate, danach Modul, Screen und Bundle prüfen. Gebaut auf Messung statt Vermutung.
Installation
Claude Code als Plugin (Updates kommen automatisch):
/plugin marketplace add giraybatiturk/skills
/plugin install giraybatiturk-skills@giraybatiturk
Codex und andere Agenten, oder eine editierbare Kopie:
npx skills@latest add giraybatiturk/skills
Plugin-Skills bekommen von Claude Code einen Namensraum (/giraybatiturk-skills:real-grill). Für die kurze Form /real-grill die Skill-Ordner nach ~/.claude/skills verlinken; der Einzeiler steht im README.
Orientierung
Drei Stufen. Zwischen Gate und Prüfung baust du mit deinem eigenen Ablauf; Code-Review, TDD und Debugging deckt Claude Code bereits ab.
- Idee
/real-grillInterview, bis nichts mehr stillschweigend angenommen wird; --docs hinterlässt ADRs und ein Glossar - Gate
/real-feature-gatefünf Überschriften, acht Szenarioklassen, Freigabe; noch kein Code - Prüfen
/real-module-audit → /real-design-audit → /real-perf-auditModul, Screen, Bundle; in dieser Reihenfolge
Idee und Gate bleiben in einem Kontextfenster. Ein Fakt unterwegs: /real-research. Jede UI-Arbeit lädt real-design-rules von selbst.
Ausgewählt
/real-feature-gate wird in einem neuen Tab geöffnetRuns BEFORE any code for a new feature. Discovers intent, measures what exists today, and puts scenarios plus five scope headings up for approval. No file is opened until the user approves.
/real-module-audit wird in einem neuen Tab geöffnetAudits a built feature or module against user scenarios. Finds the missing cases by MEASURING the code and the backend contract; produces scenarios in eight classes, a permission matrix, and a priority order.
/real-design-audit wird in einem neuen Tab geöffnetAudits one screen against the project's DESIGN.md from a screenshot plus the code, scores it across 9 dimensions, and fixes on approval. Runs when a screen is done.
real-grill wird in einem neuen Tab geöffnetGrill the user relentlessly about a plan, decision, or idea until nothing is silently assumed. Use when the user wants to stress-test their thinking or says 'grill'. With `--docs`, also writes ADRs and a glossary as decisions settle.
Das Skill-Set
Produkt-Gate und Prüfungen
Runs BEFORE any code for a new feature. Discovers intent, measures what exists today, and puts scenarios plus five scope headings up for approval. No file is opened until the user approves.
Audits a built feature or module against user scenarios. Finds the missing cases by MEASURING the code and the backend contract; produces scenarios in eight classes, a permission matrix, and a priority order.
Measures bundle and load performance against a budget, finds where an overrun comes from, and applies the fix recipes. Runs when a dependency is added and before release.
Design
Audits one screen against the project's DESIGN.md from a screenshot plus the code, scores it across 9 dimensions, and fixes on approval. Runs when a screen is done.
Binding baseline rules for any UI work (token discipline, forms, states, accessibility, UX writing). Load for any screen, component, form or visual task. The project's own DESIGN.md takes precedence.
Engineering
Grill the user relentlessly about a plan, decision, or idea until nothing is silently assumed. Use when the user wants to stress-test their thinking or says 'grill'. With `--docs`, also writes ADRs and a glossary as decisions settle.
Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent.
Mit Schrägstrich tippst du den Skill; ohne lädt ihn das Modell, wenn das Thema passt.
Quelle: github.com/giraybatiturk/skills wird in einem neuen Tab geöffnet · v0.5.0 · 2026-09-09 · /real-grill und /real-research adaptiert von mattpocock/skills (MIT) wird in einem neuen Tab geöffnet