Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:25:58 +08:00
commit 73d0091adf
9 changed files with 2216 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "rust-testing",
"description": "Testing best practices plugin for Rust. Includes commands for adding unit tests, integration tests, test analysis, and an expert agent for comprehensive testing strategies, mock implementations, and property-based testing",
"version": "1.0.0",
"author": {
"name": "Emil Lindfors"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}