Create Module

Use when adding a new module, utility, helper, hook, or any piece of logic to a frontend project — keeps UI components thin by routing logic into the right layer (utils / libs / hooks / composables / stores) behind a typed interface, with a barrel export and a colocated unit test.

VelimirMueller Updated

File contents

VelimirMueller/claude_development_skills/tree/main/skills/frontend/create-module commit 7f4a6d721f

Frequently asked questions

npx skillmds@latest add velimirmueller/create-module