crear-controlador

Generate FacturaScripts PHP controllers and Twig views.

7|2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/FacturaScripts/fs-claude-plugin --skill crear-controlador
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crear-controlador
Source: https://github.com/FacturaScripts/fs-claude-plugin/tree/main/fs-dev/skills/crear-controlador
Command: npx skills add https://github.com/FacturaScripts/fs-claude-plugin --skill crear-controlador

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of FacturaScripts controllers, including their associated views, significantly reducing the time and effort required to develop new features.

Core Features & Use Cases

  • Controller Generation: Automatically generates Controller, ListController, EditController, and PanelController classes.
  • View Creation: Generates corresponding views in HTML Twig.
  • Use Case: Ideal for quickly setting up new modules or enhancing existing ones in the FacturaScripts ERP system.

Quick Start

Use the 'create-controlador' skill to generate a new ListController for the 'MiModelo' model.

Frequently Asked Questions about crear-controlador

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a FacturaScripts controller automatically?

To generate a FacturaScripts controller automatically, use a single command that creates PHP controller classes and HTML Twig views for various controller types, significantly reducing development time and effort.

What types of controllers can I create for FacturaScripts ERP development?

For FacturaScripts ERP development, you can create ListController, EditController, and PanelController classes, along with their corresponding HTML Twig views, to quickly set up new modules or enhance existing features.

Do I need PHP and Twig to create FacturaScripts views?

Yes, you need PHP and Twig to create FacturaScripts views, as the automation process generates PHP files for the controller classes and HTML Twig files for the associated views required by the ERP system.

How does automated controller generation work in FacturaScripts?

Automated controller generation in FacturaScripts works by taking a single command input for a specified model and automatically producing the required PHP controller class alongside its matching Twig view file.

Can I use this controller generation for existing FacturaScripts modules?

Yes, you can use this controller generation for existing FacturaScripts modules, as it is designed to quickly set up new modules and enhance existing ones by generating the necessary ListController, EditController, or PanelController files.