AI SummaryHeuristic scoring (no AI key configured).
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "tetris-game — Copilot Instructions" prompt rules to my project. Repository: https://github.com/mauricekastelijn/tetris-game 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
Tetris game coded by AI, supervised by a seasoned developer
Types of Activities
• Features: New functionality that adds value to the product. • Bugs: Issues that need to be fixed to ensure the product works as intended • Chores: Maintenance tasks that keep the project healthy, such as updating dependencies or improving documentation. • Spikes: Research tasks to explore new technologies or approaches.
git conventions
• Use descriptive commit messages. • Follow the branching strategy (e.g., feature branches, bugfix branches). • Keep commits small and focused. • Regularly pull changes from the dev branch to avoid conflicts. • Branch naming conventions: • Features: feature/#<issue #>-short-description • Bugs: bugfix/#<issue #>-short-description • Chores: chore/#<issue #>-short-description • Spikes: spike/#<issue #>-short-description • Commit messages should follow: • <type>(#<issue #>): <short description>\n<detailed description (if necessary)> • Types: feat, fix, chore, spike • Example: feat(#1234): add user authentication • Include a '!' before the colon and "breaking change!" at the end of the first line to indicate breaking changes, e.g., feat(#1234)!: change API endpoint
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