forked from dotnet/skills
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
19 lines (19 loc) · 748 Bytes
/
Copy pathplugin.json
File metadata and controls
19 lines (19 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "dotnet-test",
"version": "0.1.0",
"description": "Skills for running, diagnosing, and migrating .NET tests: test execution, filtering, platform detection, and MSTest workflows.",
"skills": ["./skills/"],
"agents": [
"./agents/code-testing-generator.agent.md",
"./agents/code-testing-researcher.agent.md",
"./agents/code-testing-planner.agent.md",
"./agents/code-testing-implementer.agent.md",
"./agents/code-testing-builder.agent.md",
"./agents/code-testing-tester.agent.md",
"./agents/code-testing-fixer.agent.md",
"./agents/code-testing-linter.agent.md",
"./agents/testability-migration.agent.md",
"./agents/test-quality-auditor.agent.md",
"./agents/test-migration.agent.md"
]
}