Expert patterns for Clerk auth implementation, middleware, organizations, webhooks, and user sync Use when: adding authentication, clerk auth, user authentication, sign in, sign up.
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ٨٥٠ من skills من davila7/claude-code-templates. افتح أي skill لمراجعة مصدره وتفاصيله.
davila7/claude-code-templatesعرض ٤٠ من أصل ٨٥٠ skills مجمعة.
Expert patterns for Clerk auth implementation, middleware, organizations, webhooks, and user sync Use when: adding authentication, clerk auth, user authentication, sign in, sign up.
لغة النص الأصلي: الإنجليزية
Comprehensive checklist for conducting thorough code reviews covering functionality, security, performance, and maintainability
لغة النص الأصلي: الإنجليزية
Professional code review with auto CHANGELOG generation, integrated with Codex AI
لغة النص الأصلي: الإنجليزية
Core component library and design system patterns. Use when building UI, using design tokens, or working with the component library.
لغة النص الأصلي: الإنجليزية
Database design principles and decision-making. Schema design, indexing strategy, ORM selection, serverless databases.
لغة النص الأصلي: الإنجليزية
Production deployment principles and decision-making. Safe deployment workflows, rollback strategies, and verification. Teaches thinking, not scripts.
لغة النص الأصلي: الإنجليزية
Docker containerization expert with deep knowledge of multi-stage builds, image optimization, container security, Docker Compose orchestration, and production deployment patterns. Use PROACTIVELY for Dockerfile optimization, container issues, image size…
لغة النص الأصلي: الإنجليزية
Guide developers through setting up development environments with proper tools, dependencies, and configurations
لغة النص الأصلي: الإنجليزية
Firebase gives you a complete backend in minutes - auth, database, storage, functions, hosting. But the ease of setup hides real complexity. Security rules are your last line of defense, and they're often wrong. Firestore queries are limited, and you learn…
لغة النص الأصلي: الإنجليزية
Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with features directory, MUI v7 styling, TanStack Router, performance optimization, and TypeScript best…
لغة النص الأصلي: الإنجليزية
Specialized skill for building production-ready serverless applications on GCP. Covers Cloud Run services (containerized), Cloud Run Functions (event-driven), cold start optimization, and event-driven architecture with Pub/Sub.
لغة النص الأصلي: الإنجليزية
Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push…
لغة النص الأصلي: الإنجليزية
GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server.…
لغة النص الأصلي: الإنجليزية
Expert patterns for HubSpot CRM integration including OAuth authentication, CRM objects, associations, batch operations, webhooks, and custom objects. Covers Node.js and Python SDKs. Use when: hubspot, hubspot api, hubspot crm, hubspot integration, contacts…
لغة النص الأصلي: الإنجليزية
Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support.
لغة النص الأصلي: الإنجليزية
Comprehensive JavaScript reference covering 33+ essential concepts every developer should know. From fundamentals like primitives and closures to advanced patterns like async/await and functional programming. Use when explaining JS concepts, debugging…
لغة النص الأصلي: الإنجليزية
Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers onKeywords: lint, format, check, validate, types, static analysis.
لغة النص الأصلي: الإنجليزية
This skill should be used when the user asks to "create bash scripts", "automate Linux tasks", "monitor system resources", "backup files", "manage users", or "write production shell scripts". It provides ready-to-use shell script templates for system…
لغة النص الأصلي: الإنجليزية
Create custom external web service APIs for Moodle LMS. Use when implementing web services for course management, user tracking, quiz operations, or custom plugin functionality. Covers parameter validation, database operations, error handling, service…
لغة النص الأصلي: الإنجليزية
Expert patterns for Neon serverless Postgres, branching, connection pooling, and Prisma/Drizzle integration Use when: neon database, serverless postgres, database branching, neon postgres, postgres serverless.
لغة النص الأصلي: الإنجليزية
Nest.js framework expert specializing in module architecture, dependency injection, middleware, guards, interceptors, testing with Jest/Supertest, TypeORM/Mongoose integration, and Passport.js authentication. Use PROACTIVELY for any Nest.js application issues…
لغة النص الأصلي: الإنجليزية
Next.js App Router principles. Server Components, data fetching, routing patterns.
لغة النص الأصلي: الإنجليزية
Expert integration of Supabase Auth with Next.js App Router Use when: supabase auth next, authentication next.js, login supabase, auth middleware, protected route.
لغة النص الأصلي: الإنجليزية
Node.js development principles and decision-making. Framework selection, async patterns, security, and architecture. Teaches thinking, not copying.
لغة النص الأصلي: الإنجليزية
Expert guidance for distributed NoSQL databases (Cassandra, DynamoDB). Focuses on mental models, query-first modeling, single-table design, and avoiding hot partitions in high-scale systems.
لغة النص الأصلي: الإنجليزية
Performance profiling principles. Measurement, analysis, and optimization techniques.
لغة النص الأصلي: الإنجليزية
Expert patterns for Plaid API integration including Link token flows, transactions sync, identity verification, Auth for ACH, balance checks, webhook handling, and fintech compliance best practices. Use when: plaid, bank account linking, bank connection, ach,…
لغة النص الأصلي: الإنجليزية
Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.
لغة النص الأصلي: الإنجليزية
PowerShell Windows patterns. Critical pitfalls, operator syntax, error handling.
لغة النص الأصلي: الإنجليزية
Prisma ORM expert for schema design, migrations, query optimization, relations modeling, and database operations. Use PROACTIVELY for Prisma schema issues, migration problems, query performance, relation design, or database connection issues.
لغة النص الأصلي: الإنجليزية
Autonomously deep-scan entire codebase line-by-line, understand architecture and patterns, then systematically transform it to production-grade, corporate-level professional quality with optimizations
لغة النص الأصلي: الإنجليزية
Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying.
لغة النص الأصلي: الإنجليزية
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js…
لغة النص الأصلي: الإنجليزية
Modern React patterns and principles. Hooks, composition, performance, TypeScript best practices.
لغة النص الأصلي: الإنجليزية
Modern React UI patterns for loading states, error handling, and data fetching. Use when building UI components, handling async data, or managing UI states.
لغة النص الأصلي: الإنجليزية
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
لغة النص الأصلي: الإنجليزية
Expert patterns for Salesforce platform development including Lightning Web Components (LWC), Apex triggers and classes, REST/Bulk APIs, Connected Apps, and Salesforce DX with scratch orgs and 2nd generation packages (2GP). Use when: salesforce, sfdc, apex,…
لغة النص الأصلي: الإنجليزية
Server management principles and decision-making. Process management, monitoring strategy, and scaling decisions. Teaches thinking, not commands.
لغة النص الأصلي: الإنجليزية
Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.
لغة النص الأصلي: الإنجليزية
Get paid from day one. Payments, subscriptions, billing portal, webhooks, metered billing, Stripe Connect. The complete guide to implementing Stripe correctly, including all the edge cases that will bite you at 3am. This isn't just API calls - it's the full…
لغة النص الأصلي: الإنجليزية