Archetypes

Archetypes from athola/claude-night-market.

by @athola 15 skills

Skills in this plugin

15
  1. Architecture Paradigms · athola
    Selects and routes to the right architecture paradigm. Use when choosing patterns for a new system or comparing trade-offs before making architecture decisions.
    1 install
  2. Architecture Paradigm Cqrs Es · athola
    Applies CQRS and Event Sourcing for read/write separation and audit trails. Use when designing systems with complex domain logic or full state-change history.
    1 install
  3. Architecture Paradigm Layered · athola
    Applies layered n-tier architecture with enforced boundaries. Use when designing moderate systems needing clear presentation, domain, and persistence layers.
    1 install
  4. Architecture Paradigm Pipeline · athola
    Applies pipes-and-filters for sequential data transformations. Use when data flows through discrete stages like ETL, streaming analytics, or CI/CD pipelines.
    1 install
  5. Architecture Paradigm Hexagonal · athola
    Applies hexagonal architecture isolating domain from infrastructure. Use when designing systems where testability and port/adapter separation are priorities.
    1 install
  6. Architecture Paradigm Serverless · athola
    Applies serverless FaaS patterns for event-driven workloads. Use when designing bursty workloads with minimal infrastructure and pay-per-execution cost model.
    1 install
  7. Architecture Paradigm Microkernel · athola
    Applies microkernel architecture with minimal core and plugin extensibility. Use when building platforms where third parties extend core functionality.
    1 install
  8. Architecture Paradigm Space Based · athola
    Applies data-grid architecture for high-traffic stateful workloads. Use when a single database cannot scale and in-memory partitioning is needed.
    1 install
  9. Architecture Paradigm Event Driven · athola
    Applies event-driven async messaging to decouple producers and consumers. Use when designing real-time or multi-subscriber systems needing loose coupling.
    1 install
  10. Architecture Paradigm Client Server · athola
    Applies client-server architecture for web/mobile apps. Use when designing systems with centralized backend services, trust boundaries, or offline-first sync.
    1 install
  11. Architecture Paradigm Domain Driven · athola
    Models a business in its own language. Use when the domain has real business rules to capture.
    1 install
  12. Architecture Paradigm Microservices · athola
    Applies microservices for independent deployment and per-service scaling. Use when teams need autonomous release cycles with distinct capability scaling needs.
    1 install
  13. Architecture Paradigm Service Based · athola
    Applies coarse-grained service architecture for deployment independence. Use when independent deployment is needed but shared databases rule out microservices.
    1 install
  14. Architecture Paradigm Functional Core · athola
    Applies Functional Core, Imperative Shell to isolate logic from side effects. Use when business logic is entangled with I/O or unit tests are slow and brittle.
    1 install
  15. Architecture Paradigm Modular Monolith · athola
    Applies modular monolith with enforced internal boundaries. Use when teams want service-level autonomy without distributed system overhead.
    1 install