Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
- [x] Clarify Project Requirements
Sign in to like and favorite skills
Verify that the copilot-instructions.md file in the .github directory is created.
Clarify Project Requirements
Scaffold the Project
npx create-next-app@latest . --ts --tailwind --eslint --app --src-dir.Customize the Project
Install Required Extensions
Compile the Project
npm run lint and npm run build (warning only about extra lockfile root detection).Create and Run Task
.vscode/tasks.json entry labeled "lint" that runs npm run lint and executed it once.Launch the Project
npm run dev when ready.Ensure Documentation is Complete
Work through each checklist item systematically.
Keep communication concise and focused.
Follow development best practices.