Skill'ler
Bir AI product lead olarak her gün çalıştırdığım yedi skill: fikri keskinleştir, kod yazmadan önce kapıdan geçir, bitince modülü, ekranı ve bundle'ı denetle. Tahmin değil ölçüme dayalı.
Kurulum
Claude Code, plugin olarak (güncellemeler kendiliğinden gelir):
/plugin marketplace add giraybatiturk/skills
/plugin install giraybatiturk-skills@giraybatiturk
Codex ve diğer ajanlar, ya da düzenlenebilir kopya:
npx skills@latest add giraybatiturk/skills
Plugin skill'lerini Claude Code ad alanıyla listeler (/giraybatiturk-skills:real-grill). Kısa /real-grill biçimi için skill klasörlerini ~/.claude/skills altına linkle; tek satırlık komut README'de.
Nereden başlanır
Üç aşama. Kapı ile denetim arasında kodu kendi akışınla yazarsın; Claude Code'un code review, TDD ve hata ayıklama skill'leri orayı zaten karşılıyor.
- fikir
/real-grillsessizce varsayılan hiçbir şey kalmayana kadar röportaj; --docs ADR ve sözlük bırakır - kapı
/real-feature-gatebeş başlık, sekiz sınıf senaryo, onay; kod yok - denetim
/real-module-audit → /real-design-audit → /real-perf-auditmodül, ekran, bundle; bu sırayla
Fikir ve kapı tek bağlam penceresinde kalır. Yolda lazım olan bir olgu için /real-research. Her arayüz işinde real-design-rules kendiliğinden yüklenir.
Öne çıkanlar
/real-feature-gate yeni sekmede açılırRuns 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 yeni sekmede açılırAudits 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 yeni sekmede açılırAudits 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 yeni sekmede açılırGrill 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.
Skill seti
Ürün kapısı ve denetimler
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.
Tasarım
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.
Mühendislik
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.
Başında eğik çizgi olan skill'i sen yazarsın; olmayanı konu eşleşince model kendisi yükler.
Kaynak: github.com/giraybatiturk/skills yeni sekmede açılır · v0.5.0 · 2026-09-09 · /real-grill ve /real-research mattpocock/skills uyarlaması (MIT) yeni sekmede açılır