Initial commit
This commit is contained in:
18
.claude-plugin/marketplace.json
Normal file
18
.claude-plugin/marketplace.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
]
|
||||
}
|
||||
11
.claude-plugin/plugin.json
Normal file
11
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "cargo-log-parser",
|
||||
"description": "Parse and filter cargo build logs to extract errors, warnings, and diagnostics with regex-based filtering. Use for debugging Rust projects, analyzing cargo build output, or filtering errors by file/message/code patterns.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Mathieu"
|
||||
},
|
||||
"skills": [
|
||||
"./"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user