Initial commit
This commit is contained in:
17
.claude-plugin/plugin.json
Normal file
17
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "cc-trace",
|
||||
"description": "Interactive assistant for intercepting, debugging, analyzing and reviewing Claude Code API requests using mitmproxy. Capture HTTPS traffic, inspect system prompts and tool definitions, analyze token usage, and optimize API interactions.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "Grey Haven Studio",
|
||||
"url": "https://github.com/greyhaven-ai/claude-code-config"
|
||||
},
|
||||
"agents": [
|
||||
"./agents/cc-trace.md"
|
||||
],
|
||||
"commands": [
|
||||
"./commands/cc-trace-setup.md",
|
||||
"./commands/cc-trace-start.md",
|
||||
"./commands/cc-trace-connect.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user