AI SummaryThis Cursor Rules booster establishes documentation standards for projects, defining when and where to create docs, what content to include, and maintenance guidelines to keep documentation organized and relevant.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "wishlist — Cursor Rules" prompt rules to my project. Repository: https://github.com/mykcryptodev/wishlist Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Cursor Rules for wishlist
Documentation Location
• All documentation files MUST be placed in the /docs folder • Never create markdown documentation files in the project root • Keep the root clean with only essential files (README.md, package.json, etc.)
When to Create Documentation
Documentation should be created and kept in source control ONLY if it meets these criteria:
✅ CREATE DOCUMENTATION FOR:
• Complex Integrations - Thirdweb, Supabase, external APIs • Architecture Decisions - Why certain approaches were chosen • Setup Guides - Required environment variables, configuration steps • User Guides - How end-users should use major features • Cross-Cutting Concerns - Authentication, caching, deployment • Known Gotchas - Issues that future developers will encounter (e.g., smart account auth)
❌ DO NOT CREATE DOCUMENTATION FOR:
• Simple Bug Fixes - These are documented in commit messages • Feature Implementation Details - Code should be self-documenting • Debugging Sessions - Temporary troubleshooting notes • Implementation Changelogs - Use git history instead • Duplicate Information - If it exists elsewhere, link to it • Prototype Summaries - Once feature is complete, document the final version only
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts