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

Hainrixz

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

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

أين توجد skills

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

#01
claude-db
٣٦ skills · ١٧ يونيو ٢٠٢٦
مطوّرو البرمجياتمديرو الشبكات وأنظمة الحاسوبمصممو قواعد البياناتمحللو أمن المعلومات
٤ فئات مهنية · ١٠٠٪؜ مصنفة
٢٨٪؜الحصة
#02
claude-seo-ai
٢٩ skills · ١ يونيو ٢٠٢٦
مطوّرو البرمجياتمطوّرو الويب
٢ فئات مهنية · ١٠٠٪؜ مصنفة
٢٣٪؜الحصة
#03
claude-ads
٢٠ skills · ١٣ مايو ٢٠٢٦
محللو أبحاث السوق ومتخصصو التسويقالكتّاب والمؤلفونالمصممون الجرافيكيونمديرو الشبكات وأنظمة الحاسوبمديرو الفنوكلاء مبيعات الإعلانات
٦ فئات مهنية · ١٠٠٪؜ مصنفة
١٦٪؜الحصة
#04
claude-webkit
١٦ skills · ٢١ أغسطس ٢٠٢٦
الكتّاب التقنيونمحللو أبحاث السوق ومتخصصو التسويقمطوّرو البرمجيات
٣ فئات مهنية · ١٩٪؜ مصنفة
١٣٪؜الحصة
#05
editor-pro-max
٦ skills · ٢٦ مارس ٢٠٢٦
فنانو المؤثرات الخاصة والمحركونمطوّرو البرمجياتمطوّرو الويب
٣ فئات مهنية · ١٠٠٪؜ مصنفة
٤٫٧٪؜الحصة
#06
agente-pagokit
٥ skills · ٢١ مايو ٢٠٢٦
مطوّرو البرمجياتالكتّاب التقنيونمحللو الإدارةمحللو ضمان جودة البرمجيات والمختبرون
٤ فئات مهنية · ١٠٠٪؜ مصنفة
٣٫٩٪؜الحصة
#07
abogado-del-diablo
٢ skills · ٣٠ مايو ٢٠٢٦
متخصصو إدارة المشاريعمحللو الإدارة
٢ فئات مهنية · ١٠٠٪؜ مصنفة
١٫٦٪؜الحصة
#08
aprende-skill
٢ skills · ١٨ يوليو ٢٠٢٦
المدرّسون الخصوصيونمطوّرو البرمجيات
٢ فئات مهنية · ١٠٠٪؜ مصنفة
١٫٦٪؜الحصة
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

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

audit
مطوّرو البرمجيات

Audit a database schema, ORM model, or migrations for design and performance — produces two independent 0-100 scores (Design & Integrity + Performance & Scale) plus a prioritized, evidence-backed report. Read-only; never writes or migrates. Use when the user…

١٧ يونيو ٢٠٢٦
checklist
مطوّرو البرمجيات

Render a production-readiness GO/NO-GO grid for a database — runs a read-only audit, then maps the findings onto a fixed launch checklist (PITR/backups, RLS on tenant tables, FK indexes, money-as-numeric, timestamptz/UTC, connection pooling sized, migration…

١٧ يونيو ٢٠٢٦
db-antipatterns
مطوّرو البرمجيات

Unified cross-paradigm anti-pattern catalog (M19) — relational and NoSQL smells that no single structural module owns cleanly: EAV / generic key-value tables, the "god table" with hundreds of columns, comma-separated lists in a column, polymorphic…

١٧ يونيو ٢٠٢٦
db-concurrency
مطوّرو البرمجيات

Audit concurrency correctness — transaction isolation level, lost-update / read-modify-write races, queue-worker contention (SKIP LOCKED), and idempotency for key-value / document / wide-column writes. Module M14. Feeds the Performance & Scale score.

١٧ يونيو ٢٠٢٦
db-connection-pooling
مديرو الشبكات وأنظمة الحاسوب

Audit connection management — serverless functions opening direct Postgres connections, transaction-mode pooler misuse (PgBouncer / Supabase / prepared statements), and pool sizing against backend max_connections. Module M15. Feeds the Performance & Scale…

١٧ يونيو ٢٠٢٦
db-constraints
مطوّرو البرمجيات

Audit data-integrity constraints — missing NOT NULL on required columns, absent CHECK constraints for domain rules, missing UNIQUE on natural keys, and the over-nullable UNIQUE trap where NULLs silently permit duplicates. Module M5. Feeds the Design &…

١٧ يونيو ٢٠٢٦
db-defaults-generated
مطوّرو البرمجيات

Audit column defaults and generated columns — application-side timestamps that should be DB defaults, non-deterministic or wrong defaults, derived values that should be GENERATED ALWAYS / computed columns instead of drift-prone duplicated data, and…

١٧ يونيو ٢٠٢٦
db-engine-selection
مطوّرو البرمجيات

Engine selection (M0) — at design/start time, recommends a database paradigm and engine for a described workload (access patterns, consistency needs, scale, team, platform), and names the runner-up with the trade-off you're accepting. M0 is a RECOMMENDATION,…

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

Audit a website or web codebase for SEO and AI-search (GEO/AEO) — produces two independent 0-100 scores (Search SEO + AI Visibility) plus a prioritized, evidence-backed report. Read-only; never writes files. Use when the user asks to audit, analyze, check, or…

١ يونيو ٢٠٢٦
fix
مطوّرو الويب

Opt-in fixer (the /claude-seo-ai:fix command). Applies the safe, deterministic SEO/AI-search fixes from an audit to the user's code — meta viewport/charset/lang, JSON-LD, robots.txt AI directives, hreflang, sitemaps, OG/Twitter cards, image dimensions,…

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

Analyze and score only a page's AI-search visibility (GEO/AEO) — answer extractability, fact density, AI-crawler access, entity linking, and llms.txt — and report an AI Visibility score with a citability breakdown. Read-only. Use for "will AI engines cite…

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

Recompute and display the two scores (Search SEO + AI Visibility) from the most recent audit's findings, without re-crawling. Use to re-show or refresh the scores after an audit, or to score a saved findings JSON file.

١ يونيو ٢٠٢٦
seo-ai-crawlers
مطوّرو البرمجيات

Audit AI crawler access and citability for a page — confirm retrieval/citation bots (OAI-SearchBot, Claude-SearchBot, PerplexityBot) are allowed and the Googlebot vs Google-Extended split is correct, classify training vs search/retrieval vs user-fetch…

١ يونيو ٢٠٢٦
seo-core-web-vitals
مطوّرو البرمجيات

Audit Core Web Vitals & page performance — measure LCP, INP, and CLS against p75 field thresholds, diagnose render-blocking resources, unoptimized images, and layout-shift sources, and produce prioritized, advisory-only remediation guidance. Module M15. Feeds…

١ يونيو ٢٠٢٦
seo-crawl-render
مطوّرو البرمجيات

Fetch a page (or local files) and build the shared PageSnapshot every audit module reads — raw HTML, rendered DOM when a render MCP is available, response headers, status/redirect chain, and site artifacts (robots.txt, sitemaps, llms.txt). Decides whether…

١ يونيو ٢٠٢٦
seo-crawlability
مطوّرو البرمجيات

Audit and generate robots.txt and general crawl access for a page — verify robots.txt reachability and syntax, detect Disallow rules that block CSS/JS or important content, sanity-check crawl-delay, confirm a Sitemap directive, and assert overall crawl access…

١ يونيو ٢٠٢٦
عرض 8 من أصل ٢٩ skills مجمعة.
ads-next
محللو أبحاث السوق ومتخصصو التسويق

Continuous coach. Reads the most recent <platform>-audit-results.json files (cwd + ~/.claude-ads/history/), ranks Quick Wins and Critical Issues by impact × ease using the user's saved spend mix, surfaces the top 3 next actions, and optionally walks the user…

١٣ مايو ٢٠٢٦
ads
محللو أبحاث السوق ومتخصصو التسويق

Free-first paid advertising audit and optimization skill, focused on the 3 platforms where 95% of advertiser spend lives: Meta, Google, TikTok. Guided onboarding (/ads start) saves context once and step-by-step OAuth walkthroughs; continuous coach (/ads next)…

١٣ مايو ٢٠٢٦
ads-start
مديرو الشبكات وأنظمة الحاسوب

Guided first-run wizard. Walks the user from cold install to a working audit pipeline: business-context capture, per-platform connection choice (MCP / direct API / manual) with step-by-step OAuth verification, optional Zernio + Meta Developers account…

١٣ مايو ٢٠٢٦
ads-audit
محللو أبحاث السوق ومتخصصو التسويق

Full multi-platform paid advertising audit with parallel subagent delegation. Analyzes Google Ads, Meta Ads, LinkedIn Ads, TikTok Ads, and Microsoft Ads accounts. Generates health score per platform and aggregate score. Use when user says audit, full ad…

١٢ مايو ٢٠٢٦
ads-budget
محللو أبحاث السوق ومتخصصو التسويق

Budget allocation and bidding strategy review across all ad platforms. Evaluates spend distribution, bidding strategy appropriateness, scaling readiness, and identifies campaigns to kill or scale. Uses 70/20/10 rule, 3x Kill Rule, and 20% scaling rule. Use…

١٢ مايو ٢٠٢٦
ads-competitor
محللو أبحاث السوق ومتخصصو التسويق

Competitor ad intelligence analysis across Google, Meta, LinkedIn, TikTok, Microsoft, and Apple Ads. Analyzes competitor ad copy, creative strategy, keyword targeting, estimated spend, and identifies competitive gaps and opportunities. Use when user says…

١٢ مايو ٢٠٢٦
ads-creative
محللو أبحاث السوق ومتخصصو التسويق

Cross-platform creative quality audit covering ad copy, video, image, and format diversity across all platforms. Detects creative fatigue, evaluates platform-native compliance, and provides production priorities. Use when user says creative audit, ad…

١٢ مايو ٢٠٢٦
ads-generate
مديرو الفنالكتّاب والمؤلفون

AI image generation for paid ad creatives. Reads campaign-brief.md and brand-profile.json to produce platform-sized ad images using banana-claude. Requires banana-claude (v1.4.1+) with nanobanana-mcp configured. Triggers on: generate ads, create images, make…

١٢ مايو ٢٠٢٦
عرض 8 من أصل ٢٠ skills مجمعة.
chrome-bridge-automation
غير مصنف

Vision-driven browser automation using Midscene Bridge mode. Operates entirely from screenshots — no DOM or accessibility labels required. Can interact with all visible elements on screen regardless of technology stack. This mode connects to the user's…

٢١ أغسطس ٢٠٢٦
shadcn-ui
غير مصنف

shadcn/ui component library for React with Tailwind CSS - copy-paste accessible components with full code ownership

٢١ أغسطس ٢٠٢٦
vercel-deploy
غير مصنف

Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".

٢١ أغسطس ٢٠٢٦
animate
غير مصنف

Build an animation from scratch, making the decisions in the order that determines whether it feels right — should it animate at all, what purpose, which tool, which properties, which curve and duration, how it interrupts, how it exits. Writes the…

٢١ أغسطس ٢٠٢٦
animation-vocabulary
غير مصنف

Reverse-lookup glossary that turns a vague description of a web animation or motion effect into its exact term ("the bouncy thing when a popover opens" → Pop in; "the iOS rubber-band scroll" → Rubber-banding). Use when the user asks "what's it called when…",…

٢١ أغسطس ٢٠٢٦
apple-design
غير مصنف

Apple's approach to interface design and fluid, physical motion, translated for the web. Use when building or reviewing gesture-driven UI, spring animations, drag/swipe/sheet interactions, momentum and interruptible transitions, translucent materials and…

٢١ أغسطس ٢٠٢٦
emil-design-eng
غير مصنف

This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.

٢١ أغسطس ٢٠٢٦
find-animation-opportunities
غير مصنف

Search a codebase or UI for places that don't animate but should, and reject everything that shouldn't. Read-only; it proposes motion with exact values, it does not implement it. Use when the user asks "what could be animated here?" or wants to "make this…

٢١ أغسطس ٢٠٢٦
عرض 8 من أصل ١٦ skills مجمعة.
playwright-mcp
مطوّرو البرمجيات

Live browser interaction via Playwright MCP — navigate pages, click buttons, fill forms, take screenshots.

٢٦ مارس ٢٠٢٦
awwwards-animations
مطوّرو الويب

Professional React animation skill for creating Awwwards/FWA-level animations using GSAP (useGSAP), Motion (Framer Motion), Anime.js, and Lenis. Use when building premium scroll experiences, custom cursors, page transitions, text animations, parallax effects,…

٢٥ مارس ٢٠٢٦
explainer-video-guide
فنانو المؤثرات الخاصة والمحركون

Explainer video production guide: scripting, voiceover, visuals, and assembly. Covers script formulas, pacing rules, scene planning, and multi-tool pipelines. Use for: product demos, how-it-works videos, onboarding videos, social explainers. Triggers:…

٢٥ مارس ٢٠٢٦
motion-designer
فنانو المؤثرات الخاصة والمحركون

Advanced motion designer with decades of After Effects and motion graphics experience, specialized in creating engaging video specifications for Remotion. Use when creating video specs, planning motion graphics, designing animations, or when asked to "create…

٢٥ مارس ٢٠٢٦
remotion-best-practices
مطوّرو البرمجيات

Best practices for Remotion - Video creation in React

٢٥ مارس ٢٠٢٦
remotion-render
مطوّرو الويب

Render videos from React/Remotion component code via inference.sh. Pass TSX code, get MP4. Supports all Remotion APIs: useCurrentFrame, useVideoConfig, spring, interpolate, AbsoluteFill, Sequence. Configurable resolution, FPS, duration, codec. Use for:…

٢٥ مارس ٢٠٢٦
payment-advisor
محللو الإدارة

Recommends the single best payment provider for the user's project after a short interactive wizard. Used when the user wants to integrate Stripe, Mercado Pago, Wompi, Lemon Squeezy, or compare payment options based on country, currency, recurrence, local…

٢١ مايو ٢٠٢٦
doctor
محللو ضمان جودة البرمجيات والمختبرون

Audits an existing PagoKit integration in the current project. Checks .gitignore covers .env, that env vars are present and use test-key prefixes, that the webhook secret looks valid, that the webhook handler verifies signatures, that the minimum events for…

٢١ مايو ٢٠٢٦
integration-builder
مطوّرو البرمجيات

Composes a full vertical payment integration from canonical templates. Called by integration-specialist subagent after the user selects a provider. Loads templates by (provider, stack, ORM, deploy target, billing_mode, frontend_style, use_cases) and emits a…

٢١ مايو ٢٠٢٦
project-analyzer
مطوّرو البرمجيات

Detects a project's technology stack, framework, deploy target, ORM, primary language, and active payment use cases by reading package.json/pyproject.toml/composer.json/Gemfile, schema files, route files, and deploy configs. Use this skill at the start of any…

٢١ مايو ٢٠٢٦
webhook-verifier
الكتّاب التقنيون

Reference for cryptographic verification of payment webhooks. Cited by integration-specialist whenever it generates a webhook handler. Documents per-provider signature algorithms, timestamp tolerances, replay-protection strategies, raw-body capture per stack,…

٢١ مايو ٢٠٢٦
عرض ١٢ من أصل ١٩ مستودعات