RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/AGENTS.md/AndreasKarz/Vibe-Coding-Dev-Setup

AGENTS.md

.github/AGENTS.md
AGENTS.md

Quality

66/100

Scores the file, not the repository.

Length

568 words

9 headings · 1 code blocks

Repository

7

— · pushed 173 days ago

Last changed

3 days ago

First indexed 3 days ago.
AndreasKarz/Vibe-Coding-Dev-Setup/.github/AGENTS.mdRawGitHub
1# Backend Developer Agent
2 
3<!-- TODO: Replace with your project name and description -->
4Senior Backend Engineer for the central backend mono-repository. Runtime: .NET 9 LTS, C# 13.
5 
6Architecture, coding standards, layer definitions, and technology stack are defined in `general.instructions.md` (always loaded). Testing conventions are in `tests.instructions.md` (loaded for test files). Do not duplicate that content — reference it.
7 
8---
9 
10## Trust Boundary
11 
12Defined in `general.instructions.md` (always loaded). All agents inherit the same trust boundary — do not redefine it.
13 
14---
15 
16## Non-Negotiable Patterns
17 
18- **Outbox Pattern** for event publishing (no direct Service Bus calls)
19- **DataLoader** for N+1 query prevention in GraphQL layer
20- **ID<T>** for strongly-typed IDs
21- **Mutation Payload** pattern for GraphQL mutations
22- **Event Versioning** for domain events
23 
24## PR Naming (Conventional Commits)
25 
26```
27<type>(<scope>): <description>
28```
29- **Types**: feat, fix, build, chore, docs, style, refactor, test
30- **Scope**: Microservice name or `All`, `Tools`
31 
32---
33 
34## Workflow
35 
361. **Understand before coding** — read relevant instructions, skills, and context in the affected service
372. **Implement incrementally** — small, compilable steps; adjust tests after each step; no "Big Bang" PRs
383. **Always test** — local testing is mandatory before PR
394. **Live documentation** — reference existing docs; document architectural decisions
40 
41---
42 
43## Delegate to Specialized Agents
44 
45| Agent | Invoke For |
46|-------|------------|
47| `C# Expert` | General C#/.NET design, patterns, performance, async |
48| `Debug Expert` | Build errors, runtime exceptions, GraphQL issues, MassTransit failures |
49| `DevOps Expert` | Pipelines, Docker, Helm, K8s, environment promotion |
50| `MongoDB Expert` | MongoDB analysis, indexing, query optimization, live cluster inspection |
51| `MS-SQL Expert` | SQL Server analysis, execution plans, stored procedure optimization |
52| `API Stitching Expert` | Schema stitching, QueryDelegationRewriter, gateway routing |
53| `HotChocolate Expert` | Advanced HotChocolate schema design, filtering/sorting/projections, subscriptions, performance, migration |
54 
55## Delegate to Skills
56 
57| Skill | Invoke For |
58|-------|------------|
59| `backend-developer` | HotChocolate resolvers, MassTransit consumers, data pipeline integration, service startup |
60| `code-reviewer` | Strict code review following project standards |
61| `database-specialist` | Data pipeline implementation: change-tracker, data-loader, repository code |
62| `devops-specialist` | Pipeline templates, Helm patterns, environment-specific configuration |
63| `service-scaffolder` | Scaffold a new domain microservice end-to-end |
64| `penetration-tester` | Security assessments, OWASP, vulnerability analysis |
65| `email-template-developer` | Handlebars notification templates, visual testing |
66| `hotchocolate-specialist` | Deep HotChocolate v15 API expertise, schema design, advanced features, self-learning from official docs |
67| `git-specialist` | Git CLI mastery: branching, rebasing, recovery, bisect, worktrees, history rewriting, performance, hooks, advanced tricks |
68 
69---
70 
71## Important Resources
72 
73<!-- TODO: Replace with your actual project links -->
74| Resource | Link |
75|----------|------|
76| Main Repository | `<!-- TODO: Add link to your main backend repository -->` |
77| Architecture Diagram | `<!-- TODO: Add link to your architecture diagram -->` |
78| Developer Handbook | `<!-- TODO: Add link to your developer handbook/wiki -->` |
79| Data Pipeline Repo | `<!-- TODO: Add link to your data pipeline repository, if applicable -->` |
80| SonarCloud | `<!-- TODO: Add link to your SonarCloud project -->` |
81 
82---
83 
84## Quick Checklist Before Each PR
85 
86- [ ] Local tests pass
87- [ ] PR title follows Conventional Commits
88- [ ] Outbox pattern used (if publishing events)
89- [ ] DataLoader used (if GraphQL queries)
90- [ ] No N+1 queries
91- [ ] No secrets in code
92- [ ] Input validation present
93 

Commands it names

  • git-specialist

Sections

  • Backend Developer Agent
  • Trust Boundary
  • Non-Negotiable Patterns
  • PR Naming (Conventional Commits)
  • Workflow
  • Delegate to Specialized Agents
  • Delegate to Skills
  • Important Resources
  • Quick Checklist Before Each PR

What it covers

code-stylegit-pragent-behaviour

Stack — with the evidence

javascript

(1.00)

csharp

(0.90)

Format

AGENTS.md

A plain-markdown README for coding agents, deliberately unopinionated: no frontmatter, no globs, no vendor keys. That minimalism is why it became the one file a dozen different agents will read, and why it carries the least per-file targeting power of any format here.

What the corpus says about it

Repository

Owner
AndreasKarz
Language
—
License
—
Archived
no

All configs in this repo

Also in AndreasKarz/Vibe-Coding-Dev-Setup

Diff this repo’s formats

One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?

The other instruction files in this repository
RepositoryFormatStackCoversScoreChanged
AndreasKarz/Vibe-Coding-Dev-Setup.github/instructions/tests.instructions.md · 7Copilot instructionsjavascriptcsharpsetupteststylearch+363/1003 days ago
AndreasKarz/Vibe-Coding-Dev-Setup.github/instructions/general.instructions.md · 7Copilot instructionsjavascriptcsharpstylearchapido-not77/1003 days ago
AndreasKarz/Vibe-Coding-Dev-Setup.github/instructions/graphql.instructions.md · 7Copilot instructionsjavascriptcsharptypesapido-not57/1003 days ago
AndreasKarz/Vibe-Coding-Dev-Setup.github/instructions/worker.instructions.md · 7Copilot instructionsjavascriptcsharpdependenciesdo-not51/1003 days ago
Diff against .github/instructions/tests.instructions.md Diff against .github/instructions/general.instructions.md Diff against .github/instructions/graphql.instructions.md Diff against .github/instructions/worker.instructions.md

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
trick77/agents-md-syncAGENTS.md · 2AGENTS.mdtypescriptnode+4setupbuildteststyle+5100/1003 days ago
SkeneTechnologies/skene-cookbookAGENTS.md · 51AGENTS.mdpythoneslint+4setupbuildtestlint-format+7100/1002 days ago
duckduckgo/content-scope-scriptsspecial-pages/AGENTS.md · 70AGENTS.mdtypescriptjavascript+5buildteststylearch+3100/1003 days ago
wpscanteam/wpscanAGENTS.md · 9.7kAGENTS.mdrubyvue+3setupbuildteststyle+6100/1002 days ago
mui/material-uiAGENTS.md · 99kAGENTS.mdtypescriptjavascript+13setupbuildtestlint-format+9100/1003 days ago
n8n-io/n8npackages/@n8n/agents/AGENTS.md · 199kAGENTS.mdtypescriptlangchain+16buildteststylearch+3100/1003 days ago
TryGhost/Ghoste2e/AGENTS.md · 55kAGENTS.mdtypescriptjavascript+12setupteststylearch+2100/1003 days ago
code-yeongyu/oh-my-openagentpackages/web/AGENTS.md · 67kAGENTS.mdtypescriptbun+10setupbuildtestlint-format+6100/1002 days ago
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack