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

duyet

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

skills مجمعة
١١١
مستودعات
١٠
محدث
٢٤ يوليو ٢٠٢٦
خريطة المستودعات

أين توجد skills

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

#01
codex-claude-plugins
٦١ skills · ٢٤ يوليو ٢٠٢٦
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونالمهن الحاسوبية الأخرىمطوّرو الويبمديرو أنظمة الحاسوب والمعلوماتالكتّاب التقنيون
٨ فئات مهنية · ١٠٠٪؜ مصنفة
٥٥٪؜الحصة
#02
oma
٢٢ skills · ١٨ يوليو ٢٠٢٦
مطوّرو البرمجياتالمهن الحاسوبية الأخرىمحللو ضمان جودة البرمجيات والمختبرونمطوّرو الويبالمصممون الجرافيكيونعلماء البيانات
٨ فئات مهنية · ١٠٠٪؜ مصنفة
٢٠٪؜الحصة
#03
skills
١٤ skills · ٢٣ مايو ٢٠٢٦
مطوّرو البرمجياتمطوّرو الويبالكتّاب التقنيونالمهن الحاسوبية الأخرىمصممو قواعد البيانات
٥ فئات مهنية · ١٠٠٪؜ مصنفة
١٣٪؜الحصة
#04
duyetbot-agent
٤ skills · ٥ يناير ٢٠٢٦
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمطوّرو الويب
٣ فئات مهنية · ١٠٠٪؜ مصنفة
٣٫٦٪؜الحصة
#05
kb
٣ skills · ١٤ يونيو ٢٠٢٦
مطوّرو البرمجيات
١ فئات مهنية · ١٠٠٪؜ مصنفة
٢٫٧٪؜الحصة
#06
pricetrack
٢ skills · ١ يونيو ٢٠٢٦
مطوّرو البرمجيات
١ فئات مهنية · ١٠٠٪؜ مصنفة
١٫٨٪؜الحصة
#07
llm-release-action
٢ skills · ١٨ يونيو ٢٠٢٦
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات
٢ فئات مهنية · ١٠٠٪؜ مصنفة
١٫٨٪؜الحصة
#08
build-agent
١ skills · ٥ يوليو ٢٠٢٦
مطوّرو البرمجيات
١ فئات مهنية · ١٠٠٪؜ مصنفة
٠٫٩٪؜الحصة
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

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

statusline-workflow
مطوّرو البرمجيات

Use when configuring, previewing, troubleshooting, or disabling the Claude Code statusline plugin.

٢٤ يوليو ٢٠٢٦
command-code
المهن الحاسوبية الأخرى

Drive the Command Code CLI (`cmd`) — a terminal coding agent that learns your taste — and orchestrate it as a headless sub-agent. Use this skill whenever the user mentions "cmd", "Command Code", "commandcode", asks to "spawn cmd", "dispatch cmd", "use cmd as…

١١ يوليو ٢٠٢٦
init
مطوّرو البرمجيات

Scaffold a new shared-brain knowledge base folder (default ~/kb) — a plain-markdown, OKF v0.1-conformant memory store that any coding agent can read/write across sessions. Use when the user asks to set up, init, or bootstrap a kb / shared brain / persistent…

٥ يوليو ٢٠٢٦
okf
مطوّرو البرمجيات

Author, initialize, validate, and render Open Knowledge Format (OKF) bundles — vendor-neutral knowledge as markdown files with YAML frontmatter. Use when creating an OKF bundle, scaffolding a knowledge catalog, writing OKF concept docs, building…

٥ يوليو ٢٠٢٦
ios-simulator-browser
مطوّرو البرمجيات

Mirror an iOS Simulator into an in-app browser and hot-reload SwiftUI previews from importable Swift packages. Use when previewing SwiftUI in the simulator, mirroring a running simulator in the browser, or live-reloading package-backed previews.

٣ يوليو ٢٠٢٦
swiftui-performance-audit
مطوّرو البرمجيات

Audit SwiftUI runtime performance from code first. Use when diagnosing slow rendering, janky scrolling, expensive updates, or profiling needs.

٣ يوليو ٢٠٢٦
clickhouse-monitoring
مطوّرو البرمجيات

Specialized knowledge for the ClickHouse Monitor dashboard. Use this skill when: working with ClickHouse monitoring dashboards, analyzing query performance, writing ClickHouse system table queries, developing dashboard features, or integrating with the…

٣ يوليو ٢٠٢٦
clickhouse
مطوّرو البرمجيات

MUST USE when reviewing ClickHouse schemas, queries, or configurations. Contains 28 rules that MUST be checked before providing recommendations. Always read relevant rule files and cite specific rules in responses.

٣ يوليو ٢٠٢٦
عرض 8 من أصل ٦١ skills مجمعة.
data-analysis
علماء البيانات

Explore, clean, and analyze a dataset to answer a real question, with honest handling of uncertainty and bias. Trigger when the user asks to "analyze this data", "what does this dataset show", "explore this CSV", works with pandas/numpy on tabular data, or…

١٨ يوليو ٢٠٢٦
debugging
مطوّرو البرمجيات

Systematically root-cause a bug instead of guessing. Trigger when the user asks to "debug this", "why is this failing", "it's broken", "reproduce this bug", "find the root cause", or pastes an error/stack trace. Reproduce, isolate, form one hypothesis at a…

١٨ يوليو ٢٠٢٦
refactoring
مطوّرو البرمجيات

Restructure code without changing its observable behavior. Trigger when the user asks to "refactor this", "clean this up", "simplify this function", "this is hard to change", "extract this into its own function/module", or "reduce duplication here".…

١٨ يوليو ٢٠٢٦
security-review
محللو أمن المعلومات

Audit code or infrastructure for exploitable vulnerabilities using an OWASP-style checklist. Trigger when the user asks to "security review this", "is this safe to ship", "audit for vulnerabilities", "check for security issues", "pentest this", or before…

١٨ يوليو ٢٠٢٦
technical-writing
مطوّرو البرمجيات

Write clear, useful technical documentation — READMEs, architecture decision records, API docs, runbooks, and PR descriptions. Trigger when the user asks to "write docs", "document this", "write a README", "explain this decision", "write release notes",…

١٨ يوليو ٢٠٢٦
test-writing
محللو ضمان جودة البرمجيات والمختبرون

Write tests that encode why behavior matters, not just what it does — a test that can't fail when the logic breaks is worthless. Trigger when the user asks to "write tests", "add test coverage", "test this function", "TDD this", or when a task's success…

١٨ يوليو ٢٠٢٦
api-design
مطوّرو البرمجيات

Design HTTP/REST APIs that are consistent, predictable, and safe to evolve. Trigger when the user asks to "design an API", "add an endpoint", "design a REST route", "what should this return", or is shaping request/response contracts, status codes, pagination,…

١٧ يوليو ٢٠٢٦
brand-design
المصممون الجرافيكيون

Apply consistent color, typography, and spacing so an artifact looks designed, not defaulted. Trigger when the user asks to "make it look good/on-brand", "pick colors", "choose fonts", "set up design tokens", "style this page/report/slide", or hands you a…

١٧ يوليو ٢٠٢٦
عرض 8 من أصل ٢٢ skills مجمعة.
claude-prompting
مطوّرو البرمجيات

Prompt engineering guidance for Claude (Anthropic) model. Use when crafting prompts for Claude to leverage XML-style tags, long-context capabilities, extended thinking, and strong instruction following.

٢٣ مايو ٢٠٢٦
clickhouse-monitoring
مطوّرو البرمجيات

Specialized knowledge for the ClickHouse Monitor dashboard. Use this skill when: working with ClickHouse monitoring dashboards, analyzing query performance, writing ClickHouse system table queries, developing dashboard features, or integrating with the…

٢٣ مايو ٢٠٢٦
duyet-knowledge
الكتّاب التقنيون

Maintain and update knowledge base about Duyet Le (@duyet) - profile, resume, blog posts, projects.

٢٣ مايو ٢٠٢٦
frontend-design
مطوّرو الويب

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

٢٣ مايو ٢٠٢٦
gemini-prompting
مطوّرو البرمجيات

Prompt engineering guidance for Gemini (Google) model. Use when crafting prompts for Gemini to leverage system instructions, multimodal capabilities, ultra-long context, and strong reasoning features.

٢٣ مايو ٢٠٢٦
good-html
مطوّرو الويب

Generate or review high-density, interactive, self-contained HTML artifacts based on Thariq Shihipar's "Unreasonable Effectiveness of HTML" patterns. Use this skill when asked to "create HTML," "build a dashboard," "format a PR review," "make an interactive…

٢٣ مايو ٢٠٢٦
grok-prompting
مطوّرو البرمجيات

Prompt engineering guidance for Grok (xAI) model. Use when crafting prompts for Grok to leverage its conversational style, real-time knowledge access, and less-constrained responses.

٢٣ مايو ٢٠٢٦
orchestration
المهن الحاسوبية الأخرى

Orchestrate complex work through parallel agent coordination. Decompose requests into task graphs, spawn background workers, and synthesize results elegantly. Use for multi-component features, large investigations, or any work benefiting from parallelization.

٢٣ مايو ٢٠٢٦
عرض 8 من أصل ١٤ skills مجمعة.
عرض ١٠ من أصل ١٠ مستودعات
تم تحميل كل المستودعات