mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-09-13 05:11:54 +02:00
25 lines
587 B
Markdown
25 lines
587 B
Markdown
---
|
|
name: "{skill-name}"
|
|
description: "{what this skill teaches agents}"
|
|
domain: "{e.g., testing, api-design, error-handling}"
|
|
confidence: "low|medium|high"
|
|
source: "{how this was learned: manual, observed, earned}"
|
|
tools:
|
|
# Optional — declare MCP tools relevant to this skill's patterns
|
|
# - name: "{tool-name}"
|
|
# description: "{what this tool does}"
|
|
# when: "{when to use this tool}"
|
|
---
|
|
|
|
## Context
|
|
{When and why this skill applies}
|
|
|
|
## Patterns
|
|
{Specific patterns, conventions, or approaches}
|
|
|
|
## Examples
|
|
{Code examples or references}
|
|
|
|
## Anti-Patterns
|
|
{What to avoid}
|