framework:make:entity

Community

Generate Doctrine entities with Elegant Objects principles.

Authoratournayre
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill eliminates the repetitive boilerplate coding required to create Doctrine entities and repositories, automatically implementing best practices and design patterns so you can focus on business logic.

Core Features & Use Cases

  • Complete Entity Generation: Creates Doctrine entities with proper ORM attributes, UUID IDs, and repository classes.
  • Elegant Objects Compliance: Enforces immutability, private constructors, static factories, and interface implementations.
  • Use Case: When starting a new Symfony project, use this Skill to generate a Product entity with name, price, and stock properties - automatically creating all necessary files with proper architecture patterns.

Quick Start

Use skill framework:make:entity to create a new Product entity with properties name:string, price:float, and stock:int.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: framework:make:entity
Download link: https://github.com/atournayre/claude-marketplace/archive/main.zip#make-entity

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository