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-organization

Browse skills that share this tag.

  • beautyline-lib-and-tests - Beautyline src/lib logic and Vitest test placement guide
    beautylinevitestunit-testingcode-organization

    ★ 0 · Updated 2026-09-09

    Provides rules for organizing helpers, queries, serializers, constants, and Vitest tests under src/lib in Beautyline.

    ⚙ Organize domain logic in src/lib⚙ Place Vitest tests next to modules⚙ Run Vitest unit test suite
  • command-to-subagent - Convert Ruly Commands to Subagents
    commandsubagentrefactoringMCP

    ★ 57 · Updated 2026-03-20

    Extract execution logic from commands into dedicated subagents, isolating API/MCP complexity from user workflows

    ⚙ identify split point⚙ create subagent file⚙ update command file
  • project-manager - Project Manager for Development Workspace
    project-managementdevelopment-workflowproject-discoverycode-organization

    ★ 0 · Updated 2026-02-23

    Manage and provide context for all projects in the code directory

    ⚙ scan project directories⚙ read project documentation⚙ check git status
  • triatu-architecture - Triatu Clean Architecture Guidance for Code Organization
    architectureguidanceclean-architecturetriatu

    ★ 0 · Updated 2026-02-12

    Provides Clean Architecture guidance for Triatu project including layering, dependencies, and code placement decisions

    ⚙ read architecture documentation⚙ identify code layer placement⚙ add domain interfaces for infrastructure
  • triatu-architecture - Triatu Clean Architecture Guidance and Design Advisor
    architectureclean-architecturecode-organizationdocumentation

    ★ 602 · Updated 2026-02-12

    Provides Clean Architecture guidance for Triatu projects including layering, dependencies, and code organization

    ⚙ read architecture documentation⚙ identify code layer placement⚙ update architecture documents