Generate Feature Package

Scaffold a new feature domain package under features/<name>/ in this project, following the feature-architecture spec. Use whenever the user wants to create/start/bootstrap a new feature, domain, module, or slice — e.g. "create a feature for invoices", "scaffold a new domain", "/generate-feature-package payments", "set up the folder structure for a new module". Creates the client-safe zones (components, schemas, types) and the server zone (actions, db, services, permissions) with ready-to-fill barrel and stub files — constants/, server/api/, utils/, context/, and hooks/ are optional and added later, on demand.

JanSzewczyk 78c905c 3 files · 28.0 KB Updated

File contents

JanSzewczyk/claude-plugins/tree/main/plugins/nextjs/skills/generate-feature-package commit 78c905c253

Frequently asked questions

npx skillmds@latest add janszewczyk/generate-feature-package