Project Setup from Scratch
Provides a complete checklist so nothing is missed, includes CLAUDE.md and skills setup from day one, and explicitly prevents scope creep with the final constraint.
Set up a new {{framework}} project with the following requirements: Stack: {{tech_stack}} Features: {{feature_list}} Steps: 1. Initialize the project with standard tooling 2. Set up the directory structure following {{framework}} best practices 3. Configure TypeScript, linting, and formatting 4. Create a CLAUDE.md with the full project context 5. Add a .claude/skills/ directory with a deploy skill 6. Create a basic README with setup instructions 7. Make an initial git commit Use the latest stable versions of all dependencies. Do not add anything I didn't ask for.
Variables to customize
Why this prompt works
Provides a complete checklist so nothing is missed, includes CLAUDE.md and skills setup from day one, and explicitly prevents scope creep with the final constraint.
Save this prompt to your library
Organize, version, and access your best prompts across ChatGPT, Claude, and Cursor.
Related prompts
Get thorough code reviews with actionable feedback tailored to your language, framework, and standards.
Context-Aware Code CompletionProviding the surrounding code and project context lets the model match existing patterns exactly. The constraint against modifying existing code prevents unwanted side effects.
Inline Code SuggestionConstraining suggestions to match existing style and scope produces insertions that feel native to the codebase. The 'no explanation' rule mimics real inline completion behavior.
Code ExplanationThe audience level parameter adjusts complexity automatically. Requiring a usage example ensures the explanation is practical, not just theoretical.