symfony-skills
NewSummary
This skill provides expert guidance and code generation for Symfony development, covering best practices for building web applications, APIs, and bundles.
- It helps developers quickly scaffold Symfony projects, implement common patterns, and debug issues using the Symfony framework.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/symfony-skills.md https://raw.githubusercontent.com/fatonh/symfony-skills/main/SKILL.md/symfony-skillsUse Cases
Usage Examples
/symfony-skills Create a new Symfony controller for handling blog posts with CRUD operations.
/symfony-skills Generate a Doctrine entity for a Product with fields name, price, and category.
How do I configure a custom service in Symfony using YAML?
Security Audits
Frequently Asked Questions
What is symfony-skills?
This skill provides expert guidance and code generation for Symfony development, covering best practices for building web applications, APIs, and bundles. It helps developers quickly scaffold Symfony projects, implement common patterns, and debug issues using the Symfony framework.
How to install symfony-skills?
To install symfony-skills: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/symfony-skills.md https://raw.githubusercontent.com/fatonh/symfony-skills/main/SKILL.md. Finally, /symfony-skills in Claude Code.
What is symfony-skills best for?
symfony-skills is a skill categorized under General. Created by fatonh.
What can I use symfony-skills for?
symfony-skills is useful for: Generate a new Symfony controller with routing and dependency injection.; Create Doctrine entities and migrations for a new database schema.; Implement a custom Symfony form type with validation constraints.; Debug a Symfony service container configuration issue.; Set up a Symfony API platform resource with CRUD operations.; Optimize Symfony performance using cache and profiler tools..