Comprehensive AI assistant instructions combining GitHub Copilot, Claude, and Gemini workflows for consistent, high-quality development assistance.
This repository provides centralized AI instruction management with modular, reusable configurations. It is optimized for GitHub Copilot, Claude, and Gemini integration. It features multiple AI system compatibility with standardized workflows, security scanning, and cost-conscious development practices.
- Explore the Instructions: The core instructions are in the
.ai-instructions
directory. - Vendor-Specific Integration: The
.claude
,.copilot
,.gemini
, and.github
directories contain links to these core instructions. - Use the Commands: Leverage the standardized commands like
commit
andreview-code
with your AI assistant.
This project uses a centralized, single-source-of-truth model.
The .ai-instructions
directory contains the canonical documentation, which is then referenced by vendor-specific files.
This adheres to the DRY (Don't Repeat Yourself) principle, making maintenance easier.
The core of this project is a rigorous, 5-step development workflow designed for automation.
For more details, see the main instruction file:
.ai-instructions/INSTRUCTIONS.md
.