Skip to content

Commit d652a05

Browse files
committed
Sync agent wrappers
1 parent b575f7a commit d652a05

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

.agents/skills/dynamo-unit-testing/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: dynamo-unit-testing
33
description: Write comprehensive NUnit tests for the Dynamo codebase following Dynamo testing patterns, conventions, and architectural constraints. Use this skill when writing test methods, test classes, setting up test infrastructure, mocking dependencies, testing with .dyn files, or reviewing test code in Dynamo.
44
---
55

6-
# Dynamo Unit Testing Expert
6+
# Dynamo Unit Testing
77

88
## When to use
99
- Writing new test methods or test classes for Dynamo components
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!--
2+
AUTO-GENERATED FILE. Do not edit directly.
3+
Canonical source: .agents/skills/dynamo-unit-testing/SKILL.md
4+
Regenerate with: ./github/scripts/sync-agent-wrappers.ps1
5+
-->
6+
7+
---
8+
name: Dynamo Unit Testing
9+
description: Write comprehensive NUnit tests for the Dynamo codebase following Dynamo testing patterns, conventions, and architectural constraints. Use this skill when writing test methods, test classes, setting up test infrastructure, mocking dependencies, testing with .dyn files, or reviewing test code in Dynamo.
10+
---
11+
12+
# Dynamo Unit Testing
13+
14+
This is a thin compatibility wrapper for the canonical skill.
15+
16+
Canonical source of truth:
17+
- .agents/skills/dynamo-unit-testing/SKILL.md
18+
19+
Usage guidance:
20+
- Apply the full instructions from the canonical skill file above.
21+
- If this wrapper and the canonical skill ever differ, the canonical skill wins.
22+
23+
Maintenance note:
24+
- Keep this file lightweight to avoid drift across tools (Copilot/Cursor/Claude).

0 commit comments

Comments
 (0)