Files
gh-matbeedotcom-cargo-log-p…/.claude-plugin/marketplace.json
2025-11-30 08:39:32 +08:00

19 lines
525 B
JSON

{
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
"name": "cargo-log-parser-marketplace",
"version": "1.0.0",
"description": "Cargo build log parser skill for Rust debugging",
"owner": {
"name": "Mathieu Gosbee"
},
"plugins": [
{
"name": "cargo-log-parser",
"description": "Parse and filter cargo build logs with regex-based filtering for errors, warnings, and diagnostics",
"source": "./",
"version": "1.0.0",
"category": "development"
}
]
}