forked from jeremylongshore/claude-code-plugins-plus-skills
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.zcf.json
More file actions
37 lines (37 loc) · 1.16 KB
/
config.zcf.json
File metadata and controls
37 lines (37 loc) · 1.16 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
32
33
34
35
36
37
{
"$schema": "https://zcf.ufomiao.com/schemas/config.schema.json",
"name": "claude-code-plugins-plus",
"description": "Claude Code Plugins Marketplace - 258 plugins, 239 skills, 7 MCP servers",
"version": "4.4.0",
"homepage": "https://claudecodeplugins.io/",
"repository": "https://github.com/jeremylongshore/claude-code-plugins-plus-skills",
"integration": {
"type": "mcp-preset-provider",
"presetsFile": ".claude-plugin/mcp-presets.json",
"categories": ["code-quality", "api", "knowledge", "ai-ml", "design", "memory", "automation"]
},
"compatibility": {
"zcf": ">=1.0.0",
"claudeCode": ">=1.0.0",
"bmad": true,
"ccr": true
},
"mcpServers": {
"count": 7,
"featured": ["project-health-auditor", "design-to-code"],
"categories": {
"code-quality": ["project-health-auditor"],
"api": ["conversational-api-debugger"],
"knowledge": ["domain-memory-agent"],
"ai-ml": ["ai-experiment-logger"],
"design": ["design-to-code"],
"memory": ["lumera-agent-memory"],
"automation": ["workflow-orchestrator"]
}
},
"plugins": {
"count": 258,
"skills": 239,
"categories": 22
}
}