crear-html-twig

Generate and manage HTML Twig views in FacturaScripts plugins.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of creating, using, and extending HTML Twig views in FacturaScripts, reducing the manual work involved in developing plugins and improving overall development efficiency.

Core Features & Use Cases

  • View Creation: Generate and manage HTML Twig views with pre-defined structures and heritability.
  • Heritage and Extensions: Utilize heritance from core or plugin templates and apply hooks for further extensions.
  • Use Case: When you need to create a new plugin for FacturaScripts, this Skill can help generate the basic view files and set up the necessary structures.

Quick Start

Use the 'crear-html-twig' skill to generate a new view for your plugin.

Frequently Asked Questions about crear-html-twig

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

FAQPage Schema
How do I create HTML Twig views for a FacturaScripts plugin?

To create HTML Twig views for a FacturaScripts plugin, you can automate view generation and management. This process generates pre-defined template structures and sets up the necessary files for your plugin development environment.

Can I extend core FacturaScripts templates using Twig inheritance?

Yes, you can extend core FacturaScripts templates using Twig inheritance. The view creation process supports heritance from core or plugin templates and allows you to apply hook-based extensions for further template customization.

Do I need to know Twig syntax to manage FacturaScripts views?

Yes, you need knowledge of Twig template syntax and the FacturaScripts plugin structure to manage views effectively. This prerequisite understanding is required to automate HTML Twig view creation and utilize template heritability correctly.

What is the best way to structure FacturaScripts plugin templates?

The best way to structure FacturaScripts plugin templates is by using pre-defined HTML Twig views with heritability. This approach streamlines plugin development by reducing manual work and ensuring your views can inherit from core or plugin templates.

Why use hooks when extending FacturaScripts Twig templates?

You use hooks when extending FacturaScripts Twig templates to apply further extensions beyond basic inheritance. Hooks allow you to customize and build upon existing core or plugin template structures without modifying the original files.