التثبيت
Claude Code كإضافة (التحديثات تصل تلقائيًا):
/plugin marketplace add giraybatiturk/skills
/plugin install giraybatiturk-skills@giraybatiturk
Codex وغيره من الوكلاء، أو نسخة قابلة للتعديل:
npx skills@latest add giraybatiturk/skills
يضع Claude Code مهارات الإضافات تحت مساحة اسم (/giraybatiturk-skills:real-grill). للصيغة القصيرة /real-grill اربط مجلدات المهارات داخل ~/.claude/skills؛ الأمر في README.
من أين تبدأ
ثلاث مراحل. بين البوابة والتدقيق تبني بسير عملك الخاص؛ مهارات Claude Code لمراجعة الكود وTDD والتصحيح تغطي ذلك.
- فكرة
/real-grillمقابلة حتى لا يبقى شيء مفترضًا بصمت؛ --docs يترك ADRs ومسردًا - بوابة
/real-feature-gateخمسة عناوين، ثماني فئات سيناريو، موافقة؛ لا كود بعد - تدقيق
/real-module-audit → /real-design-audit → /real-perf-auditالوحدة ثم الشاشة ثم الحزمة؛ بهذا الترتيب
الفكرة والبوابة تبقيان في نافذة سياق واحدة. حقيقة تحتاجها في الطريق: /real-research. أي عمل واجهة يلتقط real-design-rules تلقائيًا.
مختارات
/real-feature-gate يفتح في علامة تبويب جديدة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.
/real-module-audit يفتح في علامة تبويب جديدة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.
/real-design-audit يفتح في علامة تبويب جديدة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.
real-grill يفتح في علامة تبويب جديدة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.
مجموعة المهارات
بوابة المنتج والتدقيقات
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.
التصميم
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.
الهندسة
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.
المهارة التي تبدأ بشرطة مائلة تكتبها أنت؛ وبدونها يلتقطها النموذج عند تطابق الموضوع.
المصدر: github.com/giraybatiturk/skills يفتح في علامة تبويب جديدة · v0.5.0 · 2026-09-09 · /real-grill و /real-research مقتبسان من mattpocock/skills (MIT) يفتح في علامة تبويب جديدة