-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarketplace.json
More file actions
156 lines (156 loc) · 5.35 KB
/
marketplace.json
File metadata and controls
156 lines (156 loc) · 5.35 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "duyet-claude-plugins",
"description": "A collection of production-quality plugins for Claude Code including autonomous agents, workflow automation, and developer tools.",
"version": "1.0.0",
"author": {
"name": "duyet",
"url": "https://github.com/duyet"
},
"repository": {
"url": "https://github.com/duyet/codex-claude-plugins",
"branch": "master"
},
"plugins": [
{
"name": "team-agents",
"id": "team-agents@duyet-claude-plugins",
"description": "Leader, Senior Engineer, and Junior Engineer agents for coordinated parallel task execution",
"version": "1.7.0",
"type": "skill",
"category": "agents"
},
{
"name": "commit",
"id": "commit@duyet-claude-plugins",
"description": "Create a Git commit with semantic commit message format and PR workflow with templates",
"version": "1.3.0",
"type": "command",
"category": "git"
},
{
"name": "frontend-design",
"id": "frontend-design@duyet-claude-plugins",
"description": "Create distinctive, production-grade frontend interfaces avoiding AI slop aesthetics",
"version": "1.2.0",
"type": "skill",
"category": "design"
},
{
"name": "interview",
"id": "interview@duyet-claude-plugins",
"description": "Conduct in-depth requirements interviews using Socratic questioning",
"version": "1.0.0",
"type": "command",
"category": "productivity"
},
{
"name": "statusline",
"id": "statusline@duyet-claude-plugins",
"description": "Configurable status bar showing context usage, API rate limits, git branch, and active tools",
"version": "1.6.0",
"type": "hook",
"category": "ui"
},
{
"name": "orchestration",
"id": "orchestration@duyet-claude-plugins",
"description": "Orchestrator skill for managing parallel agent workstreams",
"version": "1.0.0",
"type": "skill",
"category": "agents"
},
{
"name": "duyetbot",
"id": "duyetbot@duyet-claude-plugins",
"description": "Pragmatic software development companion with engineering discipline",
"version": "1.7.0",
"type": "skill",
"category": "productivity"
},
{
"name": "docs-generator",
"id": "docs-generator@duyet-claude-plugins",
"description": "Automatically generate and maintain plugin documentation",
"version": "1.0.0",
"type": "hook",
"category": "docs"
},
{
"name": "github",
"id": "github@duyet-claude-plugins",
"description": "GitHub operations using gh CLI - PRs, issues, workflows, batch operations, PR babysitting with AI review bot integration, and smart branch detection",
"version": "1.4.0",
"type": "skill",
"category": "git"
},
{
"name": "fix",
"id": "fix@duyet-claude-plugins",
"description": "Fix issues, tests, and CI failures with intelligent problem detection",
"version": "1.0.0",
"type": "command",
"category": "productivity"
},
{
"name": "simplify",
"id": "simplify@duyet-claude-plugins",
"description": "Review changed code for reuse, quality, and efficiency, then simplify issues found",
"version": "1.0.0",
"type": "command",
"category": "productivity"
},
{
"name": "clickhouse",
"id": "clickhouse@duyet-claude-plugins",
"description": "Comprehensive ClickHouse knowledge base from Altinity KB + official docs",
"version": "1.1.0",
"type": "skill",
"category": "database"
},
{
"name": "prompt-engineering",
"id": "prompt-engineering@duyet-claude-plugins",
"description": "Prompt engineering techniques for Grok, Claude, and Gemini LLMs",
"version": "1.0.0",
"type": "skill",
"category": "productivity"
},
{
"name": "clickhouse-monitoring",
"id": "clickhouse-monitoring@duyet-claude-plugins",
"description": "Agent Skill for the ClickHouse Monitor dashboard - a real-time monitoring and observability tool for ClickHouse clusters",
"version": "1.0.0",
"type": "skill",
"category": "monitoring"
},
{
"name": "unsloth-training",
"id": "unsloth-training@duyet-claude-plugins",
"description": "Fine-tune LLMs with Unsloth using GRPO or SFT. Dataset prep, synthetic data, environment flags, MLX (Apple Silicon), FP8, vision, mobile export, GGUF.",
"version": "1.0.0",
"type": "skill",
"category": "ml"
},
{
"name": "good-html",
"id": "good-html@duyet-claude-plugins",
"description": "Generate or review high-density, interactive, self-contained HTML artifacts based on Thariq Shihipar's patterns.",
"version": "1.0.0",
"type": "skill",
"category": "design"
},
{
"name": "anyrouter",
"id": "anyrouter@duyet-claude-plugins",
"description": "Wire AnyRouter into coding agents. Universal OpenAI-compatible LLM gateway for 150+ models, migration recipes from Anthropic/OpenAI/OpenRouter, and a remote MCP server for keys and credits.",
"version": "1.0.0",
"type": "skill",
"category": "ai"
}
],
"metadata": {
"lastUpdated": "2026-05-19",
"totalPlugins": 16,
"categories": ["agents", "git", "design", "productivity", "ui", "docs", "database", "monitoring", "ml", "ai"]
}
}