From superpowers-symfony
Generates Doctrine entity relationships (OneToMany, ManyToMany) for Symfony projects, producing PHP entity code with proper annotations and mappings.
How this command is triggered — by the user, by Claude, or both
Slash command
/superpowers-symfony:symfony-doctrine-relationsThe summary Claude sees in its command listing — used to decide when to auto-load this command
Use the `symfony:doctrine-relations` skill exactly as written.
Use the symfony:doctrine-relations skill exactly as written.
npx claudepluginhub makfly/superpowers-symfony --plugin superpowers-symfony/generate-dddGenerates Domain-Driven Design components for PHP 8.4 projects including entities, value objects, aggregates, commands, queries, repositories, domain services, and more with tests and layer placement.
/laravel-eloquent-relationshipsInvokes the laravel:eloquent-relationships skill to define and load Eloquent model relationships efficiently in Laravel applications.
/schema-generatorGenerates optimized database schemas and automated migration scripts for PostgreSQL, MySQL, MongoDB with ORM integration for Prisma, TypeORM, Sequelize, and Mongoose.