Claude Code : UI
[Prompt 1 / Default Mode] :-
implement a /dashboard page which will contain a datepicker that defaults to the current date. this page will load all the logged workouts for the date displayed in the datepicker.
Influence Output of Claude Code
This could be skills.
[prompt 1 / edit mode]:
create a docs/ui.md file outlining the coding standards for the ui thoughout this entire project. the document should outline that ONLY shadcn ui components should be used for the ui in this project. ABSOLUTELY NO custom components should be created, ONLY use shadcn ui components.
date formatting should be done via date-fns. dates should be formatted like the following:
- 1st Sep 2025
- 2nd Aug 2025
- 3rd Jan 2026
- 4th Jun 2024
[prompt 2 / edit mode]:
update the CLAUDE.md file to highlight that all code generated by claude code should ALWAYS first refer to the relevant docs file within the /docs directory.
[prompt 3 / edit mode]:
create a /dashboard page with a datepicker set to the current date. this page should also show a list of workouts logged for the date within the datepicker. ONLY generate the UI for this page. DO NOT generate any data fetching or server side code just yet. JUST focus on the UI.
Comments
Post a Comment