Skip to content

Commit d6024d6

Browse files
committed
fix: correct spelling in startup notes and expand testing instructions
- Fixed a typo in the instruction to generate the initial schema. - Added guidance for setting up a vitest unit test example and additional notes for initializing project files.
1 parent 57fa32b commit d6024d6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

skills/project-starter/references/startup-notes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Update `.vscode/settings.json` to
2222
}
2323
```
2424

25-
Run `db:generate` to generate innitial schema
25+
Run `db:generate` to generate initial schema
2626

2727
Now you can run `bun dev` without issues. NOTE: Make sure nothing else is running on port 3000 otherwise your server may run into CORS issues.
2828

@@ -276,3 +276,9 @@ Sample agent instructions:
276276
- Note that base-ui uses render prop instead of Radix's asChild
277277
- Ensure that you have fixed all type errors before deeming your work complete
278278
```
279+
280+
Should also set up an example vitest unit test using composeStories. Button's a good candidate here.
281+
282+
Now, you should be at a good point to init-project.sh
283+
284+
Afterwards, would also be a great place to /init CLAUDE.md (using Opus 4.5), put that input into AGENTS.md, and then symlink CLAUDE.md to AGENTS.md

0 commit comments

Comments
 (0)