π Complete Vibe-Coding Setup: 7 Agents, 17 Skills, 6 MCP Servers β and Your Copilot Knows Your Entire Architecture #12
AndreasKarz
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
π Complete Vibe-Coding Setup: 7 Agents, 17 Skills, 6 MCP Servers β and Your Copilot Knows Your Entire Architecture
The Problem We All Have
You open GitHub Copilot in Agent Mode, ask it to add a property to your domain model β and it generates code that ignores your naming conventions, puts business logic in the API layer, and forgets your test patterns.
Copilot is brilliant. But without context, it's just guessing.
What I Built
An open-source, production-tested setup that turns GitHub Copilot from a generic code generator into a context-aware team member that knows your architecture, accesses your tools, and follows your conventions β automatically.
Repository: github.com/AndreasKarz/DotNET-Developer-AI-Setup
What's Inside
The Numbers
What Makes This Different
1. One Command Setup
Installs and configures all 6 MCP servers, warms the NPX cache, generates
mcp.jsonfor VS Code β done in under 2 minutes.2. The Agent Knows Your Rules
Ask it to add a property and it will:
general.instructions.md)backend-developerskill)graphql.instructions.md)tests.instructions.md)hotchocolate-specialistskill)3. Self-Learning Agents
The HotChocolate Expert and DevOps Expert fetch official documentation before answering β so they stay current even as frameworks evolve.
4. Security Built-In
A comprehensive trust boundary blocks prompt injection from 12+ untrusted sources (code comments, DB results, pipeline YAML, GraphQL schemas, images...). The
penetration-testerskill runs OWASP-grade security assessments.5. End-to-End Prompt Workflows
The
Implement_from_PBIprompt takes a Work Item ID and drives the full cycle:PBI Analysis β Codebase Analysis β Implementation Plan (you confirm) β Code β Tests β Code Review
6. Not Just .NET β Adaptable to Any Stack
The repo includes a CUSTOMIZATION.md with 5 complete migration guides:
Each guide shows exactly which files to change and includes a ready-to-use Copilot prompt that rewrites the entire configuration.
7. MonoRepo Ready
Symlink the
.github/folder into any number of repositories β one source of truth, zero duplication.Architecture Review: APPROVED
The entire setup has been through a senior architecture review covering all 4 instructions, 7 agents, 17 skills, 1 prompt, and the main AGENTS.md. Verdict: Production-Ready.
Key findings:
Live Demo? I'd Love To! π€
I'm planning to present this setup at a GitHub Copilot Dev Day event on March 19, 2026 as a Community Session. The demo would show:
npm run setup-mcpfrom zero to fully configured agentImplement_from_PBIprompt with Agent Mode@MongoDBExpert,@DebugExpert)If you're organizing a Dev Day and looking for community session content β I'd be happy to contribute!
Try It Yourself
git clone https://github.com/AndreasKarz/DotNET-Developer-AI-Setup.git cd DotNET-Developer-AI-Setup npm run setup-mcpOpen VS Code, start Copilot Chat in Agent Mode, and ask:
Watch it load the right instructions automatically. Then try:
Watch it use sequential thinking to produce a layered implementation plan.
Feedback, questions, and ideas for improvement are very welcome!
Beta Was this translation helpful? Give feedback.
All reactions