boilerplate-generator
CommunityGenerate strict, decoupled architecture scaffolds
Software Engineering#architecture#scaffolding#controller handler separation#response envelope#routing boilerplate#decoupled design
Authorredbananastudios
Version1.0.0
Installs0
System Documentation
What problem does it solve?
It eliminates the risk of forgetting required architectural boilerplate that keeps controllers/routes decoupled from business logic and enforces consistent response envelopes.
Core Features & Use Cases
- Strict scaffolding workflow: Forces the creation of empty structural files before implementing any logic.
- Controller/Handler separation: Ensures controllers only extract inputs and delegate to handlers for all business logic.
- Standardized response envelope: Requires consistent
{ success, data, errors }(orResult<T>) return shapes to avoid ad-hoc responses. - Use Case: When adding a new backend route and its handler (or a new frontend component), start by generating the required skeleton so architecture and response contracts are correct from day one.
Quick Start
Ask the AI to scaffold a new controller, handler, and standardized response envelope for your next route before you write any business logic.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: boilerplate-generator Download link: https://github.com/redbananastudios/ai-library/archive/main.zip#boilerplate-generator Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.