Skip to main content
yldgio
ملف منشئ GitHub

yldgio

عرض على مستوى المستودعات لـ 87 skills مجمعة عبر 11 مستودعات GitHub.

skills مجمعة
87
مستودعات
11
محدث
2026-07-15
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

#01
vibe-grimoire
36 skills · 2026-07-15
مطوّرو البرمجياتمتخصصو إدارة المشاريعمحللو ضمان جودة البرمجيات والمختبرونالكتّاب التقنيونالمهن الحاسوبية الأخرىمحللو أمن المعلومات
8 فئات مهنية · 100% مصنفة
41%الحصة
#02
codereview-skills
16 skills · 2026-04-28
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمديرو الشبكات وأنظمة الحاسوبمطوّرو الويب
4 فئات مهنية · 100% مصنفة
18%الحصة
#03
oh-my-pbi
8 skills · 2026-04-02
مطوّرو البرمجياتعلماء البيانات
2 فئات مهنية · 100% مصنفة
9.2%الحصة
#04
see-crets
8 skills · 2026-03-27
متخصصو إدارة المشاريعمطوّرو البرمجيات
2 فئات مهنية · 100% مصنفة
9.2%الحصة
#05
vibe-vscode
7 skills · 2026-01-18
مطوّرو البرمجياتالمصممون الجرافيكيونفنانو المؤثرات الخاصة والمحركونمحللو أمن المعلوماتمهندسو شبكات الحاسوب
5 فئات مهنية · 100% مصنفة
8.0%الحصة
#06
vibe-training-sample-creator
5 skills · 2026-01-08
محللو أمن المعلوماتمحللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات
3 فئات مهنية · 100% مصنفة
5.7%الحصة
#07
pi-background-agents
2 skills · 2026-07-01
التصنيف قيد الانتظار
2.3%الحصة
#08
memento
2 skills · 2026-03-18
محللو أمن المعلوماتمطوّرو البرمجيات
2 فئات مهنية · 100% مصنفة
2.3%الحصة
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

المستودعات و skills الممثلة

implement-spec
مطوّرو البرمجيات

Autonomously implement a specification produced by the specify skill. Reads the spec document, builds a task queue in the session database, implements tasks in parallel where dependencies allow, runs deterministic checks, spawns adversarial verification (different model), and iterates until all evaluation criteria pass or convergence is reached. Use when the user has a spec document (from the specify skill or a similar structured spec) and wants it implemented with guaranteed quality verification. Trigger phrases: "implement this spec", "build this", "execute the spec", "implement-spec", "start implementation", "make it happen", or when the user points to a ./specs/*.md file and asks to build it. Also use when the user has just finished using specify and says "now build it", "go", or "implement".

2026-07-15
specify
مطوّرو البرمجيات

Guide the user through a structured specification process: define the goal, specify exactly what to build (and what NOT to build), and establish measurable evaluation criteria — all before implementation begins. Produces a living spec document. Use when the user has a goal or feature idea and wants to define the spec, says "specify this", "what's the spec", "define the specification", "how do I achieve this goal", "break this down", "what do I need to build", "write a spec", "define requirements", wants to create a specification with verification criteria, or has just finished using the-goal and wants to turn the goal into a precise, implementable specification. Also use when the user wants to define evaluation criteria before coding, or mentions "adversarial verification", "quality criteria", or "acceptance criteria".

2026-07-15
copilot-extension
المهن الحاسوبية الأخرى

Author, validate, and debug GitHub Copilot CLI extensions that add tools, commands, hooks, or session-event behavior. Use when creating or reviewing a Copilot CLI extension, wiring `joinSession`, deciding between project, user, or session scope, troubleshooting extension loading, or adding a custom Copilot CLI tool or slash command. Also use when the user wants a custom Copilot CLI extension scaffold or asks how extensions work.

2026-07-09
cowork-plugin-builder
مطوّرو البرمجيات

Interview the user step-by-step to gather every detail needed to build a Microsoft 365 Copilot Cowork plugin package (manifest.json + skills + optional MCP connectors), then produce a complete, self-contained build prompt the user can review or hand off for execution. Use when the user asks to "create a cowork plugin", "build a copilot plugin", "make a M365 copilot agent package", "package my skills as a plugin", "create a copilot agent with MCP", "build a plugin for copilot cowork", or "wizard me through a cowork plugin". Do NOT use for: creating a single personal skill (use the `skills` skill instead), installing an existing plugin, troubleshooting plugin uploads that already exist, or general M365 admin questions.

2026-06-22
the-goal
متخصصو إدارة المشاريع

Extract and clarify the real goal behind a feature, change, or idea through a focused interview. Inspired by Goldratt's *The Goal*. Use this skill whenever the user has a vague idea, a new feature request, or a change they want to make but the underlying goal is unclear, implicit, or too broad. Also use when the user says things like "I want to build X" without articulating why, or when scope creep is a risk and the real constraint needs to be identified first. This skill does not plan or solve — it only finds the goal.

2026-06-18
playbook-design
مطوّرو البرمجيات

Interview the developer about their workflow goals and produce a valid Playbook YAML file saved to ./playbooks/<name>.yml. A Playbook is a machine-executable workflow graph: Phases (logical groupings) containing Tasks (atomic executable units with inputs, outputs, dependencies, and success criteria). Trigger this skill when the user wants to design, create, edit, or author a repeatable multi-step agentic workflow. Covers the full interview → validate → save flow, including updating existing playbooks.

2026-06-03
playbook-execute
مطوّرو البرمجيات

Read a Playbook YAML file and execute its tasks: resolve !include prompts, substitute variables, validate schema, topologically sort, then execute independent tasks in parallel batches delegating each to the appropriate executor (agent or human). Handles on_failure rules (stop/skip/retry/ fallback), pauses on human executor tasks, and reports progress throughout. Trigger when the user says "run playbook", "execute playbook", or provides a path to a .yml playbook file.

2026-06-03
create-prd
مطوّرو البرمجيات

Create a PRD through user interview, codebase exploration, and module design, then submit as a GitHub issue, Azure DevOps work item, or local file. Use when the user wants to create or write a PRD, create a product requirements document, design a new feature, or capture requirements.

2026-06-03
عرض أهم 8 من أصل 36 skills مجمعة في هذا المستودع.
عرض أهم 8 من أصل 16 skills مجمعة في هذا المستودع.
power-bi-dax-optimization
مطوّرو البرمجيات

Ottimizza la struttura sintattica e le performance di formule DAX specifiche. Usa quando l'utente fornisce una misura o formula DAX concreta da migliorare, chiede "ottimizza questa misura", "come si scrive meglio in DAX", "questa formula è corretta", "aggiungi variabili", "divisione sicura", "best practices DAX". NON usare per diagnosi di performance di sistema — usa power-bi-performance-troubleshooting.

2026-04-02
power-bi-model-design-review
علماء البيانات

Conduce una design review dell'architettura del modello dati Power BI. Usa quando l'utente vuole validare schema, relazioni o storage mode, sta per andare in produzione, o chiede "rivedi il mio modello", "è ben strutturato", "ho relazioni problematiche", "pre-production check", "best practices modello", "star schema". NON usare per diagnosi attiva di lentezza — usa power-bi-performance-troubleshooting.

2026-04-02
power-bi-performance-troubleshooting
علماء البيانات

Diagnostica e risolve problemi di performance Power BI. Usa quando l'utente dice che il report è lento, il refresh impiega troppo, le query DAX sono pesanti, le visualizzazioni non rispondono, o chiede "perché è lento", "come velocizzare", "performance troubleshooting", "report takes forever to load", "DAX slow".

2026-04-02
power-bi-report-design-consultation
علماء البيانات

Guida la progettazione di report e dashboard Power BI con chart selection, layout, accessibilità e UX. Usa quando l'utente vuole progettare un nuovo report, scegliere il tipo di grafico giusto, migliorare layout di una dashboard, rendere un report accessibile, o chiede "quale chart usare", "come strutturare il layout", "design della dashboard", "best practice visualizzazione".

2026-04-02
pbi-dataflows
مطوّرو البرمجيات

Power Query M, Power BI Dataflows Gen1/Gen2, e Microsoft Fabric Data Pipelines. Usa quando l'utente lavora con trasformazioni dati, query M lente, dataflow in errore, gateway timeout, refresh che fallisce, vuole configurare output su Lakehouse, orchestrare pipeline Fabric, o chiede "query folding", "incremental refresh", "dataflow Gen2 vs Gen1", "pipeline Fabric", "M language", "Power Query ottimizzazione".

2026-04-02
git-workflow
مطوّرو البرمجيات

Operazioni git fondamentali per progetti Power BI / Fabric su Windows. Usa quando l'utente chiede di: creare un branch, cambiare branch, sincronizzare, aggiornare il branch, fare push, stashare il lavoro, salvare temporaneamente, clonare o inizializzare un repo — anche in italiano: "crea un branch", "cambia branch", "manda le modifiche", "sincronizza con main", "salva il lavoro temporaneamente", "aggiorna il branch", "stash". Include: Repo State Gate, rilevamento remoto (GitHub / Azure DevOps), guardrail di sicurezza, configurazione Windows. Delega la creazione commit a git-commit, PR/issue a gh-cli o az-devops-cli. Tutti i comandi sono PowerShell-native.

2026-04-02
git-commit
مطوّرو البرمجيات

Crea commit git semantici con messaggi Conventional Commits. Usa quando l'utente chiede di committare, salvare modifiche, o creare un commit — anche in italiano: "committa", "fai commit", "salva le modifiche su git", "crea un commit", "/commit", "metti in commit", "commit delle modifiche". Supporta: rilevamento automatico tipo/scope dal diff, generazione messaggio convenzionale, staging intelligente, trailer Co-authored-by obbligatorio, sintassi PowerShell nativa su Windows.

2026-04-02
documentation
مطوّرو البرمجيات

Generate and maintain documentation artifacts for Power BI / Fabric work. Every completed feature produces THREE artifacts together: PR description (from git log + diff), CHANGELOG.md entry (Keep a Changelog format), and a docs/{feature}.md design note. Also covers DAX measure documentation and model change notes. Load this skill whenever the user says "document this", "write up what I did", "write the PR description", "update the changelog", "add a changelog entry", "create release notes", "write the design doc", "document the measures", "write the PR body", "close out this feature", "documenta tutto", or after any feature work is complete and needs to be recorded. When the user asks to document a feature, always produce all three artifacts unless they explicitly ask for only one.

2026-04-02
implement-work
مطوّرو البرمجيات

End-to-end implementation workflow. Use when user wants to implement a feature, fix a bug, or make changes and have everything validated and committed to the codebase. This skill covers the entire implementation process from understanding requirements, exploring the codebase, writing code, testing, and committing changes.

2026-03-27
bun
مطوّرو البرمجيات

Use when building, running, testing, or bundling JavaScript/TypeScript applications. Reach for Bun when you need to execute code, manage dependencies, run tests, or bundle projects — it's a complete replacement for Node.js, npm, and build tools.

2026-03-21
create-prd
متخصصو إدارة المشاريع

Create a PRD through user interview, codebase exploration, and module design, then submit as a GitHub issue, Azure DevOps work item, or local file. Use when the user wants to create or write a PRD, create a product requirements document, design a new feature, or capture requirements.

2026-03-21
plan-from-prd
متخصصو إدارة المشاريع

Turn a PRD into a multi-phase, local Markdown implementation plan using tracer-bullet vertical slices, saved to ./plans/. Use when the user wants to create an implementation plan from a PRD, plan phases from a PRD, break a PRD into development phases, or mentions "tracer bullets" or "implementation phases". For creating tracker work items (GitHub Issues, Azure DevOps, Jira) use the prd-slice skill instead.

2026-03-21
prd-slice
متخصصو إدارة المشاريع

Break a PRD into independently-deliverable work items (vertical slices / tracer bullets) and create them in Azure DevOps, GitHub Issues, or Jira. Use when a user wants to convert a PRD into implementation tickets, decompose a product spec into trackable slices, create work items from requirements, or break down a PRD for any issue tracker — even if they don't say "vertical slice" or "tracer bullet".

2026-03-21
pre-mortem
متخصصو إدارة المشاريع

Run a pre-mortem on a plan or design: assume it failed, then relentlessly interrogate every branch of the decision tree to find out why — and fix it before you start. Use when the user wants to stress-test a plan, asks you to "ask me", says "interrogami" or "fammi domande", mentions "pre-mortem", "design of design", or wants rigorous design discovery before implementation.

2026-03-21
conventional-commit
مطوّرو البرمجيات

Prompt and workflow for generating conventional commit messages using a structured XML format. Guides users to create standardized, descriptive commit messages in line with the Conventional Commits specification, including instructions, examples, and validation.

2026-03-21
tool-guard
مطوّرو البرمجيات

Create runtime-aware hook enforcement for repo tool constraints. Use this whenever a project must force a package manager, task runner, formatter, linter, or test runner; when the user asks to "create a hook", "enforce pnpm not npm", "block banned commands", "generate Copilot hooks", or "generate OpenCode plugin enforcement"; and whenever setup should move operational tool policy out of AGENTS.md and into hooks.

2026-03-21
implement-spec
غير مصنف

Autonomously implement a specification produced by the specify skill. Reads the spec document, builds a task queue in the session database, implements tasks in parallel where dependencies allow, runs deterministic checks, spawns adversarial verification (different model), and iterates until all evaluation criteria pass or convergence is reached. Use when the user has a spec document (from the specify skill or a similar structured spec) and wants it implemented with guaranteed quality verification. Trigger phrases: "implement this spec", "build this", "execute the spec", "implement-spec", "start implementation", "make it happen", or when the user points to a ./specs/*.md file and asks to build it. Also use when the user has just finished using specify and says "now build it", "go", or "implement".

2026-07-01
specify
غير مصنف

Guide the user through a structured specification process: define the goal, specify exactly what to build (and what NOT to build), and establish measurable evaluation criteria — all before implementation begins. Produces a living spec document. Use when the user has a goal or feature idea and wants to define the spec, says "specify this", "what's the spec", "define the specification", "how do I achieve this goal", "break this down", "what do I need to build", "write a spec", "define requirements", wants to create a specification with verification criteria, or has just finished using the-goal and wants to turn the goal into a precise, implementable specification. Also use when the user wants to define evaluation criteria before coding, or mentions "adversarial verification", "quality criteria", or "acceptance criteria".

2026-07-01
عرض 11 من أصل 11 مستودعات
تم تحميل كل المستودعات