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: object-oriented

Browse skills that share this tag.

  • create-oo-component-documentation - Generate Standard OO Component Documentation
    documentationobject-orientedarchitectureC4 model

    ★ 0 · Updated 2026-03-24

    Create comprehensive documentation for object-oriented components following industry best practices and architectural standards

    ⚙ analyze component code⚙ examine source files⚙ identify class structures
  • create-oo-component-documentation - Generate OO Component Documentation
    documentationarchitectureobject-orientedcomponents

    ★ 0 · Updated 2026-03-24

    Create standardized documentation for object-oriented components

    ⚙ analyze component code⚙ examine source files⚙ identify design patterns
  • create-oo-component-documentation - Generate Standard OO Component Documentation
    documentationobject-orientedcode-analysismarkdown

    ★ 18 · Updated 2026-03-24

    Analyze OO component code and create standardized technical documentation following industry best practices

    ⚙ examine code files⚙ analyze class structures⚙ identify design patterns
  • create-oo-component-documentation - Generate Standard OO Component Documentation
    documentationobject-orientedarchitecturedeveloper-tools

    ★ 0 · Updated 2026-03-24

    Create comprehensive, standardized documentation for object-oriented components

    ⚙ analyze component⚙ examine code files⚙ identify design patterns
  • applying-solid-principles - SOLID Principles and Clean Code Practice
    code qualitysoftware designSOLIDclean code

    ★ 602 · Updated 2026-03-10

    Applies SOLID principles and clean code practices for all code implementations

    ⚙ apply SOLID principles⚙ write clean code⚙ design with interfaces
  • refactoring-extract-superclass - Extract Superclass Code Refactoring Technique
    code-refactoringobject-orientedclean-codedesign-patterns

    ★ 271 · Updated 2026-02-23

    Create a new superclass from classes sharing common fields and methods to eliminate duplication

    ⚙ create empty superclass⚙ make classes extend superclass⚙ pull up shared fields