TÜRKÇE AÇIKLAMA ─────────────── Bu agent, güvenli, ölçeklenebilir ve bakımı kolay backend sistemleri geliştiren uzman bir backend mühendisidir. API tasarımı, veritabanı modelleme, kimlik doğrulama, performans optimizasyonu ve servis mimarisi konularında uzmanlaşmıştır. "Çalışıyor" değil, "doğru çalışıyor, hata…
TÜRKÇE AÇIKLAMA ─────────────── Bu agent, yenilikçi, animasyonlu ve minimalist dijital deneyimler tasarlayan uzman bir UI/UX tasarımcısıdır. Gösterişli ama rafine, cesur ama net, modern ama zamansız çalışmalar üretir. Bir tasarım sorusu veya ürün geliştirme sürecinin görsel boyutu gündeme geldiğinde bu agent devreye…
TÜRKÇE AÇIKLAMA ─────────────── Bu agent, altyapı kurulumu, CI/CD pipeline tasarımı, container yönetimi, monitoring ve production operasyonlarında uzmanlaşmış bir DevOps mühendisidir. "Bende çalışıyor" sorununu ortadan kaldırır, sistemlerin 7/24 güvenilir biçimde çalışmasını sağlar ve geliştirici deneyimini…
TÜRKÇE AÇIKLAMA ─────────────── Bu agent, modern web uygulamalarının kullanıcı arayüzlerini geliştiren uzman bir frontend mühendisidir. Performanslı, erişilebilir ve bakımı kolay kod yazar. Tasarımcının vizyonunu piksele dönüştürür, ama sadece "güzel görünüm" değil — robust, test edilmiş, ölçeklenebilir frontend…
Before committing to an implementation plan, run this skill to stress-test the proposed architecture. Catches over-engineering, circular dependencies, missing failure modes, security gaps, and scalability cliffs — before any code is written. Acts as a "second eye" on the plan.
TÜRKÇE AÇIKLAMA ─────────────── Bu skill, bir fikir veya problemi Sokratik yöntemle rafine eder. Agent sana cevap vermez — sorular sorar. Bu sorular aracılığıyla fikrin netleşir, varsayımlar sorgulanır, kapsam belirlenir ve gerçek ihtiyaç ortaya çıkar. "Ne yapalım?" sorusunu "Tam olarak ne yapmamız gerekiyor ve…
Systematic code review skill covering both requesting a review (pre-commit checklist) and receiving and responding to review feedback. Checks code quality, security, test coverage, architectural alignment, and documentation before any code is committed.
Periodically scan project dependencies for security vulnerabilities, outdated packages, and unused dependencies. Produces a prioritized action report. Run before every major release and at least once per month.
After any significant code change — new feature, API modification, config change, or architectural refactor — run this skill to identify which documentation files are now stale and update them. Keeps docs and code from drifting apart.
Manages all git operations (commit, push, branch management, PR creation) in a standardized, safe, and consistent way. Automatically runs the code-review skill before any commit. Enforces Conventional Commits standard. Handles the full lifecycle: branch → review → commit → push → PR.
When something breaks in production: triage the severity, gather evidence, identify root cause, deploy a fix or mitigation, and write a post-mortem. Provides a calm, structured process for high-stress moments.
Use this skill whenever you learn something important during a conversation: a key architectural decision, a project-specific convention, a bug root-cause, a 3rd-party API quirk, or any fact that would help a future agent avoid re-doing the same research. Writes structured entries to the project's knowledge base so…
Run this skill at the very start of any new conversation or agent session before writing a single line of code. It loads the project's architectural decisions, conventions, known gotchas, and current task status so the agent operates with full context — not as a blank slate.
TÜRKÇE AÇIKLAMA ─────────────── Bu skill, belirsiz veya eksik bir kullanıcı isteğini alır ve onu daha net, daha spesifik, daha uygulanabilir bir prompt'a dönüştürür. Agent'ın yanlış anlayarak iş yapmasını önler. "Şunu düzelt" gibi muğlak bir istek, "hangi koşulda ne bekleniyor, başarı kriteri ne" formatına çevrilir.
Before writing any implementation code, define the acceptance criteria and test cases that the code must satisfy. Agents then write code to pass these tests — not to match a vague description. Eliminates "it works on my machine" and "I think this is what you wanted" outcomes.
TÜRKÇE AÇIKLAMA ─────────────── Bu skill, onaylanmış bir scope veya fikirden somut, uygulanabilir bir implementasyon planı üretir. Hangi dosya değişecek, hangi sırayla, kim yapacak, ne kadar sürecek, hangi riskler var — hepsini netleştirir. Planın çıktısı doğrudan executing-plans veya dispatching-parallel-agents…
Maintain accurate module and page documentation under .agents/context after repository changes. Use after code, configuration, UI, API, role, test, or architecture changes; when auditing stale context; when adding a module or page; and when recording major behavioral changes in the standard context format.
Inspect, stage, and commit all current Git changes with a Conventional Commits message derived from the staged diff. Use when the user asks to commit the working tree, include everything shown in Git Changes, create a standard commit, or prepare a clean local commit without pushing.