Skip to main content

这个仓库中的 skills

majiayu000/claude-skill-registry - 第 127 页

SkillsMP 已收集 majiayu000/claude-skill-registry 中的 5,485 个 Skill。打开任一 Skill 可查看来源和详情。

majiayu000/claude-skill-registry

已展示 40 / 5,485 个已收集 Skill。

职业分类
软件开发工程师
描述

Generates Policy pattern for PHP 8.5. Creates encapsulated business rules for authorization, validation, and domain constraints. Includes unit tests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generates PSR-11 Container implementation for PHP 8.5. Creates ContainerInterface with service resolution, autowiring support, and exceptions. Includes unit tests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generates PSR-13 Hypermedia Links implementation for PHP 8.5. Creates LinkInterface, EvolvableLinkInterface, and LinkProviderInterface for HATEOAS support. Includes unit tests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generates PSR-14 Event Dispatcher implementation for PHP 8.5. Creates EventDispatcherInterface, ListenerProviderInterface, and StoppableEventInterface with event propagation. Includes unit tests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generates PSR-15 HTTP Middleware implementation for PHP 8.5. Creates MiddlewareInterface and RequestHandlerInterface with pipeline composition. Includes unit tests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generates PSR-16 Simple Cache implementation for PHP 8.5. Creates CacheInterface with get/set/delete operations and TTL handling. Includes unit tests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generates PSR-17 HTTP Factories implementation for PHP 8.5. Creates RequestFactoryInterface, ResponseFactoryInterface, StreamFactoryInterface, UriFactoryInterface, ServerRequestFactoryInterface, UploadedFileFactoryInterface. Includes unit tests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generates PSR-18 HTTP Client implementation for PHP 8.5. Creates ClientInterface with request sending and exception handling. Includes unit tests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generates PSR-20 Clock implementation for PHP 8.5. Creates ClockInterface implementations including SystemClock, FrozenClock, and OffsetClock for time abstraction and testing. Includes unit tests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generates PSR-3 Logger implementation for PHP 8.5. Creates LoggerInterface implementations with log levels, context interpolation, and LoggerAwareTrait usage. Includes unit tests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generates PSR-6 Cache implementation for PHP 8.5. Creates CacheItemPoolInterface and CacheItemInterface implementations with TTL handling and deferred saves. Includes unit tests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generates PSR-7 HTTP Message implementations for PHP 8.5. Creates Request, Response, Stream, Uri, and ServerRequest classes with immutability. Includes unit tests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generates CQRS Queries and Handlers for PHP 8.5. Creates read-only query DTOs with handlers that return data without side effects. Includes unit tests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generates Rate Limiter pattern for PHP 8.5. Creates request throttling with token bucket, sliding window, and fixed window algorithms. Includes unit tests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generates Read Model/Projection for PHP 8.5. Creates optimized query models for CQRS read side with projections and denormalization. Includes unit tests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generates DDD Repository interfaces and implementation stubs for PHP 8.5. Creates domain interfaces in Domain layer, implementation in Infrastructure.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generates ADR Responder classes for PHP 8.5. Creates HTTP response builders with PSR-7/PSR-17 support. Includes unit tests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generates Retry pattern for PHP 8.5. Creates resilience component with exponential backoff, jitter, and configurable retry strategies. Includes unit tests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generates Saga pattern components for PHP 8.5. Creates Saga interfaces, steps, orchestrator, state management, and compensation logic with unit tests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generates DDD Specification for PHP 8.5. Creates reusable business rule objects for validation, filtering, and querying with composite pattern support. Includes unit tests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generates State pattern for PHP 8.5. Creates state machines with context, state interface, and concrete states for behavior changes. Includes unit tests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generates Strategy pattern for PHP 8.5. Creates interchangeable algorithm families with context class, strategy interface, and concrete implementations. Includes unit tests.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Generates Test Data Builder and Object Mother patterns for PHP 8.5. Creates fluent builders with sensible defaults and factory methods for test data creation.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Generates test doubles (Mocks, Stubs, Fakes, Spies) for PHP 8.5. Creates appropriate double type based on testing needs with PHPUnit MockBuilder patterns.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Generates PHPUnit unit tests for PHP 8.5. Creates isolated tests with AAA pattern, proper naming, attributes, and one behavior per test. Supports Value Objects, Entities, Services.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generates Application Use Cases for PHP 8.5. Creates orchestration services that coordinate domain objects, handle transactions, and dispatch events. Includes unit tests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generates DDD Value Objects for PHP 8.5. Creates immutable, self-validating objects with equality comparison. Includes unit tests.

原文语言:英语

更新
职业分类
软件开发工程师
描述

DDD architecture knowledge base. Provides patterns, antipatterns, and PHP-specific guidelines for Domain-Driven Design audits.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Detects code smells in PHP codebases. Identifies God Class, Feature Envy, Data Clumps, Long Parameter List, Long Method, Primitive Obsession, Message Chains, Inappropriate Intimacy. Generates actionable reports with refactoring recommendations.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Detects test antipatterns and code smells in PHP test suites. Identifies 15 smells (Logic in Test, Mock Overuse, Fragile Tests, Mystery Guest, etc.) with fix recommendations and refactoring patterns for testability.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Diagram knowledge base. Provides Mermaid syntax, C4 model, diagram types, and best practices for technical diagrams.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Documentation knowledge base. Provides documentation types, audiences, best practices, and antipatterns for technical documentation creation.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Documentation QA knowledge base. Provides quality checklists, audit criteria, and metrics for documentation review.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Event-Driven Architecture knowledge base. Provides patterns, antipatterns, and PHP-specific guidelines for EDA audits including messaging, pub/sub, and saga patterns.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Event Sourcing knowledge base. Provides patterns, antipatterns, and PHP-specific guidelines for Event Sourcing architecture audits.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generates Getting Started guides for PHP projects. Creates step-by-step tutorials for first-time users.

原文语言:英语

更新
职业分类
软件开发工程师
描述

GRASP principles knowledge base for PHP 8.5 projects. Provides quick reference for 9 responsibility assignment patterns (Information Expert, Creator, Controller, Low Coupling, High Cohesion, Polymorphism, Pure Fabrication, Indirection, Protected Variations).…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Hexagonal Architecture (Ports & Adapters) knowledge base. Provides patterns, antipatterns, and PHP-specific guidelines for Hexagonal Architecture audits.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Layered Architecture knowledge base. Provides patterns, antipatterns, and PHP-specific guidelines for traditional N-tier/Layered Architecture audits.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Generates Mermaid diagrams for technical documentation. Provides templates for flowcharts, sequence diagrams, class diagrams, ER diagrams, and C4 models.

原文语言:英语

更新
已展示 40 / 5,485 个已收集 Skill。