Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.74 KB

File metadata and controls

37 lines (23 loc) · 1.74 KB

AI Coding Instructions & Best Practices

This repository hosts curated "system instructions" and "rules" for AI coding assistants (GitHub Copilot, Cursor, Windsurf, etc.) to ensure they generate high-quality, production-ready code.

🎯 Goal

AI models are powerful but often generate generic or outdated code. By providing them with specific constraints, best practices, and preferred patterns, we can force them to adhere to production standards (in this case, focusing on enterprise Spring Boot & Java).

📂 Available Stacks

Comprehensive rules for building modern enterprise applications.

🚀 How to Use

For GitHub Copilot

  1. Copy the contents of the relevant .github-copilot-instructions.md into your own repository's .github/copilot-instructions.md.
  2. (Optional) Copy the copilot-rules/ folder to your repo to reference specific deep-dive context.

For Cursor

  1. Copy the copilot-rules/ directory associated with your stack into your project's .cursor/rules/ folder.
  2. Cursor will index these files and use them to enforce project-specific logic.

🤝 Contributing

Contributions are welcome! If you have optimized prompts or rules for other stacks (React, Python, Go, etc.), please submit a Pull Request.