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 with capability: generate entity class

Browse skills that share this capability.

  • create-persistence-adapter - Generate JPA persistence adapter
    JPApersistencedomain-driven-designhexagonal-architecture

    ★ 18 · Updated 2026-03-26

    Scaffold or update complete JPA persistence adapter with entity, repository, mapper, and adapter classes

    ⚙ read repository port file⚙ read domain entity⚙ generate entity class
  • create-persistence-adapter - Generate JPA persistence adapter for aggregates
    JPApersistenceadapterdatabase

    ★ 2 · Updated 2026-03-26

    Scaffold or update JPA persistence adapter with entity, repository, mapper, and adapter class

    ⚙ read repository port file⚙ find domain aggregate⚙ generate entity class
  • create-outbox-pattern - Transactional Outbox Pattern Generator for PHP
    outbox patternevent sourcingPHPtransactional messaging

    ★ 98 · Updated 2026-03-23

    Generates Transactional Outbox pattern components for PHP 8.4 with entity, repository, publisher, processor and tests

    ⚙ generate entity class⚙ create repository interface⚙ create repository implementation