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 "test12 — Copilot Instructions" prompt rules to my project. Repository: https://github.com/tobiasoberlekn-arch/test12 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 test12
Copilot Instructions
Diese Regeln gelten für alle Code-Änderungen in diesem Repository. Zusätzliche verschärfte Teamregeln stehen in: • .github/copilot-instructions.strict.md
Zielbild
• Das Repository ist ein modulares Monorepo mit: • apps/web (Angular Frontend) • apps/api (Node.js/Fastify Backend) • packages/shared-contracts (gemeinsame API-Typen) • packages/shared-utils (framework-unabhängige Utilities) • Änderungen sollen wiederverwendbar, klar getrennt und minimal-invasiv sein.
Architektur- und Modulregeln
• Neue Fachlogik immer in das passende Modul legen, nicht in zentrale Sammeldateien. • Backend: • Routen in *.module.ts • Businesslogik in *.service.ts • Keine Businesslogik direkt im Route-Handler. • Frontend: • Feature-Code unter apps/web/src/app/features/<feature> • Infrastruktur-/Service-Code unter apps/web/src/app/core • Wiederverwendbare UI-Bausteine unter apps/web/src/app/shared • Shared: • API-Verträge (DTOs/Interfaces) nur in packages/shared-contracts • Generische Helpers nur in packages/shared-utils • Keine Framework- oder Infrastrukturabhängigkeiten in Shared-Paketen
Import- und Abhängigkeitsregeln
• Verwende vorhandene Path-Aliases aus tsconfig.base.json: • @shared/contracts • @shared/utils • Keine „Abkürzungs-Imports“ über Modulgrenzen hinweg. • Keine unnötigen neuen Dependencies einführen.
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