Files
gh-emillindfors-claude-mark…/.claude-plugin/plugin.json
2025-11-29 18:25:58 +08:00

17 lines
445 B
JSON

{
"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"
]
}