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 "vjsg — Copilot Instructions" prompt rules to my project. Repository: https://github.com/mvmrik/vjsg 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
Copilot Instructions for vjsg
Copilot Instructions
These instructions are for GitHub Copilot to understand and follow specific rules when working with this project.
1. **Use Vue.js instead of Blade**
• Mandatory: Always use Vue.js components and syntax • Forbidden: Do not use Blade templates (.blade.php files) • Exception: Only for system Laravel files like layouts, if absolutely necessary
2. **Language Files**
• Mandatory: Always use language files with the current separate file structure • Structure: resources/lang/{locale}/{section}.php • Examples: • resources/lang/en/home.php - for the home page • resources/lang/bg/global.php - for global translations • Forbidden: Hardcoded texts in components
3. **Build and Development Commands**
• Forbidden: Do not run npm run build or npm run dev, except if very necessary • Forbidden: Do not run php artisan serve • Explanation: These commands are started at the beginning and run continuously
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