-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
31 lines (31 loc) · 1.03 KB
/
plugin.json
File metadata and controls
31 lines (31 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "SkillPulse",
"id": "skillpulse",
"version": "1.0.0",
"tagline": "See your Claude Code skills come alive",
"description": "Track which skills you actually use, discover your workflow patterns, and keep your setup lean. Works with ALL skills — universal analytics for Claude Code.",
"author": "Your Name",
"homepage": "https://github.com/yourusername/skillpulse",
"license": "MIT",
"categories": ["Developer Tools", "Productivity"],
"tags": ["analytics", "skills", "workflow", "productivity"],
"works_with": ["claude-code"],
"components": {
"mcp_servers": [
{
"name": "skillpulse",
"command": "node",
"args": ["src/index.js"],
"env": {}
}
],
"skills": [
{
"name": "pulse",
"path": "skills/pulse"
}
]
},
"install_instructions": "1. Clone: git clone https://github.com/yourusername/skillpulse.git ~/.claude/plugins/skillpulse\n2. Install: cd ~/.claude/plugins/skillpulse && npm install\n3. Reload Claude Code",
"verified": false
}