scaffolding-modules

Scaffold a complete domain module with UI, API, permissions, events, and tests.

15|3|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/signals-rental/framework --skill scaffolding-modules-signals-rental
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: scaffolding-modules
Source: https://github.com/signals-rental/framework/tree/main/.claude/skills/scaffolding-modules
Command: npx skills add https://github.com/signals-rental/framework --skill scaffolding-modules-signals-rental

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides teams in scaffolding a complete domain module with UI and API, ensuring an end-to-end vertical slice is built according to framework conventions.

Core Features & Use Cases

  • End-to-end vertical slice: builds a complete module with model, API, UI, permissions, events, and tests.
  • Gap analysis: audits existing modules for completeness against framework conventions.
  • Use Case: When starting a new domain, scaffold a full module that includes UI views, API endpoints, permissions, and tests to meet the framework's Definition of Done.

Quick Start

Bootstrap a complete domain module by following Phase 0 checks and mirroring Members patterns for UI, API, and admin surfaces.

Frequently Asked Questions about scaffolding-modules

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

FAQPage Schema
How do I scaffold a complete domain module with UI and API endpoints?▼

To scaffold a domain module, you build an end-to-end vertical slice including UI pages, API endpoints, permissions, events, and tests to meet the framework's Definition of Done.

What is a vertical slice in module scaffolding?▼

A vertical slice in module scaffolding is a complete domain component integrating model, API, UI views, permissions, events, and tests from inception to meet framework conventions.

How do I audit existing modules for framework convention gaps?▼

You audit existing modules for framework convention gaps by performing gap analysis that checks completeness against the Definition of Done for UI, API, permissions, events, and tests.

When should I scaffold a complete domain module instead of building components separately?▼

You should scaffold a complete domain module when starting a new domain slice or major system component, ensuring an end-to-end vertical slice meets framework conventions from inception.

Does scaffolding a domain module include permissions and event setup?▼

Yes, scaffolding a domain module includes permissions and event setup, as the process creates a complete vertical slice requiring UI, API, permissions, events, and tests to satisfy the framework's Definition of Done.