feature-scaffolder

Generate structured backend and frontend file scaffolds for Laravel features.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/dnsnamdang/hrm-claude-config --skill feature-scaffolder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-scaffolder
Source: https://github.com/dnsnamdang/hrm-claude-config/tree/main/nhatlinh/.claude/skills/feature-scaffolder
Command: npx skills add https://github.com/dnsnamdang/hrm-claude-config --skill feature-scaffolder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of a structured file scaffold for new features, reducing the time and effort required to set up a new feature in both backend and frontend.

Core Features & Use Cases

  • Automated Scaffold Creation: Generates the necessary files for a new feature, including backend models, controllers, services, and frontend pages.
  • Customizable: Allows customization of the feature type (CRUD, list screen, API) and module assignment.
  • Use Case: When starting a new feature, this Skill can automatically create the initial files and structure, saving developers time and reducing the risk of missing critical components.

Quick Start

Run the feature-scaffolder skill with the required parameters to generate the scaffold for a new feature in the specified module.

Frequently Asked Questions about feature-scaffolder

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

FAQPage Schema
How do I automate feature scaffolding for a Laravel backend and frontend?

Automating feature scaffolding for a Laravel backend and frontend requires a tool that generates models, controllers, services, and frontend pages. This Skill creates that structured file scaffold automatically based on your specified module and feature type, reducing manual setup time.

What types of features can I generate using automated Laravel scaffolding?

Automated Laravel scaffolding can generate customized file structures for different feature types, including CRUD operations, list screens, and APIs. You configure the feature type and module assignment, and the Skill creates the corresponding backend and frontend files.

How do I set up a new feature scaffold in a Laravel project?

To set up a new feature scaffold in a Laravel project, run the Skill with the required parameters for your module and feature type. It automatically creates the initial backend and frontend files, streamlining development and reducing the risk of missing critical components.

Can I customize the generated files when scaffolding backend and frontend features?

You can customize the generated backend and frontend files by specifying the feature type and module assignment during the scaffolding process. This ensures the automated file generation matches your specific CRUD, list screen, or API requirements.

What backend components are included when generating a feature scaffold?

Generating a feature scaffold includes the creation of essential backend components such as models, controllers, and services, alongside the necessary frontend pages. This structured approach ensures all foundational files for a new feature are created simultaneously.

Do I need to manually create frontend pages when scaffolding a Laravel feature?

You do not need to manually create frontend pages when scaffolding a Laravel feature. The Skill handles both backend and frontend file creation automatically, generating the complete structured scaffold to streamline your development workflow.