What's the task?
This task is to add best practices for AI coding by including some coding best practice prompts and basic settings for co pilot and / or claude.
I created an example for including both by adding prompts to a /prompts folder and links to it in Claude.md by including: @prompts/nextjs-best-practice.prompt.md. and
"chat.promptFilesLocations": {
"prompts": true
}
in .vscode/settings.json
These files could be moved to the docs folder in the app. There are a lot of ways to slice this of course.
What's the task?
This task is to add best practices for AI coding by including some coding best practice prompts and basic settings for co pilot and / or claude.
I created an example for including both by adding prompts to a
/promptsfolder and links to it inClaude.mdby including:@prompts/nextjs-best-practice.prompt.md. andin
.vscode/settings.jsonThese files could be moved to the
docsfolder in the app. There are a lot of ways to slice this of course.