Browse 138,453 skills across 70 categories. Mirrored from majiayu000/claude-skill-registry.
This skill should be used when the user asks about "entities", "relations", "architecture graph", "spec-driven developme...
Validate BioETL architecture boundaries, ADR compliance, naming conventions, and anti-patterns. Use after any code chang...
Review architecture decisions and code changes against documented architecture principles. Use this skill before impleme...
Comprehensive software architecture and system design guide covering design patterns, distributed systems, scalability,...
Explain architecture strategy and rules to respect all over any realization.
Diagnose cognitive architecture health — synapse integrity, memory balance, connection density, and drift detection
USE WHEN: analyzing existing architectures, evaluating architectural decisions, identifying technical debt, planning ref...
Detect clean architecture layer violations and check dependency rule violations. Verify dependency direction of events→f...
>
Build comprehensive ARCHITECTURE.md files following matklad's canonical guidelines — bird's-eye views, ASCII/Mermaid dia...
Enforces 4-phase architecture design workflow. Activates when discussing system design, architecture, PRD analysis, comp...
Enforces a 4-phase architecture design workflow by reading `.arch/state.json` on every request to gate responses by phas...
設計案を複数提示し、比較可能な形で整理する
三省六部架构全景图与六部角色定义(roles-liubu.md)。适用:新 Teammate 入职、理解全局架构时
- For traditional applications that have centralized services, such as web or mobile clients communicating with backend...
Apply CQRS and Event Sourcing for read/write separation and audit trails. Use when auditability is critical.
CQRS and Event Sourcing for auditability, read/write separation, and temporal queries.Triggers: CQRS, event sourcing, au...
- For real-time or bursty workloads (e.g., IoT, financial trading, logistics) where loose coupling and asynchronous proc...
Asynchronous event-based communication to decouple producers/consumers for scalability and resilience.Triggers: event-dr...
- When business logic is entangled with I/O operations (e.g., database calls, HTTP requests), making tests brittle and s...
Hexagonal (Ports and Adapters) architecture isolating domain logic from infrastructure.
- When to Employ This Paradigm
- When building platforms, Integrated Development Environments (IDEs), data ingestion pipelines, or marketplaces where t...
- When you desire team autonomy similar to that of microservices, but without the operational overhead of a distributed...
- When data must flow through a fixed sequence of discrete transformations, such as in ETL jobs, streaming analytics, or...
- When workloads are event-driven and exhibit intermittent or "bursty" traffic patterns.
Serverless FaaS for event-driven workloads with minimal infrastructure management.Triggers: serverless, FaaS, Lambda, ev...
Coarse-grained service architecture for deployment independence without microservices complexity. service-based, SOA, c...
- When traffic or state volume overwhelms a single database node.
Interactive selector and router for architecture paradigms. Triggers: architecture selection, pattern comparison, syste...
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven D...
Master software architecture patterns for scalable, maintainable systems. From monoliths to microservices, from MVC to h...
Knowledge base for architecture patterns, trade-offs, and selection criteria. Activates when recommending or evaluating...
Provides architectural pattern knowledge for designing feature implementations including MVC, event-driven, microservice...
Backend architecture patterns for building maintainable, testable systems: Clean Architecture, Hexagonal Architecture, a...
Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Desi...
Padrões de arquitetura de software - Decisões OBJETIVAS sobre design de sistemas
Software architecture patterns (SOLID, DDD, Clean/Hexagonal Architecture, Mediator, Result). Backend-first, frontend whe...
AI-friendly architecture patterns for TypeScript projects including Domain-Driven Design, Clean Architecture, Hexagonal...
> THE MOST IMPORTANT SKILL: This skill defines HOW we build everything.
Create detailed architecture plans with decision records and risk assessments. Use when planning significant features or...
Core architecture principles (SSOT, DRY, Anti-Spaghetti) for maintainable code design. Use when planning features, imple...
Use this skill to create Product Owner Specifications documenting business requirements before architecture design
Analyze and refactor backend code to follow entity/service separation patterns. Use when asked to "refactor X to entity...