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

MadAppGang

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

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

أين توجد skills

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

#01
claude-code
١٢٩ skills · ١٥ فبراير ٢٠٢٦
مطوّرو البرمجياتالمهن الحاسوبية الأخرىمحللو أبحاث السوق ومتخصصو التسويقمطوّرو الويبمحللو ضمان جودة البرمجيات والمختبرونالمصممون الجرافيكيون
١١ فئات مهنية · ١٠٠٪؜ مصنفة
٤٨٪؜الحصة
#02
magus
١٠٦ skills · ٩ أغسطس ٢٠٢٦
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونالمهن الحاسوبية الأخرىمتخصصو إدارة المشاريعمحللو أمن المعلوماتمصممو قواعد البيانات
٨ فئات مهنية · ٤٥٪؜ مصنفة
٣٩٪؜الحصة
#03
magus-marketing
١٩ skills · ٢٩ يوليو ٢٠٢٦
التصنيف قيد الانتظار
٧٫١٪؜الحصة
#04
claudish
٤ skills · ٤ أغسطس ٢٠٢٦
المهن الحاسوبية الأخرىمحللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات
٣ فئات مهنية · ١٠٠٪؜ مصنفة
١٫٥٪؜الحصة
#05
magus-alpha
٤ skills · ٢٤ أبريل ٢٠٢٦
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
٢ فئات مهنية · ١٠٠٪؜ مصنفة
١٫٥٪؜الحصة
#06
dingo
٢ skills · ١٤ ديسمبر ٢٠٢٥
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات
٢ فئات مهنية · ١٠٠٪؜ مصنفة
٠٫٧٪؜الحصة
#07
mnemex-bench
٢ skills · ١٩ مارس ٢٠٢٦
علماء البياناتمطوّرو البرمجيات
٢ فئات مهنية · ١٠٠٪؜ مصنفة
٠٫٧٪؜الحصة
#08
mnemex
١ skills · ٤ مارس ٢٠٢٦
محللو ضمان جودة البرمجيات والمختبرون
١ فئات مهنية · ١٠٠٪؜ مصنفة
٠٫٤٪؜الحصة
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

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

worktree-lifecycle
مطوّرو البرمجيات

Use when starting isolated feature work or before executing implementation plans. Manages full worktree lifecycle from creation through cleanup with safety checks and error recovery.

١٥ فبراير ٢٠٢٦
statusline-customization
مطوّرو البرمجيات

Configuration reference and troubleshooting for the statusline plugin — sections, themes, bar widths, and script architecture

١٥ فبراير ٢٠٢٦
patterns
المهن الحاسوبية الأخرى

Common agent patterns and templates for Claude Code. Use when implementing agents to follow proven patterns for Tasks integration, quality checks, and external model invocation via claudish CLI.

١٢ فبراير ٢٠٢٦
claudish-usage
المهن الحاسوبية الأخرى

CRITICAL - Guide for using Claudish CLI ONLY through sub-agents to run Claude Code with OpenRouter models (Grok, GPT-5, Gemini, MiniMax). NEVER run Claudish directly in main context unless user explicitly requests it. Use when user mentions external AI…

١٢ فبراير ٢٠٢٦
claudish-usage
المهن الحاسوبية الأخرى

CRITICAL - Guide for using Claudish CLI ONLY through sub-agents to run Claude Code with OpenRouter models (Grok, GPT-5, Gemini, MiniMax). NEVER run Claudish directly in main context unless user explicitly requests it. Use when user mentions external AI…

١٢ فبراير ٢٠٢٦
ui-design-review
مصممو واجهات الويب والرقمية

Prompting patterns and review templates for UI design analysis with Gemini multimodal capabilities. Use when conducting design reviews, accessibility audits, or design system validation.

١٢ فبراير ٢٠٢٦
agent-coordination-discipline
المهن الحاسوبية الأخرى

Use when deciding whether to launch an agent, selecting which agent to use, or coordinating multiple agents. Covers delegation criteria, external-model patterns, task isolation, and agent selection strategies.

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

Use when debugging failures, errors, or unexpected behavior. Covers root cause investigation, data flow tracing, hypothesis-driven debugging, and fix verification to prevent trial-and-error approaches.

١٢ فبراير ٢٠٢٦
عرض 8 من أصل ١٢٩ skills مجمعة.
agent-model
غير مصنف

Picks the browser-use agent brain LLM per task. Use when choosing a model for retry_with_browser_use_agent or a cloud session, or the user mentions a cheap, slow, or smart model.

٩ أغسطس ٢٠٢٦
core-api
غير مصنف

Reference for the Browser Use MCP tools — parameters, returns, session lifecycle. Use when navigating, clicking, typing, evaluating JS, or extracting page content.

٩ أغسطس ٢٠٢٦
debug-ui
غير مصنف

Visual UI debugging — screenshot capture and analysis, responsive layout checking at multiple viewport sizes, CSS validation via DOM state, visual regression detection, before/after state comparison.

٩ أغسطس ٢٠٢٦
hybrid-debugging
غير مصنف

Combines Browser Use (DOM, clicks, screenshots) with claude-in-chrome (console, network, JS) for full-spectrum debugging. Use when investigating console errors or network requests.

٩ أغسطس ٢٠٢٦
navigation-patterns
غير مصنف

URL navigation, multi-tab orchestration, session creation and management, back/forward navigation, browser profile persistence, session export/import for authentication reuse.

٩ أغسطس ٢٠٢٦
web-scraping
غير مصنف

Structured data extraction from web pages — pagination patterns, dynamic SPAs, authenticated scraping, rate limiting, anti-bot handling, JSON/CSV output.

٩ أغسطس ٢٠٢٦
mnemex-orchestration
غير مصنف

Use when orchestrating multi-agent code analysis with mnemex. Run mnemex once, share output across parallel agents. Enables parallel investigation, consensus analysis, and role-based command mapping.

٩ أغسطس ٢٠٢٦
browser-use-integration
غير مصنف

Detects the browser-use@magus plugin and captures screenshots of URL-based references. Use when designer agents need browser screenshot capture and claude-in-chrome is unavailable.

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