Files
WireMock.Net/.squad/templates/skills/project-conventions/SKILL.md
T
Stef Heyenrath facd2b66ca Squad Test
2026-04-16 16:29:28 +02:00

1.5 KiB

name, description, domain, confidence, source
name description domain confidence source
project-conventions Core conventions and patterns for this codebase project-conventions medium template

Context

This is a starter template. Replace the placeholder patterns below with your actual project conventions. Skills train agents on codebase-specific practices — accurate documentation here improves agent output quality.

Patterns

[Pattern Name]

Describe a key convention or practice used in this codebase. Be specific about what to do and why.

Error Handling

Testing

Code Style

File Structure

Examples

// Add code examples that demonstrate your conventions

Anti-Patterns

  • [Anti-pattern] — Explanation of what not to do and why.