Skip to content

docs: align VS Code Copilot prompts, modes, toolsets and instructions with .cursor rules#48

Merged
Loukass23 merged 2 commits intoCodeAcademyBerlin:mainfrom
overandeasy:main
Sep 8, 2025
Merged

docs: align VS Code Copilot prompts, modes, toolsets and instructions with .cursor rules#48
Loukass23 merged 2 commits intoCodeAcademyBerlin:mainfrom
overandeasy:main

Conversation

@overandeasy
Copy link
Copy Markdown
Contributor

@overandeasy overandeasy commented Sep 5, 2025

Pull Request

📝 Description

Generate and align VS-Code-based-GitHub-Copilot-specific prompts, modes, toolsets, and instructions with Cursor-specific rules

What does this PR do?

  • Add copilot-instructions.md as Copilot's source of truth for repo-wide architecture, boundaries, and coding patterns
  • Create prompt files for planner, accessibility, performance, feature, AI integration, testing, and all remaining .cursor/rules topics
  • Update modes.json to map each rule to a Copilot mode
  • Add toolsets.json for Copilot tool integration
  • Ensure all Copilot config reflects repo architecture and coding patterns from copilot-instructions.md
  • Add mcp.json for context7 and plate MCP servers for the VS Code+GitHub Copilot environment

🔄 Type of Change

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ✨ New feature (non-breaking change that adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [X ] 📚 Documentation update
  • 🎨 Style/UI changes
  • ♻️ Code refactoring (no functional changes)
  • ⚡ Performance improvements
  • 🧪 Test additions or updates
  • 🔧 Configuration changes
  • 🏗️ Build system changes

📸 Screenshots/Videos

N/A

🤔 Questions and Concerns

Uncertain if copilot-instructions.md under the .github directory would affect Cursor's AI instructions.
Generated files have not been put in extensive use to varify validity.

Known Issues or Limitations

N/A

📚 Additional Context

This update is aimed for GitHub Copilot VS Code users to use AI with rules corresponding to what has been set in the Cursor environment. Every rule under the .cursor directory is mapped into the prompts, instructions, and toolsets files under .vscode/copilot.

overandeasy and others added 2 commits September 4, 2025 17:26
… with .cursor rules

- Add `copilot-instructions.md` as the single source of truth for repo-wide architecture, boundaries, and coding patterns
- Create prompt files for planner, accessibility, performance, feature, AI integration, testing, and all remaining `.cursor/rules` topics
- Update `modes.json` to map each rule to a Copilot mode
- Add `toolsets.json` for Copilot tool integration
- Ensure all Copilot config reflects repo architecture and coding patterns from `copilot-instructions.md`
- Add `mcp.json` for `context7` and `plate` MCP servers
@Loukass23 Loukass23 merged commit f2f9b07 into CodeAcademyBerlin:main Sep 8, 2025
1 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants