Outbox Pattern knowledge base. Provides patterns, antipatterns, and PHP-specific guidelines for transactional outbox, polling publisher, and reliable messaging audits.
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ٥٬٤٨٥ من skills من majiayu000/claude-skill-registry. افتح أي skill لمراجعة مصدره وتفاصيله.
majiayu000/claude-skill-registryعرض ٤٠ من أصل ٥٬٤٨٥ skills مجمعة.
Outbox Pattern knowledge base. Provides patterns, antipatterns, and PHP-specific guidelines for transactional outbox, polling publisher, and reliable messaging audits.
لغة النص الأصلي: الإنجليزية
PSR-4 autoloading standard knowledge base for PHP 8.5 projects. Provides quick reference for namespace-to-path mapping, composer.json configuration, directory structure, and common mistakes. Use for autoloading audits and project structure reviews.
لغة النص الأصلي: الإنجليزية
PSR-1 and PSR-12 coding standards knowledge base for PHP 8.5 projects. Provides quick reference for basic coding standard and extended coding style with detection patterns, examples, and antipattern identification. Use for code style audits and compliance…
لغة النص الأصلي: الإنجليزية
PHP Standards Recommendations (PSR) overview knowledge base. Provides comprehensive reference for all accepted PSRs including PSR-1,3,4,6,7,11,12,13,14,15,16,17,18,20. Use for PSR selection decisions and compliance audits.
لغة النص الأصلي: الإنجليزية
Generates README.md files for PHP projects. Creates structured documentation with badges, installation, usage, and examples.
لغة النص الأصلي: الإنجليزية
Saga Pattern knowledge base. Provides patterns, antipatterns, and PHP-specific guidelines for saga orchestration, choreography, and distributed transaction audits.
لغة النص الأصلي: الإنجليزية
SOLID principles knowledge base for PHP 8.5 projects. Provides quick reference for SRP, OCP, LSP, ISP, DIP with detection patterns, PHP examples, and antipattern identification. Use for architecture audits and code quality reviews.
لغة النص الأصلي: الإنجليزية
Stability Patterns knowledge base. Provides patterns, antipatterns, and PHP-specific guidelines for Circuit Breaker, Retry, Rate Limiter, Bulkhead, and resilience audits.
لغة النص الأصلي: الإنجليزية
Testing knowledge base for PHP 8.5 projects. Provides testing pyramid, AAA pattern, naming conventions, isolation principles, DDD testing guidelines, and PHPUnit patterns.
لغة النص الأصلي: الإنجليزية
Generates troubleshooting guides and FAQ sections for PHP projects. Creates problem-solution documentation.
لغة النص الأصلي: الإنجليزية
This skill should be used when agents generate placeholder tokens like "pseudo-", "mock-", "temporary", "TODO", "demo-", or similar incompleteness markers. Detects substitution patterns in agent OUTPUT and triggers mandatory user interview instead of…
لغة النص الأصلي: الإنجليزية
Land one PR end-to-end (changelog + thanks, lint, merge, back to main).
لغة النص الأصلي: الإنجليزية
Write clear, testable acceptance criteria in Given-When-Then format following INVEST principles and BDD best practices.
لغة النص الأصلي: الإنجليزية
Restore access for customers who are locked out of their account or courses. Use when a paying customer cannot log in, access materials, or restore purchases.
لغة النص الأصلي: الإنجليزية
RBAC/ABAC implementation patterns, least privilege access, row-level security, column masking, and access review workflows.
لغة النص الأصلي: الإنجليزية
Guide for conducting comprehensive accessibility audits of code to identify WCAG compliance issues and barriers to inclusive design. This skill should be used when reviewing accessibility, ARIA implementation, keyboard navigation, or screen reader…
لغة النص الأصلي: الإنجليزية
When building UI components, forms, or any user-facing interface. Check before every frontend PR.
لغة النص الأصلي: الإنجليزية
Implement WCAG 2.2 compliant interfaces with mobile accessibility, inclusive design patterns, and assistive technology support. Use when auditing accessibility, implementing ARIA patterns, building for screen readers, or ensuring inclusive user experiences.
لغة النص الأصلي: الإنجليزية
セマンティックHTML/JSXとWAI-ARIAを「最小で正しく」適用し、キーボード操作・スクリーンリーダ・コントラスト等を満たす実装を作るための判断軸。ネイティブ要素優先、ARIAの過剰使用を避ける。
لغة النص الأصلي: اليابانية
Master web accessibility (A11y) to ensure your product is usable by everyone, including people with disabilities. Covers WCAG standards, semantic HTML, keyboard navigation, screen readers, color contrast, and inclusive design practices. Accessibility is not a…
لغة النص الأصلي: الإنجليزية
React Native accessibility patterns for iOS and Android. Use when implementing a11y features.
لغة النص الأصلي: الإنجليزية
Programmatic manipulation of the accessibility tree to support complex custom controls in React.
لغة النص الأصلي: الإنجليزية
WCAG 2.1 Level AA/AAA accessibility review focusing on contrast ratios, color token architecture, state differentiation, and focus management. Can be combined with other review skills.
لغة النص الأصلي: الإنجليزية
Concise accessibility checklist and practices for components in the repository. Use when implementing UI to ensure keyboard, screen reader, and focus semantics.
لغة النص الأصلي: الإنجليزية
Expert accessibility tester specializing in WCAG compliance, inclusive design, and universal access. Masters screen reader compatibility, keyboard navigation, and assistive technology integration with focus on creating barrier-free digital experiences.
لغة النص الأصلي: الإنجليزية
Enforce WCAG 2.2 accessibility standards. Use when creating UI components, reviewing frontend code, or when accessibility issues are detected. Covers semantic HTML, ARIA, keyboard navigation, and color contrast.
لغة النص الأصلي: الكورية
Guidance for accessible user notifications and feedback. AUTO-TRIGGER when implementing: toasts, snackbars, notifications, alerts, flash messages, status messages, success/error feedback, or any transient UI messages. Triggers include: "toast", "snackbar",…
لغة النص الأصلي: الإنجليزية
gcloud CLI を使用して Google Sheets/Docs にアクセス。 ユーザーが Google Sheets/Docs の URL を共有したとき、または スプレッドシート, Sheets, Docs, Google ドキュメントに言及したときに使用。
لغة النص الأصلي: اليابانية
Add account state (P&L, win rate, drawdown) to RL observations + drawdown penalty in rewards. Trigger when: (1) model needs account awareness, (2) training should penalize drawdowns, (3) upgrading obs_dim 5300→5600.
لغة النص الأصلي: الإنجليزية
安全地管理用户账号信息(CRUD)。支持存储密码、API Key、Cookies 等敏感信息,并支持 TOTP (MFA) 代码生成。**所有涉及凭证存储的操作必须优先使用此技能**,不可用于账号注册。
لغة النص الأصلي: الصينية
Qualifies and tiers accounts based on signals, fit, and potential. Use this skill when building target lists, prioritizing accounts, identifying high-potential prospects, or defining ideal customer profile criteria.
لغة النص الأصلي: الإنجليزية
Gather actionable sales intelligence on companies and individuals before outreach
لغة النص الأصلي: الإنجليزية
Validate account security and authentication protocols.
لغة النص الأصلي: الإنجليزية
Search ACE playbook before implementing, building, fixing, debugging, or refactoring code. Capture patterns after completing substantial coding work.
لغة النص الأصلي: الإنجليزية
Semantic codebase search and prompt enhancement via standalone CLI. Use when: (1) Semantic code search with natural language queries, (2) Prompt enhancement with codebase context, (3) Before grep/find/glob operations for better accuracy, (4) Complex…
لغة النص الأصلي: الإنجليزية
Specifies that Aceternity UI dependencies should be considered during code generation or modification.
لغة النص الأصلي: الإنجليزية
ACGME regulatory compliance expertise for medical residency scheduling. Use when validating schedules, checking work hour limits, supervision ratios, or answering compliance questions. Integrates with MCP validation tools.
لغة النص الأصلي: الإنجليزية
Rewarding players for completing specific goals through progress tracking, unlocking logic, rarity calculation, and achievement display for gamification and player engagement.
لغة النص الأصلي: الإنجليزية
AWS Controllers for Kubernetes (ACK) for Kubernetes-native AWS resource management. Use when managing AWS resources via kubectl, implementing GitOps for infrastructure, creating self-service developer platforms, integrating AWS services with EKS workloads, or…
لغة النص الأصلي: الإنجليزية
Generate research-grounded visuals using the InfoGenius pipeline. Use when creating infographics, diagrams, educational visuals, or any image that benefits from factual accuracy. Supports 8 visual styles (3D, technical, minimalist, photorealistic, futuristic,…
لغة النص الأصلي: الإنجليزية