Skip to content

Commit 90910e8

Browse files
committed
feat: add the claude plugin
1 parent 79ac610 commit 90910e8

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "codspeed-plugin-marketplace",
3+
"owner": {
4+
"name": "CodSpeed"
5+
},
6+
"plugins": [
7+
{
8+
"name": "codspeed",
9+
"source": "./",
10+
"description": "Tools for accurate and reliable performance measurement and optimization"
11+
}
12+
]
13+
}

.claude-plugin/plugin.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "CodSpeed",
3+
"description": "CodSpeed plugin for Claude Code helpig with performance measurement and optimizaiton.",
4+
"version": "1.0.0",
5+
"author": {
6+
"name": "CodSpeed"
7+
},
8+
"keywords": ["codspeed", "performace", "profiling", "optimization", "benchmarking"],
9+
"homepage": "https://codspeed.io",
10+
"repository": "https://github.com/CodSpeedHQ/codspeed",
11+
"license": "MIT",
12+
"mcpServers": {
13+
"CodSpeed": {
14+
"type": "http",
15+
"url": "https://mcp.codspeed.io/mcp"
16+
}
17+
}
18+
}

0 commit comments

Comments
 (0)