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: code architecture

Browse skills that share this tag.

  • improve-codebase-architecture - Deepen modules for better testability
    code architecturerefactoringtestabilitymodule design

    ★ 9 · Updated 2026-06-30

    Explore codebase to find architectural improvements and propose deepening refactors

    ⚙ explore codebase⚙ present candidates⚙ frame problem space
  • feature-dev - Automated feature development workflow
    feature developmentcode architecturecode reviewworkflow automation

    ★ 602 · Updated 2026-06-15

    Automates 7-phase feature development workflow with specialized agents

    ⚙ clarify feature requirements⚙ explore codebase⚙ ask clarifying questions
  • ddd-tactical-patterns - Apply DDD tactical patterns in code
    developmentdddtactical patternsaggregates

    ★ 148 · Updated 2026-06-15

    Apply DDD tactical patterns using entities, value objects, aggregates, repositories, and domain events with explicit invariants

    ⚙ Identify invariants⚙ Design aggregates⚙ Model value objects
  • architecture-navigator - DevPrep AI Architecture Intelligence Tool
    code architectureproject structurecode organizationdevelopment navigation

    ★ 422 · Updated 2026-05-11

    Navigate and validate DevPrep AI 7-folder architecture structure

    ⚙ scan codebase architecture⚙ answer placement questions⚙ list existing modules
  • fn-args-deps - Functions over classes with explicit DI
    dependency injectionfunctional programmingcode architectureTypeScript

    ★ 18 · Updated 2026-03-23

    Enforce fn(args, deps) pattern for business logic functions with explicit dependency injection

    ⚙ declare function deps types⚙ use per-function dependencies⚙ wire deps at boundary