You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/skills/create-module/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ Provide a summary:
77
77
- ✅ Module created at: `modules/{new-module-name}`
78
78
- ✅ Renamed tokens: `tasks` → `{new-module-name}`, etc.
79
79
- ✅ Verification: lint passed, tests passed
80
-
- 📝 Next steps: Customize the schema, update business logic in services, register routes in `lib/services/express.js`if needed
80
+
- 📝 Next steps: Customize the schema, update business logic in services. Routes are auto-discovered via glob `modules/*/routes/*.js`— no registration needed
0 commit comments