plugins/claude/code
Snider 7d9c8e1647
feat: Add /core:scaffold command (#85)
Adds a new scaffolding command, `/core:scaffold`, to generate boilerplate code for models, actions, controllers, and modules.

The command includes subcommands for each component:
- `/core:scaffold model <name>`
- `/core:scaffold action <name>`
- `/core:scaffold controller <name>`
- `/core:scaffold module <name>`

The templates follow the conventions of the Host UK monorepo and include necessary boilerplate code, namespaces, and directory structures. A placeholder test file is also included.
2026-02-02 07:21:02 +00:00
..
.claude-plugin feat(cli): integrate MCP server (#71) 2026-02-02 07:14:50 +00:00
commands feat: Add /core:scaffold command (#85) 2026-02-02 07:21:02 +00:00
hooks refactor: restructure as plugin monorepo 2026-02-01 19:44:26 +00:00
scripts feat(/core:deps): show module dependencies (#82) 2026-02-02 07:19:58 +00:00
skills feat(code): add smart test runner command (#83) 2026-02-02 07:20:09 +00:00
tests feat: Add /core:scaffold command (#85) 2026-02-02 07:21:02 +00:00
hooks.json feat(plugin): Implement workspace awareness to detect the current module (#75) 2026-02-02 07:17:36 +00:00