LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: design patterns

Browse skills that share this tag.

  • code-design - Production-Grade Code Design
    code designsoftware engineeringSOLID principlesdesign patterns

    ★ 5 · Updated 2026-06-30

    Apply SOLID principles, design patterns, and clean code practices for production-ready development

    ⚙ write production code⚙ review code quality⚙ design code architecture
  • ui-ux-pro-max - UI/UX Design Intelligence
    ui designux designfrontendweb development

    ★ 57 · Updated 2026-05-28

    Searchable database of UI styles, color palettes, font pairings, and design best practices for frontend development

    ⚙ search UI styles⚙ search color palettes⚙ search font pairings
  • lwc-patterns - LWC Design Patterns Guide
    LWCdesign patternsstate managementcomponent communication

    ★ 1 · Updated 2026-05-28

    Lightning Web Components patterns for state management, component communication, and architecture

    ⚙ pass props to child⚙ handle child events⚙ publish events
  • architect - Implementation Plan Architect
    architectureplanningimplementationdesign patterns

    ★ 0 · Updated 2026-05-09

    Design high-quality implementation plans with universal patterns, checklists, and architectural guidelines.

    ⚙ design implementation plans⚙ apply architectural patterns⚙ validate plan structure
  • agent:review - AI Agent Pattern Review Tool
    agent reviewcode reviewdesign patternsbest practices

    ★ 1 · Updated 2026-03-20

    Validates AI agents against 22 patterns with scored checklist and recommendations

    ⚙ read spec documents⚙ read source code⚙ read configuration
  • architect - Architecture Review and Design
    architecturesystem designdesign patternscode review

    ★ 0 · Updated 2026-03-20

    Guides systematic architectural review and design before implementation

    ⚙ review architecture⚙ design system⚙ evaluate technical debt
  • law-of-demeter - Law of Demeter Code Refactoring
    code qualitydesign patternssoftware architecturecode refactoring

    ★ 0 · Updated 2026-03-20

    Detect chained method calls and nested property access violations in code

    ⚙ detect chained method calls⚙ identify nested property access⚙ analyze method call chains
  • gof-patterns - GoF Design Patterns Reference
    design patternsGang of Fourarchitecturerefactoring

    ★ 602 · Updated 2026-03-20

    Provides reference for 23 Gang of Four design patterns with pseudocode examples

    ⚙ reference design patterns⚙ choose appropriate pattern⚙ implement design pattern
  • arch_patterns - Architecture Patterns Analysis and Selection
    architecturemicroservicesdesign patternssoftware engineering

    ★ 18 · Updated 2026-02-15

    Analyzes and compares software architecture patterns including monolith, microservices, layered, event-driven, and CQRS

    ⚙ Compare architecture patterns⚙ Analyze system requirements⚙ Evaluate complexity levels
  • arch_patterns - Architecture Patterns for System Design and Decision Making
    arch patternsarchitectureautomationbest practices

    ★ 42 · Updated 2026-02-15

    Compare and select architecture patterns including monolith vs microservices, layered, event-driven, and CQRS for system design.

    ⚙ compare monolith vs microservices⚙ analyze layered architecture⚙ implement event-driven architecture
  • arch_patterns - Software Architecture Patterns Guide
    architecturesoftware engineeringdesign patternsmicroservices

    ★ 602 · Updated 2026-02-14

    Analyzes and compares software architecture patterns including monolithic, microservices, layered, event-driven, and CQRS approaches

    ⚙ compare architecture patterns⚙ recommend pattern selection⚙ explain pattern characteristics
  • go-functional-options - Implement Functional Options Pattern for Go APIs
    Godesign patternsAPI designcode style

    ★ 211 · Updated 2026-02-11

    Applies the functional options pattern to Go constructors and public APIs with optional configuration.

    ⚙ define Option interface⚙ create With* constructors⚙ configure optional parameters