skill-guide 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +45 -0
- package/CONTRIBUTING.md +51 -0
- package/LICENSE +21 -0
- package/README.md +236 -0
- package/SKILL.md +266 -0
- package/agents/openai.yaml +8 -0
- package/bin/skill-guide +4 -0
- package/demo-categories.png +0 -0
- package/demo-cover.png +0 -0
- package/demo-highlights.png +0 -0
- package/demo-reference.png +0 -0
- package/demo.gif +0 -0
- package/demo.html +1861 -0
- package/package.json +63 -0
- package/scan-skills.js +580 -0
- package/skill-guide.js +782 -0
- package/social-preview.png +0 -0
package/demo.html
ADDED
|
@@ -0,0 +1,1861 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
6
|
+
<title>Your Agent Skills - skill-guide</title>
|
|
7
|
+
<style>
|
|
8
|
+
:root{--bg:#0F172A;--bg2:#1E293B;--card:#1E293B;--card-h:#273347;--t:#F8FAFC;--muted:#94A3B8;--accent:#22C55E;--accent2:#34D399;--ab:#818cf8;--ap:#c084fc;--am:#6ee7b7;--r:12px;--border:#334155;--shadow:0 4px 24px rgba(0,0,0,.35);--mono:"SF Mono","Fira Code","Cascadia Code",monospace}
|
|
9
|
+
*{box-sizing:border-box}html{scroll-snap-type:y mandatory;scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--t);font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
|
|
10
|
+
a.skip{position:absolute;top:-100%;left:16px;background:var(--accent);color:#0F172A;padding:8px 16px;border-radius:var(--r);z-index:999;font-weight:600;text-decoration:none}a.skip:focus{top:8px}
|
|
11
|
+
.slide{min-height:100vh;min-height:100dvh;scroll-snap-align:start;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:clamp(24px,5vw,64px)}.slide::after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 20% 50%,rgba(34,197,94,.04),transparent 60%),radial-gradient(ellipse at 80% 80%,rgba(129,140,248,.04),transparent 50%);pointer-events:none}
|
|
12
|
+
.center,.wide{position:relative;z-index:1}.center{text-align:center;max-width:960px}.wide{width:min(1120px,100%)}
|
|
13
|
+
h1{font-size:clamp(36px,6vw,72px);line-height:1.05;margin:0 0 16px;font-weight:800;letter-spacing:-.02em;color:var(--t)}h1 .grad{background:linear-gradient(135deg,var(--accent),var(--accent2));-webkit-background-clip:text;color:transparent}
|
|
14
|
+
h2{font-size:clamp(24px,3.5vw,44px);line-height:1.1;margin:0 0 24px;text-align:center;letter-spacing:-.01em;color:var(--t)}h3{margin:0 0 6px;font-size:16px;font-weight:600}
|
|
15
|
+
.sub{font-size:clamp(15px,1.8vw,20px);line-height:1.6;color:var(--muted);margin:0 auto 24px;max-width:860px}
|
|
16
|
+
.kicker{text-transform:uppercase;letter-spacing:.16em;color:var(--accent);font-size:11px;font-weight:700;margin-bottom:16px;font-family:var(--mono)}
|
|
17
|
+
.stats{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:8px}.stat{background:var(--card);border:1px solid var(--border);border-radius:var(--r);padding:12px 20px;min-width:120px;transition:border-color .2s}.stat:hover{border-color:var(--accent)}.stat b{display:block;font-size:26px;color:var(--t)}.stat span{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-family:var(--mono)}
|
|
18
|
+
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}
|
|
19
|
+
.card,.row{background:var(--card);border:1px solid var(--border);border-radius:var(--r);transition:border-color .2s,transform .15s;cursor:default}.card:hover,.row:hover{border-color:var(--accent);transform:translateY(-1px)}
|
|
20
|
+
.card{padding:18px}.card p,.row p,.detail p{color:var(--muted);line-height:1.55;font-size:14px}
|
|
21
|
+
.chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px;overflow:hidden;max-height:72px}.chips span,.badge,.source{display:inline-flex;align-items:center;border-radius:6px;padding:3px 8px;font-size:12px;font-weight:600}.chips span{background:var(--bg);color:var(--muted);border:1px solid var(--border)}.badge{background:rgba(34,197,94,.12);color:var(--accent2);border:1px solid rgba(34,197,94,.2);margin-right:4px}.source{background:rgba(129,140,248,.1);color:var(--ab);border:1px solid rgba(129,140,248,.18);margin-right:4px}
|
|
22
|
+
.list{display:flex;flex-direction:column;gap:10px}.row{display:grid;grid-template-columns:44px 1fr;gap:12px;padding:16px}.row strong{font-size:24px;color:var(--accent);line-height:1;font-family:var(--mono);font-weight:700}
|
|
23
|
+
.table-wrap{max-height:72vh;overflow:auto;border-radius:var(--r);border:1px solid var(--border);background:var(--card)}table{border-collapse:collapse;width:100%;font-size:13px}th{position:sticky;top:0;background:var(--bg2);color:var(--accent);text-align:left;font-family:var(--mono);font-size:11px;text-transform:uppercase;letter-spacing:.06em}th,td{padding:10px 14px;border-bottom:1px solid var(--border)}tr:hover td{background:rgba(34,197,94,.04)}
|
|
24
|
+
.meta{display:flex;gap:6px;flex-wrap:wrap;justify-content:center;margin:14px 0 22px}.meta code{background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:3px 8px;font-family:var(--mono);font-size:12px;color:var(--muted)}
|
|
25
|
+
.detail{text-align:center}.detail h3{margin-top:20px;color:var(--accent);font-family:var(--mono);font-size:13px;text-transform:uppercase;letter-spacing:.1em}
|
|
26
|
+
.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-top:18px;text-align:left}.steps article{background:var(--card);border:1px solid var(--border);border-radius:var(--r);padding:14px;transition:border-color .2s}.steps article:hover{border-color:var(--accent)}.steps b{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:6px;background:var(--accent);color:#0F172A;margin-right:8px;font-size:13px;font-weight:700}.steps span{font-weight:600;color:var(--t)}.steps p{font-size:13px;margin-top:4px}
|
|
27
|
+
.quote{font-size:18px;color:var(--muted);text-align:center;background:var(--card);border:1px solid var(--border);border-radius:var(--r);padding:16px;font-family:var(--mono)}.empty{text-align:center;color:var(--muted)}
|
|
28
|
+
.md-content{color:var(--muted);line-height:1.6;font-size:14px;text-align:left}.md-content strong{color:var(--t);font-weight:600}.md-content code{background:var(--bg);border:1px solid var(--border);border-radius:4px;padding:1px 5px;font-family:var(--mono);font-size:12px;color:var(--accent2)}.md-content blockquote{border-left:3px solid var(--accent);margin:8px 0;padding:6px 12px;color:var(--muted);font-style:italic}.md-content ul{margin:6px 0;padding-left:20px}.md-content li{margin:3px 0}.sub-md{color:var(--muted);line-height:1.6;font-size:clamp(15px,1.8vw,20px);margin:0 auto 24px;max-width:860px;text-align:center}.sub-md strong{color:var(--t);font-weight:600}.sub-md code{background:var(--bg);border:1px solid var(--border);border-radius:4px;padding:1px 5px;font-family:var(--mono);font-size:12px;color:var(--accent2)}
|
|
29
|
+
.rv{opacity:0;transform:translateY(18px);transition:opacity .4s ease,transform .4s ease}.rv.v{opacity:1;transform:none}
|
|
30
|
+
nav.progress{position:fixed;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:6px;z-index:10;padding:6px 12px;background:var(--card);border:1px solid var(--border);border-radius:999px}nav.progress button{width:8px;height:8px;border-radius:50%;border:none;background:var(--border);cursor:pointer;padding:0;transition:background .2s,transform .15s}nav.progress button.active{background:var(--accent);transform:scale(1.3)}nav.progress button:hover{background:var(--muted)}nav.progress button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}
|
|
31
|
+
.shortcut{position:fixed;bottom:16px;right:16px;font-family:var(--mono);font-size:10px;color:var(--muted);background:var(--card);border:1px solid var(--border);border-radius:6px;padding:4px 8px;z-index:10;opacity:.5}
|
|
32
|
+
@media(prefers-reduced-motion:reduce){.rv{opacity:1;transform:none;transition:none}.card:hover,.row:hover,.steps article:hover{transform:none}}
|
|
33
|
+
@media(max-width:760px){.slide{padding:20px 14px}.row{grid-template-columns:1fr}.row strong{font-size:18px}.table-wrap{max-height:60vh}nav.progress{bottom:10px}nav.progress button{width:10px;height:10px}.shortcut{display:none}.stats{gap:8px}.stat{min-width:90px;padding:10px 14px}.stat b{font-size:22px}.grid{grid-template-columns:1fr}}
|
|
34
|
+
</style>
|
|
35
|
+
</head>
|
|
36
|
+
<body>
|
|
37
|
+
<a class="skip" href="#main">Skip to content</a>
|
|
38
|
+
<main id="main">
|
|
39
|
+
<section class="slide cover">
|
|
40
|
+
<div class="rv center">
|
|
41
|
+
<div class="kicker" data-i18n="label">Discovery</div>
|
|
42
|
+
<h1><span class="grad" data-i18n="label">Your Agent Skills</span></h1>
|
|
43
|
+
<p class="sub">338 skills scanned · 21 Claude · 5 OpenAI system · 39 Codex · 51 cc-switch · 208 Claude plugins · 75 Codex plugins</p>
|
|
44
|
+
<div class="stats"><div class="stat"><b>21</b><span data-i18n="label">claude-user</span></div><div class="stat"><b>5</b><span data-i18n="label">openai-system</span></div><div class="stat"><b>39</b><span data-i18n="label">codex-user</span></div><div class="stat"><b>51</b><span data-i18n="label">cc-switch</span></div><div class="stat"><b>208</b><span data-i18n="label">claude-plugin</span></div><div class="stat"><b>75</b><span data-i18n="label">codex-plugin</span></div></div>
|
|
45
|
+
</div>
|
|
46
|
+
</section><section class="slide">
|
|
47
|
+
<div class="rv wide">
|
|
48
|
+
<h2 data-i18n="label">Category Map</h2>
|
|
49
|
+
<div class="grid"><article class="card">
|
|
50
|
+
<h3>other</h3>
|
|
51
|
+
<p>123 skills</p>
|
|
52
|
+
<div class="chips"><span>excel-automation</span><span>find-docs</span><span>find-skills</span><span>follow-builders</span><span>office-automation</span><span>skill-guide</span><span>plugin-creator</span><span>skill-creator</span></div>
|
|
53
|
+
</article><article class="card">
|
|
54
|
+
<h3>design</h3>
|
|
55
|
+
<p>53 skills</p>
|
|
56
|
+
<div class="chips"><span>design-critique</span><span>elite-powerpoint-designer</span><span>frontend-slides</span><span>interface-design</span><span>office-hours</span><span>ppt-visual</span><span>presentation-design</span><span>ui-design-review</span></div>
|
|
57
|
+
</article><article class="card">
|
|
58
|
+
<h3>security</h3>
|
|
59
|
+
<p>33 skills</p>
|
|
60
|
+
<div class="chips"><span>webflow-mcp:accessibility-audit</span><span>security-audit</span><span>alibabacloud-network-reachability-analysis</span><span>cso-review</span><span>automation-audit-ops</span><span>defi-amm-security</span><span>django-security</span><span>django-verification</span></div>
|
|
61
|
+
</article><article class="card">
|
|
62
|
+
<h3>deployment</h3>
|
|
63
|
+
<p>28 skills</p>
|
|
64
|
+
<div class="chips"><span>careful</span><span>ship-orchestrator</span><span>vercel-deploy</span><span>deployment-patterns</span><span>opensource-pipeline</span><span>ai-gateway</span><span>ai-sdk</span><span>chat-sdk</span></div>
|
|
65
|
+
</article><article class="card">
|
|
66
|
+
<h3>testing</h3>
|
|
67
|
+
<p>28 skills</p>
|
|
68
|
+
<div class="chips"><span>qa</span><span>gstack</span><span>gstack-devex-review</span><span>gstack-plan-eng-review</span><span>playwright</span><span>webapp-testing</span><span>browser-qa</span><span>bun-runtime</span></div>
|
|
69
|
+
</article><article class="card">
|
|
70
|
+
<h3>automation</h3>
|
|
71
|
+
<p>28 skills</p>
|
|
72
|
+
<div class="chips"><span>alibabacloud-oss-manage-cron-upload</span><span>claude-api</span><span>agent-introspection-debugging</span><span>autonomous-agent-harness</span><span>continuous-agent-loop</span><span>data-scraper-agent</span><span>email-ops</span><span>finance-billing-ops</span></div>
|
|
73
|
+
</article><article class="card">
|
|
74
|
+
<h3>code-quality</h3>
|
|
75
|
+
<p>18 skills</p>
|
|
76
|
+
<div class="chips"><span>mba-thesis-review</span><span>gstack-learn</span><span>gstack-plan-ceo-review</span><span>gstack-review</span><span>agent-sort</span><span>android-clean-architecture</span><span>api-connector-builder</span><span>coding-standards</span></div>
|
|
77
|
+
</article><article class="card">
|
|
78
|
+
<h3>development</h3>
|
|
79
|
+
<p>16 skills</p>
|
|
80
|
+
<div class="chips"><span>investigate</span><span>openai-docs</span><span>create-plan</span><span>fast-feature</span><span>gh-fix-ci</span><span>gstack-investigate</span><span>claude-devfleet</span><span>customer-billing-ops</span></div>
|
|
81
|
+
</article><article class="card">
|
|
82
|
+
<h3>documentation</h3>
|
|
83
|
+
<p>11 skills</p>
|
|
84
|
+
<div class="chips"><span>slidev</span><span>markitdown</span><span>doc-coauthoring</span><span>docx</span><span>article-writing</span><span>cpp-coding-standards</span><span>cpp-testing</span><span>search-first</span></div>
|
|
85
|
+
</article></div>
|
|
86
|
+
</div>
|
|
87
|
+
</section><section class="slide">
|
|
88
|
+
<div class="rv wide">
|
|
89
|
+
<h2 data-i18n="label">Highlights</h2>
|
|
90
|
+
<div class="list"><article class="row">
|
|
91
|
+
<strong>1</strong>
|
|
92
|
+
<div>
|
|
93
|
+
<h3>investigate</h3>
|
|
94
|
+
<p data-i18n="desc">Systematic debugging with Iron Law discipline. Four phases: investigate, analyze, hypothesize, implement. Iron Law: no fixes without root cause. 3-strike rule prevents whack-a-mol...</p>
|
|
95
|
+
<div><span class="badge badge-development">development</span><span class="source">claude-user</span><span class="source">cc-switch</span></div>
|
|
96
|
+
</div>
|
|
97
|
+
</article><article class="row">
|
|
98
|
+
<strong>2</strong>
|
|
99
|
+
<div>
|
|
100
|
+
<h3>qa</h3>
|
|
101
|
+
<p data-i18n="desc">Systematically QA test a web application and fix bugs found. Uses browser MCP tools (Playwright or Chrome DevTools) to navigate, interact, and verify the app. Finds bugs, fixes ea...</p>
|
|
102
|
+
<div><span class="badge badge-testing">testing</span><span class="source">claude-user</span><span class="source">cc-switch</span></div>
|
|
103
|
+
</div>
|
|
104
|
+
</article><article class="row">
|
|
105
|
+
<strong>3</strong>
|
|
106
|
+
<div>
|
|
107
|
+
<h3>careful</h3>
|
|
108
|
+
<p data-i18n="desc">Safety guardrails for destructive commands. When active, warns before executing rm -rf, DROP TABLE, git push --force, git reset --hard, kubectl delete, docker system prune, and si...</p>
|
|
109
|
+
<div><span class="badge badge-deployment">deployment</span><span class="source">claude-user</span><span class="source">cc-switch</span></div>
|
|
110
|
+
</div>
|
|
111
|
+
</article><article class="row">
|
|
112
|
+
<strong>4</strong>
|
|
113
|
+
<div>
|
|
114
|
+
<h3>security-audit</h3>
|
|
115
|
+
<p data-i18n="desc">Infrastructure-first security audit: OWASP Top 10, STRIDE threat modeling, secrets archaeology, dependency supply chain, LLM/AI security, and CI/CD pipeline security. Two modes: d...</p>
|
|
116
|
+
<div><span class="badge badge-security">security</span><span class="source">claude-user</span><span class="source">cc-switch</span></div>
|
|
117
|
+
</div>
|
|
118
|
+
</article><article class="row">
|
|
119
|
+
<strong>5</strong>
|
|
120
|
+
<div>
|
|
121
|
+
<h3>frontend-slides</h3>
|
|
122
|
+
<p data-i18n="desc">Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or c...</p>
|
|
123
|
+
<div><span class="badge badge-design">design</span><span class="source">claude-user</span><span class="source">cc-switch</span><span class="source">claude-plugin</span></div>
|
|
124
|
+
</div>
|
|
125
|
+
</article><article class="row">
|
|
126
|
+
<strong>6</strong>
|
|
127
|
+
<div>
|
|
128
|
+
<h3>mba-thesis-review</h3>
|
|
129
|
+
<p data-i18n="desc">Use when reviewing an MBA thesis PDF, especially a 20k-30k word practice-oriented Chinese thesis that needs academic comments plus deficiencies or revision suggestions. Supports r...</p>
|
|
130
|
+
<div><span class="badge badge-code-quality">code-quality</span><span class="source">claude-user</span><span class="source">codex-user</span><span class="source">cc-switch</span></div>
|
|
131
|
+
</div>
|
|
132
|
+
</article><article class="row">
|
|
133
|
+
<strong>7</strong>
|
|
134
|
+
<div>
|
|
135
|
+
<h3>gh-fix-ci</h3>
|
|
136
|
+
<p data-i18n="desc">Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and imp...</p>
|
|
137
|
+
<div><span class="badge badge-development">development</span><span class="source">codex-user</span><span class="source">cc-switch</span><span class="source">codex-plugin</span></div>
|
|
138
|
+
</div>
|
|
139
|
+
</article><article class="row">
|
|
140
|
+
<strong>8</strong>
|
|
141
|
+
<div>
|
|
142
|
+
<h3>pdf</h3>
|
|
143
|
+
<p data-i18n="desc">Use when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual checks by rendering pages (Poppler) and use Python tools such as ...</p>
|
|
144
|
+
<div><span class="badge badge-design">design</span><span class="source">codex-user</span><span class="source">cc-switch</span><span class="source">claude-plugin</span></div>
|
|
145
|
+
</div>
|
|
146
|
+
</article></div>
|
|
147
|
+
</div>
|
|
148
|
+
</section><section class="slide">
|
|
149
|
+
<div class="rv wide">
|
|
150
|
+
<h2 data-i18n="label">Quick Reference</h2>
|
|
151
|
+
<div class="table-wrap"><table>
|
|
152
|
+
<thead><tr><th>Name</th><th>Category</th><th>Description</th><th>Triggers</th></tr></thead>
|
|
153
|
+
<tbody><tr>
|
|
154
|
+
<td>webflow-mcp:accessibility-audit</td>
|
|
155
|
+
<td><span class="badge badge-security">security</span></td>
|
|
156
|
+
<td data-i18n="desc">Run comprehensive accessibility audit (WCAG 2.1) on Webflow pages - checks buttons, forms, links, focus states, headings, keyboard navigation, and generates de...</td>
|
|
157
|
+
<td></td>
|
|
158
|
+
</tr><tr>
|
|
159
|
+
<td>careful</td>
|
|
160
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
161
|
+
<td data-i18n="desc">Safety guardrails for destructive commands. When active, warns before executing rm -rf, DROP TABLE, git push --force, git reset --hard, kubectl delete, docker ...</td>
|
|
162
|
+
<td>be careful, warn before destructive, safety mode, careful mode</td>
|
|
163
|
+
</tr><tr>
|
|
164
|
+
<td>design-critique</td>
|
|
165
|
+
<td><span class="badge badge-design">design</span></td>
|
|
166
|
+
<td data-i18n="desc">Get structured design feedback on usability, hierarchy, and consistency. Trigger with "review this design", "critique this mockup", "what do you think of this ...</td>
|
|
167
|
+
<td></td>
|
|
168
|
+
</tr><tr>
|
|
169
|
+
<td>elite-powerpoint-designer</td>
|
|
170
|
+
<td><span class="badge badge-design">design</span></td>
|
|
171
|
+
<td data-i18n="desc">Create world-class PowerPoint presentations with professional design, consistent branding, sophisticated animations, and polished visual hierarchy. Use when us...</td>
|
|
172
|
+
<td></td>
|
|
173
|
+
</tr><tr>
|
|
174
|
+
<td>excel-automation</td>
|
|
175
|
+
<td><span class="badge badge-other">other</span></td>
|
|
176
|
+
<td data-i18n="desc">></td>
|
|
177
|
+
<td></td>
|
|
178
|
+
</tr><tr>
|
|
179
|
+
<td>find-docs</td>
|
|
180
|
+
<td><span class="badge badge-other">other</span></td>
|
|
181
|
+
<td data-i18n="desc">>-</td>
|
|
182
|
+
<td></td>
|
|
183
|
+
</tr><tr>
|
|
184
|
+
<td>find-skills</td>
|
|
185
|
+
<td><span class="badge badge-other">other</span></td>
|
|
186
|
+
<td data-i18n="desc">Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express in...</td>
|
|
187
|
+
<td></td>
|
|
188
|
+
</tr><tr>
|
|
189
|
+
<td>follow-builders</td>
|
|
190
|
+
<td><span class="badge badge-other">other</span></td>
|
|
191
|
+
<td data-i18n="desc">AI builders digest — monitors top AI builders on X and YouTube podcasts, remixes their content into digestible summaries. Use when the user wants AI industry i...</td>
|
|
192
|
+
<td></td>
|
|
193
|
+
</tr><tr>
|
|
194
|
+
<td>frontend-slides</td>
|
|
195
|
+
<td><span class="badge badge-design">design</span></td>
|
|
196
|
+
<td data-i18n="desc">Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a P...</td>
|
|
197
|
+
<td></td>
|
|
198
|
+
</tr><tr>
|
|
199
|
+
<td>interface-design</td>
|
|
200
|
+
<td><span class="badge badge-design">design</span></td>
|
|
201
|
+
<td data-i18n="desc">This skill is for interface design — dashboards, admin panels, apps, tools, and interactive products. NOT for marketing design (landing pages, marketing sites,...</td>
|
|
202
|
+
<td></td>
|
|
203
|
+
</tr><tr>
|
|
204
|
+
<td>investigate</td>
|
|
205
|
+
<td><span class="badge badge-development">development</span></td>
|
|
206
|
+
<td data-i18n="desc">Systematic debugging with Iron Law discipline. Four phases: investigate, analyze, hypothesize, implement. Iron Law: no fixes without root cause. 3-strike rule ...</td>
|
|
207
|
+
<td>debug this, fix this bug, why is this broken, root cause analysis</td>
|
|
208
|
+
</tr><tr>
|
|
209
|
+
<td>mba-thesis-review</td>
|
|
210
|
+
<td><span class="badge badge-code-quality">code-quality</span></td>
|
|
211
|
+
<td data-i18n="desc">Use when reviewing an MBA thesis PDF, especially a 20k-30k word practice-oriented Chinese thesis that needs academic comments plus deficiencies or revision sug...</td>
|
|
212
|
+
<td></td>
|
|
213
|
+
</tr><tr>
|
|
214
|
+
<td>office-automation</td>
|
|
215
|
+
<td><span class="badge badge-other">other</span></td>
|
|
216
|
+
<td data-i18n="desc">自动化处理 Word 和 Excel 文件。使用 Python 脚本读取、写入、格式化文档和表格。支持批量处理、模板填充、数据提取和格式转换。</td>
|
|
217
|
+
<td></td>
|
|
218
|
+
</tr><tr>
|
|
219
|
+
<td>office-hours</td>
|
|
220
|
+
<td><span class="badge badge-design">design</span></td>
|
|
221
|
+
<td data-i18n="desc">YC-style validation for new ideas. Three modes: Startup (demand validation), Research (novelty validation), Builder (structured ideation). Produces validated c...</td>
|
|
222
|
+
<td></td>
|
|
223
|
+
</tr><tr>
|
|
224
|
+
<td>ppt-visual</td>
|
|
225
|
+
<td><span class="badge badge-design">design</span></td>
|
|
226
|
+
<td data-i18n="desc">Design presentation visuals and slide layouts. Create visual concepts, suggest graphics, and provide design specifications for impactful PowerPoint slides.</td>
|
|
227
|
+
<td></td>
|
|
228
|
+
</tr><tr>
|
|
229
|
+
<td>presentation-design</td>
|
|
230
|
+
<td><span class="badge badge-design">design</span></td>
|
|
231
|
+
<td data-i18n="desc">Design and evaluate presentations that communicate effectively. Use when designing a presentation, creating slides, getting presentation feedback, structuring ...</td>
|
|
232
|
+
<td></td>
|
|
233
|
+
</tr><tr>
|
|
234
|
+
<td>qa</td>
|
|
235
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
236
|
+
<td data-i18n="desc">Systematically QA test a web application and fix bugs found. Uses browser MCP tools (Playwright or Chrome DevTools) to navigate, interact, and verify the app. ...</td>
|
|
237
|
+
<td>qa test this, find bugs on site, test the site, does this work</td>
|
|
238
|
+
</tr><tr>
|
|
239
|
+
<td>security-audit</td>
|
|
240
|
+
<td><span class="badge badge-security">security</span></td>
|
|
241
|
+
<td data-i18n="desc">Infrastructure-first security audit: OWASP Top 10, STRIDE threat modeling, secrets archaeology, dependency supply chain, LLM/AI security, and CI/CD pipeline se...</td>
|
|
242
|
+
<td>security audit, check for vulnerabilities, owasp review, threat model</td>
|
|
243
|
+
</tr><tr>
|
|
244
|
+
<td>skill-guide</td>
|
|
245
|
+
<td><span class="badge badge-other">other</span></td>
|
|
246
|
+
<td data-i18n="desc">Discover, understand, compare, and choose from installed Agent Skills across Claude Code, Codex, local skill folders, and plugin marketplaces. Generates HTML s...</td>
|
|
247
|
+
<td></td>
|
|
248
|
+
</tr><tr>
|
|
249
|
+
<td>slidev</td>
|
|
250
|
+
<td><span class="badge badge-documentation">documentation</span></td>
|
|
251
|
+
<td data-i18n="desc">Create and present web-based slidedecks for developers using Slidev with Markdown, Vue components, code highlighting, animations, and interactive features. Use...</td>
|
|
252
|
+
<td></td>
|
|
253
|
+
</tr><tr>
|
|
254
|
+
<td>ui-design-review</td>
|
|
255
|
+
<td><span class="badge badge-design">design</span></td>
|
|
256
|
+
<td data-i18n="desc">Comprehensive visual design and aesthetics evaluation. Analyzes typography, color, spacing, hierarchy, consistency, branding, and modern design trends for poli...</td>
|
|
257
|
+
<td></td>
|
|
258
|
+
</tr><tr>
|
|
259
|
+
<td>imagegen</td>
|
|
260
|
+
<td><span class="badge badge-design">design</span></td>
|
|
261
|
+
<td data-i18n="desc">Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-...</td>
|
|
262
|
+
<td></td>
|
|
263
|
+
</tr><tr>
|
|
264
|
+
<td>openai-docs</td>
|
|
265
|
+
<td><span class="badge badge-development">development</span></td>
|
|
266
|
+
<td data-i18n="desc">Use when the user asks how to build with OpenAI products or APIs and needs up-to-date official documentation with citations, help choosing the latest model for...</td>
|
|
267
|
+
<td></td>
|
|
268
|
+
</tr><tr>
|
|
269
|
+
<td>plugin-creator</td>
|
|
270
|
+
<td><span class="badge badge-other">other</span></td>
|
|
271
|
+
<td data-i18n="desc">Create and scaffold plugin directories for Codex with a required `.codex-plugin/plugin.json`, optional plugin folders/files, and baseline placeholders you can ...</td>
|
|
272
|
+
<td></td>
|
|
273
|
+
</tr><tr>
|
|
274
|
+
<td>skill-creator</td>
|
|
275
|
+
<td><span class="badge badge-other">other</span></td>
|
|
276
|
+
<td data-i18n="desc">Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabil...</td>
|
|
277
|
+
<td></td>
|
|
278
|
+
</tr><tr>
|
|
279
|
+
<td>skill-installer</td>
|
|
280
|
+
<td><span class="badge badge-other">other</span></td>
|
|
281
|
+
<td data-i18n="desc">Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skil...</td>
|
|
282
|
+
<td></td>
|
|
283
|
+
</tr><tr>
|
|
284
|
+
<td>alibabacloud-cloudbackup-ecs-file-backup-essential-edition</td>
|
|
285
|
+
<td><span class="badge badge-other">other</span></td>
|
|
286
|
+
<td data-i18n="desc">Alibaba Cloud ECS File Backup Essential Edition (ECS文件备份基础版). One-click activation, daily automatic backup, 30-day file recovery, 100 GiB free quota. Trigger w...</td>
|
|
287
|
+
<td></td>
|
|
288
|
+
</tr><tr>
|
|
289
|
+
<td>alibabacloud-ecs-diagnose</td>
|
|
290
|
+
<td><span class="badge badge-other">other</span></td>
|
|
291
|
+
<td data-i18n="desc">Comprehensive Alibaba Cloud ECS instance diagnostics skill. Performs systematic troubleshooting including cloud platform status checks and GuestOS internal dia...</td>
|
|
292
|
+
<td></td>
|
|
293
|
+
</tr><tr>
|
|
294
|
+
<td>alibabacloud-find-skills</td>
|
|
295
|
+
<td><span class="badge badge-other">other</span></td>
|
|
296
|
+
<td data-i18n="desc">Use this skill when users want to search, discover, browse, or find Alibaba Cloud (阿里云) agent skills. Triggers include: "find a skill for X", "search alicloud ...</td>
|
|
297
|
+
<td></td>
|
|
298
|
+
</tr><tr>
|
|
299
|
+
<td>alibabacloud-network-reachability-analysis</td>
|
|
300
|
+
<td><span class="badge badge-security">security</span></td>
|
|
301
|
+
<td data-i18n="desc">Perform Alibaba Cloud NIS (Network Intelligence Service) network path reachability analysis with forward/reverse path diagnosis, topology visualization, and re...</td>
|
|
302
|
+
<td></td>
|
|
303
|
+
</tr><tr>
|
|
304
|
+
<td>alibabacloud-oss-manage-cron-upload</td>
|
|
305
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
306
|
+
<td data-i18n="desc">Alibaba Cloud OSS scheduled local-folder sync skill using aliyun CLI, including integrated ossutil commands for incremental upload. Use when the user wants to ...</td>
|
|
307
|
+
<td></td>
|
|
308
|
+
</tr><tr>
|
|
309
|
+
<td>alibabacloud-ram-permission-diagnose</td>
|
|
310
|
+
<td><span class="badge badge-other">other</span></td>
|
|
311
|
+
<td data-i18n="desc">Alibaba Cloud RAM permission diagnosis and repair assistant. When an agent encounters any permission-related error while operating Alibaba Cloud resources (403...</td>
|
|
312
|
+
<td></td>
|
|
313
|
+
</tr><tr>
|
|
314
|
+
<td>caveman</td>
|
|
315
|
+
<td><span class="badge badge-other">other</span></td>
|
|
316
|
+
<td data-i18n="desc">Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, ful...</td>
|
|
317
|
+
<td></td>
|
|
318
|
+
</tr><tr>
|
|
319
|
+
<td>create-plan</td>
|
|
320
|
+
<td><span class="badge badge-development">development</span></td>
|
|
321
|
+
<td data-i18n="desc">Create a concise plan. Use when a user explicitly asks for a plan related to a coding task.</td>
|
|
322
|
+
<td></td>
|
|
323
|
+
</tr><tr>
|
|
324
|
+
<td>cso-review</td>
|
|
325
|
+
<td><span class="badge badge-security">security</span></td>
|
|
326
|
+
<td data-i18n="desc">Use when reviewing authentication, authorization, secrets, untrusted input, external integrations, or pre-release security risks</td>
|
|
327
|
+
<td></td>
|
|
328
|
+
</tr><tr>
|
|
329
|
+
<td>doc</td>
|
|
330
|
+
<td><span class="badge badge-design">design</span></td>
|
|
331
|
+
<td data-i18n="desc">Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout fidelity matters; prefer `python-docx` plus th...</td>
|
|
332
|
+
<td></td>
|
|
333
|
+
</tr><tr>
|
|
334
|
+
<td>fast-feature</td>
|
|
335
|
+
<td><span class="badge badge-development">development</span></td>
|
|
336
|
+
<td data-i18n="desc">Use when the user asks to build or add a new feature, implement functionality quickly, or prioritize speed and stability with minimal back-and-forth in Codex C...</td>
|
|
337
|
+
<td></td>
|
|
338
|
+
</tr><tr>
|
|
339
|
+
<td>gh-fix-ci</td>
|
|
340
|
+
<td><span class="badge badge-development">development</span></td>
|
|
341
|
+
<td data-i18n="desc">Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft...</td>
|
|
342
|
+
<td></td>
|
|
343
|
+
</tr><tr>
|
|
344
|
+
<td>gstack</td>
|
|
345
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
346
|
+
<td data-i18n="desc">Fast headless browser for QA testing and site dogfooding. Navigate pages, interact with elements, verify state, diff before/after, take annotated screenshots, ...</td>
|
|
347
|
+
<td></td>
|
|
348
|
+
</tr><tr>
|
|
349
|
+
<td>gstack-upgrade</td>
|
|
350
|
+
<td><span class="badge badge-other">other</span></td>
|
|
351
|
+
<td data-i18n="desc">Upgrade gstack to the latest version. Detects global vs vendored install, runs the upgrade, and shows what's new. Use when asked to "upgrade gstack", "update g...</td>
|
|
352
|
+
<td></td>
|
|
353
|
+
</tr><tr>
|
|
354
|
+
<td>gstack-autoplan</td>
|
|
355
|
+
<td><span class="badge badge-design">design</span></td>
|
|
356
|
+
<td data-i18n="desc">Auto-review pipeline — reads the full CEO, design, eng, and DX review skills from disk and runs them sequentially with auto-decisions using 6 decision principl...</td>
|
|
357
|
+
<td></td>
|
|
358
|
+
</tr><tr>
|
|
359
|
+
<td>gstack-devex-review</td>
|
|
360
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
361
|
+
<td data-i18n="desc">Live developer experience audit. Uses the browse tool to actually TEST the developer experience: navigates docs, tries the getting started flow, times TTHW, sc...</td>
|
|
362
|
+
<td></td>
|
|
363
|
+
</tr><tr>
|
|
364
|
+
<td>gstack-investigate</td>
|
|
365
|
+
<td><span class="badge badge-development">development</span></td>
|
|
366
|
+
<td data-i18n="desc">Systematic debugging with root cause investigation. Four phases: investigate, analyze, hypothesize, implement. Iron Law: no fixes without root cause. Use when ...</td>
|
|
367
|
+
<td></td>
|
|
368
|
+
</tr><tr>
|
|
369
|
+
<td>gstack-learn</td>
|
|
370
|
+
<td><span class="badge badge-code-quality">code-quality</span></td>
|
|
371
|
+
<td data-i18n="desc">Manage project learnings. Review, search, prune, and export what gstack has learned across sessions. Use when asked to "what have we learned", "show learnings"...</td>
|
|
372
|
+
<td></td>
|
|
373
|
+
</tr><tr>
|
|
374
|
+
<td>gstack-office-hours</td>
|
|
375
|
+
<td><span class="badge badge-design">design</span></td>
|
|
376
|
+
<td data-i18n="desc">YC Office Hours — two modes. Startup mode: six forcing questions that expose demand reality, status quo, desperate specificity, narrowest wedge, observation, a...</td>
|
|
377
|
+
<td></td>
|
|
378
|
+
</tr><tr>
|
|
379
|
+
<td>gstack-plan-ceo-review</td>
|
|
380
|
+
<td><span class="badge badge-code-quality">code-quality</span></td>
|
|
381
|
+
<td data-i18n="desc">CEO/founder-mode plan review. Rethink the problem, find the 10-star product, challenge premises, expand scope when it creates a better product. Four modes: SCO...</td>
|
|
382
|
+
<td></td>
|
|
383
|
+
</tr><tr>
|
|
384
|
+
<td>gstack-plan-devex-review</td>
|
|
385
|
+
<td><span class="badge badge-design">design</span></td>
|
|
386
|
+
<td data-i18n="desc">Interactive developer experience plan review. Explores developer personas, benchmarks against competitors, designs magical moments, and traces friction points ...</td>
|
|
387
|
+
<td></td>
|
|
388
|
+
</tr><tr>
|
|
389
|
+
<td>gstack-plan-eng-review</td>
|
|
390
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
391
|
+
<td data-i18n="desc">Eng manager-mode plan review. Lock in the execution plan — architecture, data flow, diagrams, edge cases, test coverage, performance. Walks through issues inte...</td>
|
|
392
|
+
<td></td>
|
|
393
|
+
</tr><tr>
|
|
394
|
+
<td>gstack-review</td>
|
|
395
|
+
<td><span class="badge badge-code-quality">code-quality</span></td>
|
|
396
|
+
<td data-i18n="desc">Pre-landing PR review. Analyzes diff against the base branch for SQL safety, LLM trust boundary violations, conditional side effects, and other structural issu...</td>
|
|
397
|
+
<td></td>
|
|
398
|
+
</tr><tr>
|
|
399
|
+
<td>humanizer-zh</td>
|
|
400
|
+
<td><span class="badge badge-other">other</span></td>
|
|
401
|
+
<td data-i18n="desc">去除文本中的 AI 生成痕迹。适用于编辑或审阅文本,使其听起来更自然、更像人类书写。 基于维基百科的"AI 写作特征"综合指南。检测并修复以下模式:夸大的象征意义、 宣传性语言、以 -ing 结尾的肤浅分析、模糊的归因、破折号过度使用、三段式法则、 AI 词汇、否定式排比、过多的连接性短语。</td>
|
|
402
|
+
<td></td>
|
|
403
|
+
</tr><tr>
|
|
404
|
+
<td>markitdown</td>
|
|
405
|
+
<td><span class="badge badge-documentation">documentation</span></td>
|
|
406
|
+
<td data-i18n="desc">Use when a user asks to convert a local file or batch-convert a directory of PDFs or Word documents to Markdown with the markitdown CLI, provides input paths, ...</td>
|
|
407
|
+
<td></td>
|
|
408
|
+
</tr><tr>
|
|
409
|
+
<td>ob-reviewer</td>
|
|
410
|
+
<td><span class="badge badge-other">other</span></td>
|
|
411
|
+
<td data-i18n="desc">Use when reviewing organizational behavior, management, work psychology, or related academic manuscripts and drafting journal-calibrated comments to authors an...</td>
|
|
412
|
+
<td></td>
|
|
413
|
+
</tr><tr>
|
|
414
|
+
<td>pdf</td>
|
|
415
|
+
<td><span class="badge badge-design">design</span></td>
|
|
416
|
+
<td data-i18n="desc">Use when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual checks by rendering pages (Poppler) and use P...</td>
|
|
417
|
+
<td></td>
|
|
418
|
+
</tr><tr>
|
|
419
|
+
<td>playwright</td>
|
|
420
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
421
|
+
<td data-i18n="desc">Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) v...</td>
|
|
422
|
+
<td></td>
|
|
423
|
+
</tr><tr>
|
|
424
|
+
<td>pptx</td>
|
|
425
|
+
<td><span class="badge badge-other">other</span></td>
|
|
426
|
+
<td data-i18n="desc">Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or ...</td>
|
|
427
|
+
<td></td>
|
|
428
|
+
</tr><tr>
|
|
429
|
+
<td>screenshot</td>
|
|
430
|
+
<td><span class="badge badge-other">other</span></td>
|
|
431
|
+
<td data-i18n="desc">Use when the user explicitly asks for a desktop or system screenshot (full screen, specific app or window, or a pixel region), or when tool-specific capture ca...</td>
|
|
432
|
+
<td></td>
|
|
433
|
+
</tr><tr>
|
|
434
|
+
<td>ship-orchestrator</td>
|
|
435
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
436
|
+
<td data-i18n="desc">Use when implementation is complete and the work needs final verification, release readiness checks, documentation sync, and deployment follow-through</td>
|
|
437
|
+
<td></td>
|
|
438
|
+
</tr><tr>
|
|
439
|
+
<td>ui-ux-pro-max</td>
|
|
440
|
+
<td><span class="badge badge-design">design</span></td>
|
|
441
|
+
<td data-i18n="desc">UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind...</td>
|
|
442
|
+
<td></td>
|
|
443
|
+
</tr><tr>
|
|
444
|
+
<td>vercel-deploy</td>
|
|
445
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
446
|
+
<td data-i18n="desc">Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live"...</td>
|
|
447
|
+
<td></td>
|
|
448
|
+
</tr><tr>
|
|
449
|
+
<td>webapp-testing</td>
|
|
450
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
451
|
+
<td data-i18n="desc">Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing b...</td>
|
|
452
|
+
<td></td>
|
|
453
|
+
</tr><tr>
|
|
454
|
+
<td>youtube-summarizer</td>
|
|
455
|
+
<td><span class="badge badge-other">other</span></td>
|
|
456
|
+
<td data-i18n="desc">Extract transcripts from YouTube videos and generate comprehensive, detailed summaries using intelligent analysis frameworks</td>
|
|
457
|
+
<td></td>
|
|
458
|
+
</tr><tr>
|
|
459
|
+
<td>youtube-transcript</td>
|
|
460
|
+
<td><span class="badge badge-design">design</span></td>
|
|
461
|
+
<td data-i18n="desc">Use when the user wants to turn a YouTube video into transcript files, a readable interview-style transcript, or a Chinese summary from a YouTube URL.</td>
|
|
462
|
+
<td></td>
|
|
463
|
+
</tr><tr>
|
|
464
|
+
<td>yt-dlp-download</td>
|
|
465
|
+
<td><span class="badge badge-other">other</span></td>
|
|
466
|
+
<td data-i18n="desc">Use when a user asks to download video or audio from YouTube or other yt-dlp supported sites and wants fast defaults, browser cookies, PowerPoint-friendly MP4 ...</td>
|
|
467
|
+
<td></td>
|
|
468
|
+
</tr><tr>
|
|
469
|
+
<td>frontend-design-refinement</td>
|
|
470
|
+
<td><span class="badge badge-design">design</span></td>
|
|
471
|
+
<td data-i18n="desc">Use when an existing frontend already works but needs to look more polished, intentional, and less generic through critique, prioritization, and targeted visua...</td>
|
|
472
|
+
<td></td>
|
|
473
|
+
</tr><tr>
|
|
474
|
+
<td>algorithmic-art</td>
|
|
475
|
+
<td><span class="badge badge-other">other</span></td>
|
|
476
|
+
<td data-i18n="desc">Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generat...</td>
|
|
477
|
+
<td></td>
|
|
478
|
+
</tr><tr>
|
|
479
|
+
<td>brand-guidelines</td>
|
|
480
|
+
<td><span class="badge badge-design">design</span></td>
|
|
481
|
+
<td data-i18n="desc">Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colo...</td>
|
|
482
|
+
<td></td>
|
|
483
|
+
</tr><tr>
|
|
484
|
+
<td>canvas-design</td>
|
|
485
|
+
<td><span class="badge badge-design">design</span></td>
|
|
486
|
+
<td data-i18n="desc">Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, ...</td>
|
|
487
|
+
<td></td>
|
|
488
|
+
</tr><tr>
|
|
489
|
+
<td>claude-api</td>
|
|
490
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
491
|
+
<td data-i18n="desc">Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude AP...</td>
|
|
492
|
+
<td></td>
|
|
493
|
+
</tr><tr>
|
|
494
|
+
<td>doc-coauthoring</td>
|
|
495
|
+
<td><span class="badge badge-documentation">documentation</span></td>
|
|
496
|
+
<td data-i18n="desc">Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs...</td>
|
|
497
|
+
<td></td>
|
|
498
|
+
</tr><tr>
|
|
499
|
+
<td>docx</td>
|
|
500
|
+
<td><span class="badge badge-documentation">documentation</span></td>
|
|
501
|
+
<td data-i18n="desc">Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word do...</td>
|
|
502
|
+
<td></td>
|
|
503
|
+
</tr><tr>
|
|
504
|
+
<td>frontend-design</td>
|
|
505
|
+
<td><span class="badge badge-design">design</span></td>
|
|
506
|
+
<td data-i18n="desc">Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts,...</td>
|
|
507
|
+
<td></td>
|
|
508
|
+
</tr><tr>
|
|
509
|
+
<td>internal-comms</td>
|
|
510
|
+
<td><span class="badge badge-other">other</span></td>
|
|
511
|
+
<td data-i18n="desc">A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever...</td>
|
|
512
|
+
<td></td>
|
|
513
|
+
</tr><tr>
|
|
514
|
+
<td>mcp-builder</td>
|
|
515
|
+
<td><span class="badge badge-other">other</span></td>
|
|
516
|
+
<td data-i18n="desc">Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when ...</td>
|
|
517
|
+
<td></td>
|
|
518
|
+
</tr><tr>
|
|
519
|
+
<td>slack-gif-creator</td>
|
|
520
|
+
<td><span class="badge badge-other">other</span></td>
|
|
521
|
+
<td data-i18n="desc">Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request ...</td>
|
|
522
|
+
<td></td>
|
|
523
|
+
</tr><tr>
|
|
524
|
+
<td>theme-factory</td>
|
|
525
|
+
<td><span class="badge badge-design">design</span></td>
|
|
526
|
+
<td data-i18n="desc">Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/f...</td>
|
|
527
|
+
<td></td>
|
|
528
|
+
</tr><tr>
|
|
529
|
+
<td>web-artifacts-builder</td>
|
|
530
|
+
<td><span class="badge badge-design">design</span></td>
|
|
531
|
+
<td data-i18n="desc">Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use fo...</td>
|
|
532
|
+
<td></td>
|
|
533
|
+
</tr><tr>
|
|
534
|
+
<td>xlsx</td>
|
|
535
|
+
<td><span class="badge badge-other">other</span></td>
|
|
536
|
+
<td data-i18n="desc">Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .x...</td>
|
|
537
|
+
<td></td>
|
|
538
|
+
</tr><tr>
|
|
539
|
+
<td>template-skill</td>
|
|
540
|
+
<td><span class="badge badge-other">other</span></td>
|
|
541
|
+
<td data-i18n="desc">Replace with description of the skill and when Claude should use it.</td>
|
|
542
|
+
<td></td>
|
|
543
|
+
</tr><tr>
|
|
544
|
+
<td>accessibility</td>
|
|
545
|
+
<td><span class="badge badge-design">design</span></td>
|
|
546
|
+
<td data-i18n="desc">Design, implement, and audit inclusive digital products using WCAG 2.2 Level AA</td>
|
|
547
|
+
<td></td>
|
|
548
|
+
</tr><tr>
|
|
549
|
+
<td>agent-eval</td>
|
|
550
|
+
<td><span class="badge badge-other">other</span></td>
|
|
551
|
+
<td data-i18n="desc">Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics</td>
|
|
552
|
+
<td></td>
|
|
553
|
+
</tr><tr>
|
|
554
|
+
<td>agent-harness-construction</td>
|
|
555
|
+
<td><span class="badge badge-design">design</span></td>
|
|
556
|
+
<td data-i18n="desc">Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates.</td>
|
|
557
|
+
<td></td>
|
|
558
|
+
</tr><tr>
|
|
559
|
+
<td>agent-introspection-debugging</td>
|
|
560
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
561
|
+
<td data-i18n="desc">Structured self-debugging workflow for AI agent failures using capture, diagnosis, contained recovery, and introspection reports.</td>
|
|
562
|
+
<td></td>
|
|
563
|
+
</tr><tr>
|
|
564
|
+
<td>agent-payment-x402</td>
|
|
565
|
+
<td><span class="badge badge-other">other</span></td>
|
|
566
|
+
<td data-i18n="desc">Add x402 payment execution to AI agents — per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents need to pay for APIs, s...</td>
|
|
567
|
+
<td></td>
|
|
568
|
+
</tr><tr>
|
|
569
|
+
<td>agent-sort</td>
|
|
570
|
+
<td><span class="badge badge-code-quality">code-quality</span></td>
|
|
571
|
+
<td data-i18n="desc">Build an evidence-backed ECC install plan for a specific repo by sorting skills, commands, rules, hooks, and extras into DAILY vs LIBRARY buckets using paralle...</td>
|
|
572
|
+
<td></td>
|
|
573
|
+
</tr><tr>
|
|
574
|
+
<td>agentic-engineering</td>
|
|
575
|
+
<td><span class="badge badge-other">other</span></td>
|
|
576
|
+
<td data-i18n="desc">Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing.</td>
|
|
577
|
+
<td></td>
|
|
578
|
+
</tr><tr>
|
|
579
|
+
<td>ai-first-engineering</td>
|
|
580
|
+
<td><span class="badge badge-other">other</span></td>
|
|
581
|
+
<td data-i18n="desc">Engineering operating model for teams where AI agents generate a large share of implementation output.</td>
|
|
582
|
+
<td></td>
|
|
583
|
+
</tr><tr>
|
|
584
|
+
<td>ai-regression-testing</td>
|
|
585
|
+
<td><span class="badge badge-other">other</span></td>
|
|
586
|
+
<td data-i18n="desc">Regression testing strategies for AI-assisted development. Sandbox-mode API testing without database dependencies, automated bug-check workflows, and patterns ...</td>
|
|
587
|
+
<td></td>
|
|
588
|
+
</tr><tr>
|
|
589
|
+
<td>android-clean-architecture</td>
|
|
590
|
+
<td><span class="badge badge-code-quality">code-quality</span></td>
|
|
591
|
+
<td data-i18n="desc">Clean Architecture patterns for Android and Kotlin Multiplatform projects — module structure, dependency rules, UseCases, Repositories, and data layer patterns.</td>
|
|
592
|
+
<td></td>
|
|
593
|
+
</tr><tr>
|
|
594
|
+
<td>api-connector-builder</td>
|
|
595
|
+
<td><span class="badge badge-code-quality">code-quality</span></td>
|
|
596
|
+
<td data-i18n="desc">Build a new API connector or provider by matching the target repo's existing integration pattern exactly. Use when adding one more integration without inventin...</td>
|
|
597
|
+
<td></td>
|
|
598
|
+
</tr><tr>
|
|
599
|
+
<td>api-design</td>
|
|
600
|
+
<td><span class="badge badge-design">design</span></td>
|
|
601
|
+
<td data-i18n="desc">REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.</td>
|
|
602
|
+
<td></td>
|
|
603
|
+
</tr><tr>
|
|
604
|
+
<td>architecture-decision-records</td>
|
|
605
|
+
<td><span class="badge badge-other">other</span></td>
|
|
606
|
+
<td data-i18n="desc">Capture architectural decisions made during Claude Code sessions as structured ADRs. Auto-detects decision moments, records context, alternatives considered, a...</td>
|
|
607
|
+
<td></td>
|
|
608
|
+
</tr><tr>
|
|
609
|
+
<td>article-writing</td>
|
|
610
|
+
<td><span class="badge badge-documentation">documentation</span></td>
|
|
611
|
+
<td data-i18n="desc">Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand gu...</td>
|
|
612
|
+
<td></td>
|
|
613
|
+
</tr><tr>
|
|
614
|
+
<td>automation-audit-ops</td>
|
|
615
|
+
<td><span class="badge badge-security">security</span></td>
|
|
616
|
+
<td data-i18n="desc">Evidence-first automation inventory and overlap audit workflow for ECC. Use when the user wants to know which jobs, hooks, connectors, MCP servers, or wrappers...</td>
|
|
617
|
+
<td></td>
|
|
618
|
+
</tr><tr>
|
|
619
|
+
<td>autonomous-agent-harness</td>
|
|
620
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
621
|
+
<td data-i18n="desc">Transform Claude Code into a fully autonomous agent system with persistent memory, scheduled operations, computer use, and task queuing. Replaces standalone ag...</td>
|
|
622
|
+
<td></td>
|
|
623
|
+
</tr><tr>
|
|
624
|
+
<td>autonomous-loops</td>
|
|
625
|
+
<td><span class="badge badge-other">other</span></td>
|
|
626
|
+
<td data-i18n="desc">Patterns and architectures for autonomous Claude Code loops — from simple sequential pipelines to RFC-driven multi-agent DAG systems.</td>
|
|
627
|
+
<td></td>
|
|
628
|
+
</tr><tr>
|
|
629
|
+
<td>backend-patterns</td>
|
|
630
|
+
<td><span class="badge badge-design">design</span></td>
|
|
631
|
+
<td data-i18n="desc">Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.</td>
|
|
632
|
+
<td></td>
|
|
633
|
+
</tr><tr>
|
|
634
|
+
<td>benchmark</td>
|
|
635
|
+
<td><span class="badge badge-other">other</span></td>
|
|
636
|
+
<td data-i18n="desc">Use this skill to measure performance baselines, detect regressions before/after PRs, and compare stack alternatives.</td>
|
|
637
|
+
<td></td>
|
|
638
|
+
</tr><tr>
|
|
639
|
+
<td>blueprint</td>
|
|
640
|
+
<td><span class="badge badge-other">other</span></td>
|
|
641
|
+
<td data-i18n="desc">>-</td>
|
|
642
|
+
<td></td>
|
|
643
|
+
</tr><tr>
|
|
644
|
+
<td>brand-voice</td>
|
|
645
|
+
<td><span class="badge badge-design">design</span></td>
|
|
646
|
+
<td data-i18n="desc">Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and s...</td>
|
|
647
|
+
<td></td>
|
|
648
|
+
</tr><tr>
|
|
649
|
+
<td>browser-qa</td>
|
|
650
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
651
|
+
<td data-i18n="desc">Use this skill to automate visual testing and UI interaction verification using browser automation after deploying features.</td>
|
|
652
|
+
<td></td>
|
|
653
|
+
</tr><tr>
|
|
654
|
+
<td>bun-runtime</td>
|
|
655
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
656
|
+
<td data-i18n="desc">Bun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel support.</td>
|
|
657
|
+
<td></td>
|
|
658
|
+
</tr><tr>
|
|
659
|
+
<td>canary-watch</td>
|
|
660
|
+
<td><span class="badge badge-other">other</span></td>
|
|
661
|
+
<td data-i18n="desc">Use this skill to monitor a deployed URL for regressions after deploys, merges, or dependency upgrades.</td>
|
|
662
|
+
<td></td>
|
|
663
|
+
</tr><tr>
|
|
664
|
+
<td>carrier-relationship-management</td>
|
|
665
|
+
<td><span class="badge badge-other">other</span></td>
|
|
666
|
+
<td data-i18n="desc">Codified expertise for managing carrier portfolios, negotiating freight rates, tracking carrier performance, allocating freight, and maintaining strategic carr...</td>
|
|
667
|
+
<td></td>
|
|
668
|
+
</tr><tr>
|
|
669
|
+
<td>ck</td>
|
|
670
|
+
<td><span class="badge badge-other">other</span></td>
|
|
671
|
+
<td data-i18n="desc">Persistent per-project memory for Claude Code. Auto-loads project context on session start, tracks sessions with git activity, and writes to native memory. Com...</td>
|
|
672
|
+
<td></td>
|
|
673
|
+
</tr><tr>
|
|
674
|
+
<td>claude-devfleet</td>
|
|
675
|
+
<td><span class="badge badge-development">development</span></td>
|
|
676
|
+
<td data-i18n="desc">Orchestrate multi-agent coding tasks via Claude DevFleet — plan projects, dispatch parallel agents in isolated worktrees, monitor progress, and read structured...</td>
|
|
677
|
+
<td></td>
|
|
678
|
+
</tr><tr>
|
|
679
|
+
<td>click-path-audit</td>
|
|
680
|
+
<td><span class="badge badge-design">design</span></td>
|
|
681
|
+
<td data-i18n="desc">Trace every user-facing button/touchpoint through its full state change sequence to find bugs where functions individually work but cancel each other out, prod...</td>
|
|
682
|
+
<td></td>
|
|
683
|
+
</tr><tr>
|
|
684
|
+
<td>clickhouse-io</td>
|
|
685
|
+
<td><span class="badge badge-other">other</span></td>
|
|
686
|
+
<td data-i18n="desc">ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.</td>
|
|
687
|
+
<td></td>
|
|
688
|
+
</tr><tr>
|
|
689
|
+
<td>code-tour</td>
|
|
690
|
+
<td><span class="badge badge-other">other</span></td>
|
|
691
|
+
<td data-i18n="desc">Create CodeTour `.tour` files — persona-targeted, step-by-step walkthroughs with real file and line anchors. Use for onboarding tours, architecture walkthrough...</td>
|
|
692
|
+
<td></td>
|
|
693
|
+
</tr><tr>
|
|
694
|
+
<td>codebase-onboarding</td>
|
|
695
|
+
<td><span class="badge badge-other">other</span></td>
|
|
696
|
+
<td data-i18n="desc">Analyze an unfamiliar codebase and generate a structured onboarding guide with architecture map, key entry points, conventions, and a starter CLAUDE.md. Use wh...</td>
|
|
697
|
+
<td></td>
|
|
698
|
+
</tr><tr>
|
|
699
|
+
<td>coding-standards</td>
|
|
700
|
+
<td><span class="badge badge-code-quality">code-quality</span></td>
|
|
701
|
+
<td data-i18n="desc">Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework...</td>
|
|
702
|
+
<td></td>
|
|
703
|
+
</tr><tr>
|
|
704
|
+
<td>compose-multiplatform-patterns</td>
|
|
705
|
+
<td><span class="badge badge-design">design</span></td>
|
|
706
|
+
<td data-i18n="desc">Compose Multiplatform and Jetpack Compose patterns for KMP projects — state management, navigation, theming, performance, and platform-specific UI.</td>
|
|
707
|
+
<td></td>
|
|
708
|
+
</tr><tr>
|
|
709
|
+
<td>configure-ecc</td>
|
|
710
|
+
<td><span class="badge badge-other">other</span></td>
|
|
711
|
+
<td data-i18n="desc">Interactive installer for Everything Claude Code — guides users through selecting and installing skills and rules to user-level or project-level directories, v...</td>
|
|
712
|
+
<td></td>
|
|
713
|
+
</tr><tr>
|
|
714
|
+
<td>connections-optimizer</td>
|
|
715
|
+
<td><span class="badge badge-code-quality">code-quality</span></td>
|
|
716
|
+
<td data-i18n="desc">Reorganize the user's X and LinkedIn network with review-first pruning, add/follow recommendations, and channel-specific warm outreach drafted in the user's re...</td>
|
|
717
|
+
<td></td>
|
|
718
|
+
</tr><tr>
|
|
719
|
+
<td>content-engine</td>
|
|
720
|
+
<td><span class="badge badge-other">other</span></td>
|
|
721
|
+
<td data-i18n="desc">Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social p...</td>
|
|
722
|
+
<td></td>
|
|
723
|
+
</tr><tr>
|
|
724
|
+
<td>content-hash-cache-pattern</td>
|
|
725
|
+
<td><span class="badge badge-code-quality">code-quality</span></td>
|
|
726
|
+
<td data-i18n="desc">Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.</td>
|
|
727
|
+
<td></td>
|
|
728
|
+
</tr><tr>
|
|
729
|
+
<td>context-budget</td>
|
|
730
|
+
<td><span class="badge badge-other">other</span></td>
|
|
731
|
+
<td data-i18n="desc">Audits Claude Code context window consumption across agents, skills, MCP servers, and rules. Identifies bloat, redundant components, and produces prioritized t...</td>
|
|
732
|
+
<td></td>
|
|
733
|
+
</tr><tr>
|
|
734
|
+
<td>continuous-agent-loop</td>
|
|
735
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
736
|
+
<td data-i18n="desc">Patterns for continuous autonomous agent loops with quality gates, evals, and recovery controls.</td>
|
|
737
|
+
<td></td>
|
|
738
|
+
</tr><tr>
|
|
739
|
+
<td>continuous-learning</td>
|
|
740
|
+
<td><span class="badge badge-other">other</span></td>
|
|
741
|
+
<td data-i18n="desc">Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.</td>
|
|
742
|
+
<td></td>
|
|
743
|
+
</tr><tr>
|
|
744
|
+
<td>continuous-learning-v2</td>
|
|
745
|
+
<td><span class="badge badge-other">other</span></td>
|
|
746
|
+
<td data-i18n="desc">Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents...</td>
|
|
747
|
+
<td></td>
|
|
748
|
+
</tr><tr>
|
|
749
|
+
<td>cost-aware-llm-pipeline</td>
|
|
750
|
+
<td><span class="badge badge-other">other</span></td>
|
|
751
|
+
<td data-i18n="desc">Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching.</td>
|
|
752
|
+
<td></td>
|
|
753
|
+
</tr><tr>
|
|
754
|
+
<td>council</td>
|
|
755
|
+
<td><span class="badge badge-other">other</span></td>
|
|
756
|
+
<td data-i18n="desc">Convene a four-voice council for ambiguous decisions, tradeoffs, and go/no-go calls. Use when multiple valid paths exist and you need structured disagreement b...</td>
|
|
757
|
+
<td></td>
|
|
758
|
+
</tr><tr>
|
|
759
|
+
<td>cpp-coding-standards</td>
|
|
760
|
+
<td><span class="badge badge-documentation">documentation</span></td>
|
|
761
|
+
<td data-i18n="desc">C++ coding standards based on the C++ Core Guidelines (isocpp.github.io). Use when writing, reviewing, or refactoring C++ code to enforce modern, safe, and idi...</td>
|
|
762
|
+
<td></td>
|
|
763
|
+
</tr><tr>
|
|
764
|
+
<td>cpp-testing</td>
|
|
765
|
+
<td><span class="badge badge-documentation">documentation</span></td>
|
|
766
|
+
<td data-i18n="desc">Use only when writing/updating/fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage/sanitizers.</td>
|
|
767
|
+
<td></td>
|
|
768
|
+
</tr><tr>
|
|
769
|
+
<td>crosspost</td>
|
|
770
|
+
<td><span class="badge badge-other">other</span></td>
|
|
771
|
+
<td data-i18n="desc">Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical ...</td>
|
|
772
|
+
<td></td>
|
|
773
|
+
</tr><tr>
|
|
774
|
+
<td>csharp-testing</td>
|
|
775
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
776
|
+
<td data-i18n="desc">C# and .NET testing patterns with xUnit, FluentAssertions, mocking, integration tests, and test organization best practices.</td>
|
|
777
|
+
<td></td>
|
|
778
|
+
</tr><tr>
|
|
779
|
+
<td>customer-billing-ops</td>
|
|
780
|
+
<td><span class="badge badge-development">development</span></td>
|
|
781
|
+
<td data-i18n="desc">Operate customer billing workflows such as subscriptions, refunds, churn triage, billing-portal recovery, and plan analysis using connected billing tools like ...</td>
|
|
782
|
+
<td></td>
|
|
783
|
+
</tr><tr>
|
|
784
|
+
<td>customs-trade-compliance</td>
|
|
785
|
+
<td><span class="badge badge-other">other</span></td>
|
|
786
|
+
<td data-i18n="desc">Codified expertise for customs documentation, tariff classification, duty optimization, restricted party screening, and regulatory compliance across multiple j...</td>
|
|
787
|
+
<td></td>
|
|
788
|
+
</tr><tr>
|
|
789
|
+
<td>dart-flutter-patterns</td>
|
|
790
|
+
<td><span class="badge badge-code-quality">code-quality</span></td>
|
|
791
|
+
<td data-i18n="desc">Production-ready Dart and Flutter patterns covering null safety, immutable state, async composition, widget architecture, popular state management frameworks (...</td>
|
|
792
|
+
<td></td>
|
|
793
|
+
</tr><tr>
|
|
794
|
+
<td>dashboard-builder</td>
|
|
795
|
+
<td><span class="badge badge-development">development</span></td>
|
|
796
|
+
<td data-i18n="desc">Build monitoring dashboards that answer real operator questions for Grafana, SigNoz, and similar platforms. Use when turning metrics into a working dashboard i...</td>
|
|
797
|
+
<td></td>
|
|
798
|
+
</tr><tr>
|
|
799
|
+
<td>data-scraper-agent</td>
|
|
800
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
801
|
+
<td data-i18n="desc">Build a fully automated AI-powered data collection agent for any public source — job boards, prices, news, GitHub, sports, anything. Scrapes on a schedule, enr...</td>
|
|
802
|
+
<td></td>
|
|
803
|
+
</tr><tr>
|
|
804
|
+
<td>database-migrations</td>
|
|
805
|
+
<td><span class="badge badge-other">other</span></td>
|
|
806
|
+
<td data-i18n="desc">Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Pris...</td>
|
|
807
|
+
<td></td>
|
|
808
|
+
</tr><tr>
|
|
809
|
+
<td>deep-research</td>
|
|
810
|
+
<td><span class="badge badge-other">other</span></td>
|
|
811
|
+
<td data-i18n="desc">Multi-source deep research using firecrawl and exa MCPs. Searches the web, synthesizes findings, and delivers cited reports with source attribution. Use when t...</td>
|
|
812
|
+
<td></td>
|
|
813
|
+
</tr><tr>
|
|
814
|
+
<td>defi-amm-security</td>
|
|
815
|
+
<td><span class="badge badge-security">security</span></td>
|
|
816
|
+
<td data-i18n="desc">Security checklist for Solidity AMM contracts, liquidity pools, and swap flows. Covers reentrancy, CEI ordering, donation or inflation attacks, oracle manipula...</td>
|
|
817
|
+
<td></td>
|
|
818
|
+
</tr><tr>
|
|
819
|
+
<td>deployment-patterns</td>
|
|
820
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
821
|
+
<td data-i18n="desc">Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applica...</td>
|
|
822
|
+
<td></td>
|
|
823
|
+
</tr><tr>
|
|
824
|
+
<td>design-system</td>
|
|
825
|
+
<td><span class="badge badge-design">design</span></td>
|
|
826
|
+
<td data-i18n="desc">Use this skill to generate or audit design systems, check visual consistency, and review PRs that touch styling.</td>
|
|
827
|
+
<td></td>
|
|
828
|
+
</tr><tr>
|
|
829
|
+
<td>django-patterns</td>
|
|
830
|
+
<td><span class="badge badge-design">design</span></td>
|
|
831
|
+
<td data-i18n="desc">Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.</td>
|
|
832
|
+
<td></td>
|
|
833
|
+
</tr><tr>
|
|
834
|
+
<td>django-security</td>
|
|
835
|
+
<td><span class="badge badge-security">security</span></td>
|
|
836
|
+
<td data-i18n="desc">Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.</td>
|
|
837
|
+
<td></td>
|
|
838
|
+
</tr><tr>
|
|
839
|
+
<td>django-tdd</td>
|
|
840
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
841
|
+
<td data-i18n="desc">Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs.</td>
|
|
842
|
+
<td></td>
|
|
843
|
+
</tr><tr>
|
|
844
|
+
<td>django-verification</td>
|
|
845
|
+
<td><span class="badge badge-security">security</span></td>
|
|
846
|
+
<td data-i18n="desc">Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.</td>
|
|
847
|
+
<td></td>
|
|
848
|
+
</tr><tr>
|
|
849
|
+
<td>dmux-workflows</td>
|
|
850
|
+
<td><span class="badge badge-other">other</span></td>
|
|
851
|
+
<td data-i18n="desc">Multi-agent orchestration using dmux (tmux pane manager for AI agents). Patterns for parallel agent workflows across Claude Code, Codex, OpenCode, and other ha...</td>
|
|
852
|
+
<td></td>
|
|
853
|
+
</tr><tr>
|
|
854
|
+
<td>docker-patterns</td>
|
|
855
|
+
<td><span class="badge badge-security">security</span></td>
|
|
856
|
+
<td data-i18n="desc">Docker and Docker Compose patterns for local development, container security, networking, volume strategies, and multi-service orchestration.</td>
|
|
857
|
+
<td></td>
|
|
858
|
+
</tr><tr>
|
|
859
|
+
<td>documentation-lookup</td>
|
|
860
|
+
<td><span class="badge badge-other">other</span></td>
|
|
861
|
+
<td data-i18n="desc">Use up-to-date library and framework docs via Context7 MCP instead of training data. Activates for setup questions, API references, code examples, or when the ...</td>
|
|
862
|
+
<td></td>
|
|
863
|
+
</tr><tr>
|
|
864
|
+
<td>dotnet-patterns</td>
|
|
865
|
+
<td><span class="badge badge-other">other</span></td>
|
|
866
|
+
<td data-i18n="desc">Idiomatic C# and .NET patterns, conventions, dependency injection, async/await, and best practices for building robust, maintainable .NET applications.</td>
|
|
867
|
+
<td></td>
|
|
868
|
+
</tr><tr>
|
|
869
|
+
<td>e2e-testing</td>
|
|
870
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
871
|
+
<td data-i18n="desc">Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies.</td>
|
|
872
|
+
<td></td>
|
|
873
|
+
</tr><tr>
|
|
874
|
+
<td>ecc-tools-cost-audit</td>
|
|
875
|
+
<td><span class="badge badge-security">security</span></td>
|
|
876
|
+
<td data-i18n="desc">Evidence-first ECC Tools burn and billing audit workflow. Use when investigating runaway PR creation, quota bypass, premium-model leakage, duplicate jobs, or G...</td>
|
|
877
|
+
<td></td>
|
|
878
|
+
</tr><tr>
|
|
879
|
+
<td>email-ops</td>
|
|
880
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
881
|
+
<td data-i18n="desc">Evidence-first mailbox triage, drafting, send verification, and sent-mail-safe follow-up workflow for ECC. Use when the user wants to organize email, draft or ...</td>
|
|
882
|
+
<td></td>
|
|
883
|
+
</tr><tr>
|
|
884
|
+
<td>energy-procurement</td>
|
|
885
|
+
<td><span class="badge badge-other">other</span></td>
|
|
886
|
+
<td data-i18n="desc">Codified expertise for electricity and gas procurement, tariff optimization, demand charge management, renewable PPA evaluation, and multi-facility energy cost...</td>
|
|
887
|
+
<td></td>
|
|
888
|
+
</tr><tr>
|
|
889
|
+
<td>enterprise-agent-ops</td>
|
|
890
|
+
<td><span class="badge badge-security">security</span></td>
|
|
891
|
+
<td data-i18n="desc">Operate long-lived agent workloads with observability, security boundaries, and lifecycle management.</td>
|
|
892
|
+
<td></td>
|
|
893
|
+
</tr><tr>
|
|
894
|
+
<td>eval-harness</td>
|
|
895
|
+
<td><span class="badge badge-other">other</span></td>
|
|
896
|
+
<td data-i18n="desc">Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles</td>
|
|
897
|
+
<td></td>
|
|
898
|
+
</tr><tr>
|
|
899
|
+
<td>evm-token-decimals</td>
|
|
900
|
+
<td><span class="badge badge-other">other</span></td>
|
|
901
|
+
<td data-i18n="desc">Prevent silent decimal mismatch bugs across EVM chains. Covers runtime decimal lookup, chain-aware caching, bridged-token precision drift, and safe normalizati...</td>
|
|
902
|
+
<td></td>
|
|
903
|
+
</tr><tr>
|
|
904
|
+
<td>exa-search</td>
|
|
905
|
+
<td><span class="badge badge-other">other</span></td>
|
|
906
|
+
<td data-i18n="desc">Neural search via Exa MCP for web, code, and company research. Use when the user needs web search, code examples, company intel, people lookup, or AI-powered d...</td>
|
|
907
|
+
<td></td>
|
|
908
|
+
</tr><tr>
|
|
909
|
+
<td>fal-ai-media</td>
|
|
910
|
+
<td><span class="badge badge-other">other</span></td>
|
|
911
|
+
<td data-i18n="desc">Unified media generation via fal.ai MCP — image, video, and audio. Covers text-to-image (Nano Banana), text/image-to-video (Seedance, Kling, Veo 3), text-to-sp...</td>
|
|
912
|
+
<td></td>
|
|
913
|
+
</tr><tr>
|
|
914
|
+
<td>finance-billing-ops</td>
|
|
915
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
916
|
+
<td data-i18n="desc">Evidence-first revenue, pricing, refunds, team-billing, and billing-model truth workflow for ECC. Use when the user wants a sales snapshot, pricing comparison,...</td>
|
|
917
|
+
<td></td>
|
|
918
|
+
</tr><tr>
|
|
919
|
+
<td>flutter-dart-code-review</td>
|
|
920
|
+
<td><span class="badge badge-security">security</span></td>
|
|
921
|
+
<td data-i18n="desc">Library-agnostic Flutter/Dart code review checklist covering widget best practices, state management patterns (BLoC, Riverpod, Provider, GetX, MobX, Signals), ...</td>
|
|
922
|
+
<td></td>
|
|
923
|
+
</tr><tr>
|
|
924
|
+
<td>foundation-models-on-device</td>
|
|
925
|
+
<td><span class="badge badge-other">other</span></td>
|
|
926
|
+
<td data-i18n="desc">Apple FoundationModels framework for on-device LLM — text generation, guided generation with @Generable, tool calling, and snapshot streaming in iOS 26+.</td>
|
|
927
|
+
<td></td>
|
|
928
|
+
</tr><tr>
|
|
929
|
+
<td>frontend-patterns</td>
|
|
930
|
+
<td><span class="badge badge-design">design</span></td>
|
|
931
|
+
<td data-i18n="desc">Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.</td>
|
|
932
|
+
<td></td>
|
|
933
|
+
</tr><tr>
|
|
934
|
+
<td>gan-style-harness</td>
|
|
935
|
+
<td><span class="badge badge-design">design</span></td>
|
|
936
|
+
<td data-i18n="desc">GAN-inspired Generator-Evaluator agent harness for building high-quality applications autonomously. Based on Anthropic's March 2026 harness design paper.</td>
|
|
937
|
+
<td></td>
|
|
938
|
+
</tr><tr>
|
|
939
|
+
<td>gateguard</td>
|
|
940
|
+
<td><span class="badge badge-other">other</span></td>
|
|
941
|
+
<td data-i18n="desc">Fact-forcing gate that blocks Edit/Write/Bash (including MultiEdit) and demands concrete investigation (importers, data schemas, user instruction) before allow...</td>
|
|
942
|
+
<td></td>
|
|
943
|
+
</tr><tr>
|
|
944
|
+
<td>git-workflow</td>
|
|
945
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
946
|
+
<td data-i18n="desc">Git workflow patterns including branching strategies, commit conventions, merge vs rebase, conflict resolution, and collaborative development best practices fo...</td>
|
|
947
|
+
<td></td>
|
|
948
|
+
</tr><tr>
|
|
949
|
+
<td>github-ops</td>
|
|
950
|
+
<td><span class="badge badge-security">security</span></td>
|
|
951
|
+
<td data-i18n="desc">GitHub repository operations, automation, and management. Issue triage, PR management, CI/CD operations, release management, and security monitoring using the ...</td>
|
|
952
|
+
<td></td>
|
|
953
|
+
</tr><tr>
|
|
954
|
+
<td>golang-patterns</td>
|
|
955
|
+
<td><span class="badge badge-other">other</span></td>
|
|
956
|
+
<td data-i18n="desc">Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.</td>
|
|
957
|
+
<td></td>
|
|
958
|
+
</tr><tr>
|
|
959
|
+
<td>golang-testing</td>
|
|
960
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
961
|
+
<td data-i18n="desc">Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.</td>
|
|
962
|
+
<td></td>
|
|
963
|
+
</tr><tr>
|
|
964
|
+
<td>google-workspace-ops</td>
|
|
965
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
966
|
+
<td data-i18n="desc">Operate across Google Drive, Docs, Sheets, and Slides as one workflow surface for plans, trackers, decks, and shared documents. Use when the user needs to find...</td>
|
|
967
|
+
<td></td>
|
|
968
|
+
</tr><tr>
|
|
969
|
+
<td>healthcare-cdss-patterns</td>
|
|
970
|
+
<td><span class="badge badge-other">other</span></td>
|
|
971
|
+
<td data-i18n="desc">Clinical Decision Support System (CDSS) development patterns. Drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), alert severity class...</td>
|
|
972
|
+
<td></td>
|
|
973
|
+
</tr><tr>
|
|
974
|
+
<td>healthcare-emr-patterns</td>
|
|
975
|
+
<td><span class="badge badge-design">design</span></td>
|
|
976
|
+
<td data-i18n="desc">EMR/EHR development patterns for healthcare applications. Clinical safety, encounter workflows, prescription generation, clinical decision support integration,...</td>
|
|
977
|
+
<td></td>
|
|
978
|
+
</tr><tr>
|
|
979
|
+
<td>healthcare-eval-harness</td>
|
|
980
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
981
|
+
<td data-i18n="desc">Patient safety evaluation harness for healthcare application deployments. Automated test suites for CDSS accuracy, PHI exposure, clinical workflow integrity, a...</td>
|
|
982
|
+
<td></td>
|
|
983
|
+
</tr><tr>
|
|
984
|
+
<td>healthcare-phi-compliance</td>
|
|
985
|
+
<td><span class="badge badge-security">security</span></td>
|
|
986
|
+
<td data-i18n="desc">Protected Health Information (PHI) and Personally Identifiable Information (PII) compliance patterns for healthcare applications. Covers data classification, a...</td>
|
|
987
|
+
<td></td>
|
|
988
|
+
</tr><tr>
|
|
989
|
+
<td>hexagonal-architecture</td>
|
|
990
|
+
<td><span class="badge badge-design">design</span></td>
|
|
991
|
+
<td data-i18n="desc">Design, implement, and refactor Ports & Adapters systems with clear domain boundaries, dependency inversion, and testable use-case orchestration across TypeScr...</td>
|
|
992
|
+
<td></td>
|
|
993
|
+
</tr><tr>
|
|
994
|
+
<td>hipaa-compliance</td>
|
|
995
|
+
<td><span class="badge badge-security">security</span></td>
|
|
996
|
+
<td data-i18n="desc">HIPAA-specific entrypoint for healthcare privacy and security work. Use when a task is explicitly framed around HIPAA, PHI handling, covered entities, BAAs, br...</td>
|
|
997
|
+
<td></td>
|
|
998
|
+
</tr><tr>
|
|
999
|
+
<td>hookify-rules</td>
|
|
1000
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1001
|
+
<td data-i18n="desc">This skill should be used when the user asks to create a hookify rule, write a hook rule, configure hookify, add a hookify rule, or needs guidance on hookify r...</td>
|
|
1002
|
+
<td></td>
|
|
1003
|
+
</tr><tr>
|
|
1004
|
+
<td>inventory-demand-planning</td>
|
|
1005
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1006
|
+
<td data-i18n="desc">Codified expertise for demand forecasting, safety stock optimization, replenishment planning, and promotional lift estimation at multi-location retailers. Info...</td>
|
|
1007
|
+
<td></td>
|
|
1008
|
+
</tr><tr>
|
|
1009
|
+
<td>investor-materials</td>
|
|
1010
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1011
|
+
<td data-i18n="desc">Create and update pitch decks, one-pagers, investor memos, accelerator applications, financial models, and fundraising materials. Use when the user needs inves...</td>
|
|
1012
|
+
<td></td>
|
|
1013
|
+
</tr><tr>
|
|
1014
|
+
<td>investor-outreach</td>
|
|
1015
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1016
|
+
<td data-i18n="desc">Draft cold emails, warm intro blurbs, follow-ups, update emails, and investor communications for fundraising. Use when the user wants outreach to angels, VCs, ...</td>
|
|
1017
|
+
<td></td>
|
|
1018
|
+
</tr><tr>
|
|
1019
|
+
<td>iterative-retrieval</td>
|
|
1020
|
+
<td><span class="badge badge-code-quality">code-quality</span></td>
|
|
1021
|
+
<td data-i18n="desc">Pattern for progressively refining context retrieval to solve the subagent context problem</td>
|
|
1022
|
+
<td></td>
|
|
1023
|
+
</tr><tr>
|
|
1024
|
+
<td>java-coding-standards</td>
|
|
1025
|
+
<td><span class="badge badge-design">design</span></td>
|
|
1026
|
+
<td data-i18n="desc">Java coding standards for Spring Boot services: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.</td>
|
|
1027
|
+
<td></td>
|
|
1028
|
+
</tr><tr>
|
|
1029
|
+
<td>jira-integration</td>
|
|
1030
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1031
|
+
<td data-i18n="desc">Use this skill when retrieving Jira tickets, analyzing requirements, updating ticket status, adding comments, or transitioning issues. Provides Jira API patter...</td>
|
|
1032
|
+
<td></td>
|
|
1033
|
+
</tr><tr>
|
|
1034
|
+
<td>jpa-patterns</td>
|
|
1035
|
+
<td><span class="badge badge-design">design</span></td>
|
|
1036
|
+
<td data-i18n="desc">JPA/Hibernate patterns for entity design, relationships, query optimization, transactions, auditing, indexing, pagination, and pooling in Spring Boot.</td>
|
|
1037
|
+
<td></td>
|
|
1038
|
+
</tr><tr>
|
|
1039
|
+
<td>knowledge-ops</td>
|
|
1040
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1041
|
+
<td data-i18n="desc">Knowledge base management, ingestion, sync, and retrieval across multiple storage layers (local files, MCP memory, vector stores, Git repos). Use when the user...</td>
|
|
1042
|
+
<td></td>
|
|
1043
|
+
</tr><tr>
|
|
1044
|
+
<td>kotlin-coroutines-flows</td>
|
|
1045
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1046
|
+
<td data-i18n="desc">Kotlin Coroutines and Flow patterns for Android and KMP — structured concurrency, Flow operators, StateFlow, error handling, and testing.</td>
|
|
1047
|
+
<td></td>
|
|
1048
|
+
</tr><tr>
|
|
1049
|
+
<td>kotlin-exposed-patterns</td>
|
|
1050
|
+
<td><span class="badge badge-code-quality">code-quality</span></td>
|
|
1051
|
+
<td data-i18n="desc">JetBrains Exposed ORM patterns including DSL queries, DAO pattern, transactions, HikariCP connection pooling, Flyway migrations, and repository pattern.</td>
|
|
1052
|
+
<td></td>
|
|
1053
|
+
</tr><tr>
|
|
1054
|
+
<td>kotlin-ktor-patterns</td>
|
|
1055
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1056
|
+
<td data-i18n="desc">Ktor server patterns including routing DSL, plugins, authentication, Koin DI, kotlinx.serialization, WebSockets, and testApplication testing.</td>
|
|
1057
|
+
<td></td>
|
|
1058
|
+
</tr><tr>
|
|
1059
|
+
<td>kotlin-patterns</td>
|
|
1060
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1061
|
+
<td data-i18n="desc">Idiomatic Kotlin patterns, best practices, and conventions for building robust, efficient, and maintainable Kotlin applications with coroutines, null safety, a...</td>
|
|
1062
|
+
<td></td>
|
|
1063
|
+
</tr><tr>
|
|
1064
|
+
<td>kotlin-testing</td>
|
|
1065
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
1066
|
+
<td data-i18n="desc">Kotlin testing patterns with Kotest, MockK, coroutine testing, property-based testing, and Kover coverage. Follows TDD methodology with idiomatic Kotlin practi...</td>
|
|
1067
|
+
<td></td>
|
|
1068
|
+
</tr><tr>
|
|
1069
|
+
<td>laravel-patterns</td>
|
|
1070
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1071
|
+
<td data-i18n="desc">Laravel architecture patterns, routing/controllers, Eloquent ORM, service layers, queues, events, caching, and API resources for production apps.</td>
|
|
1072
|
+
<td></td>
|
|
1073
|
+
</tr><tr>
|
|
1074
|
+
<td>laravel-plugin-discovery</td>
|
|
1075
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1076
|
+
<td data-i18n="desc">Discover and evaluate Laravel packages via LaraPlugins.io MCP. Use when the user wants to find plugins, check package health, or assess Laravel/PHP compatibili...</td>
|
|
1077
|
+
<td></td>
|
|
1078
|
+
</tr><tr>
|
|
1079
|
+
<td>laravel-security</td>
|
|
1080
|
+
<td><span class="badge badge-security">security</span></td>
|
|
1081
|
+
<td data-i18n="desc">Laravel security best practices for authn/authz, validation, CSRF, mass assignment, file uploads, secrets, rate limiting, and secure deployment.</td>
|
|
1082
|
+
<td></td>
|
|
1083
|
+
</tr><tr>
|
|
1084
|
+
<td>laravel-tdd</td>
|
|
1085
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
1086
|
+
<td data-i18n="desc">Test-driven development for Laravel with PHPUnit and Pest, factories, database testing, fakes, and coverage targets.</td>
|
|
1087
|
+
<td></td>
|
|
1088
|
+
</tr><tr>
|
|
1089
|
+
<td>laravel-verification</td>
|
|
1090
|
+
<td><span class="badge badge-security">security</span></td>
|
|
1091
|
+
<td data-i18n="desc">Verification loop for Laravel projects: env checks, linting, static analysis, tests with coverage, security scans, and deployment readiness.</td>
|
|
1092
|
+
<td></td>
|
|
1093
|
+
</tr><tr>
|
|
1094
|
+
<td>lead-intelligence</td>
|
|
1095
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1096
|
+
<td data-i18n="desc">AI-native lead intelligence and outreach pipeline. Replaces Apollo, Clay, and ZoomInfo with agent-powered signal scoring, mutual ranking, warm path discovery, ...</td>
|
|
1097
|
+
<td></td>
|
|
1098
|
+
</tr><tr>
|
|
1099
|
+
<td>liquid-glass-design</td>
|
|
1100
|
+
<td><span class="badge badge-design">design</span></td>
|
|
1101
|
+
<td data-i18n="desc">iOS 26 Liquid Glass design system — dynamic glass material with blur, reflection, and interactive morphing for SwiftUI, UIKit, and WidgetKit.</td>
|
|
1102
|
+
<td></td>
|
|
1103
|
+
</tr><tr>
|
|
1104
|
+
<td>llm-trading-agent-security</td>
|
|
1105
|
+
<td><span class="badge badge-security">security</span></td>
|
|
1106
|
+
<td data-i18n="desc">Security patterns for autonomous trading agents with wallet or transaction authority. Covers prompt injection, spend limits, pre-send simulation, circuit break...</td>
|
|
1107
|
+
<td></td>
|
|
1108
|
+
</tr><tr>
|
|
1109
|
+
<td>logistics-exception-management</td>
|
|
1110
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1111
|
+
<td data-i18n="desc">Codified expertise for handling freight exceptions, shipment delays, damages, losses, and carrier disputes. Informed by logistics professionals with 15+ years ...</td>
|
|
1112
|
+
<td></td>
|
|
1113
|
+
</tr><tr>
|
|
1114
|
+
<td>manim-video</td>
|
|
1115
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
1116
|
+
<td data-i18n="desc">Build reusable Manim explainers for technical concepts, graphs, system diagrams, and product walkthroughs, then hand off to the wider ECC video stack if needed...</td>
|
|
1117
|
+
<td></td>
|
|
1118
|
+
</tr><tr>
|
|
1119
|
+
<td>market-research</td>
|
|
1120
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1121
|
+
<td data-i18n="desc">Conduct market research, competitive analysis, investor due diligence, and industry intelligence with source attribution and decision-oriented summaries. Use w...</td>
|
|
1122
|
+
<td></td>
|
|
1123
|
+
</tr><tr>
|
|
1124
|
+
<td>mcp-server-patterns</td>
|
|
1125
|
+
<td><span class="badge badge-development">development</span></td>
|
|
1126
|
+
<td data-i18n="desc">Build MCP servers with Node/TypeScript SDK — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Use Context7 or official MCP docs for latest ...</td>
|
|
1127
|
+
<td></td>
|
|
1128
|
+
</tr><tr>
|
|
1129
|
+
<td>messages-ops</td>
|
|
1130
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
1131
|
+
<td data-i18n="desc">Evidence-first live messaging workflow for ECC. Use when the user wants to read texts or DMs, recover a recent one-time code, inspect a thread before replying,...</td>
|
|
1132
|
+
<td></td>
|
|
1133
|
+
</tr><tr>
|
|
1134
|
+
<td>nanoclaw-repl</td>
|
|
1135
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1136
|
+
<td data-i18n="desc">Operate and extend NanoClaw v2, ECC's zero-dependency session-aware REPL built on claude -p.</td>
|
|
1137
|
+
<td></td>
|
|
1138
|
+
</tr><tr>
|
|
1139
|
+
<td>nestjs-patterns</td>
|
|
1140
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1141
|
+
<td data-i18n="desc">NestJS architecture patterns for modules, controllers, providers, DTO validation, guards, interceptors, config, and production-grade TypeScript backends.</td>
|
|
1142
|
+
<td></td>
|
|
1143
|
+
</tr><tr>
|
|
1144
|
+
<td>nextjs-turbopack</td>
|
|
1145
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1146
|
+
<td data-i18n="desc">Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack.</td>
|
|
1147
|
+
<td></td>
|
|
1148
|
+
</tr><tr>
|
|
1149
|
+
<td>nodejs-keccak256</td>
|
|
1150
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1151
|
+
<td data-i18n="desc">Prevent Ethereum hashing bugs in JavaScript and TypeScript. Node's sha3-256 is NIST SHA3, not Ethereum Keccak-256, and silently breaks selectors, signatures, s...</td>
|
|
1152
|
+
<td></td>
|
|
1153
|
+
</tr><tr>
|
|
1154
|
+
<td>nutrient-document-processing</td>
|
|
1155
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1156
|
+
<td data-i18n="desc">Process, convert, OCR, extract, redact, sign, and fill documents using the Nutrient DWS API. Works with PDFs, DOCX, XLSX, PPTX, HTML, and images.</td>
|
|
1157
|
+
<td></td>
|
|
1158
|
+
</tr><tr>
|
|
1159
|
+
<td>nuxt4-patterns</td>
|
|
1160
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1161
|
+
<td data-i18n="desc">Nuxt 4 app patterns for hydration safety, performance, route rules, lazy loading, and SSR-safe data fetching with useFetch and useAsyncData.</td>
|
|
1162
|
+
<td></td>
|
|
1163
|
+
</tr><tr>
|
|
1164
|
+
<td>openclaw-persona-forge</td>
|
|
1165
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1166
|
+
<td data-i18n="desc">|-</td>
|
|
1167
|
+
<td></td>
|
|
1168
|
+
</tr><tr>
|
|
1169
|
+
<td>opensource-pipeline</td>
|
|
1170
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
1171
|
+
<td data-i18n="desc">Open-source pipeline: fork, sanitize, and package private projects for safe public release. Chains 3 agents (forker, sanitizer, packager). Triggers: '/opensour...</td>
|
|
1172
|
+
<td></td>
|
|
1173
|
+
</tr><tr>
|
|
1174
|
+
<td>perl-patterns</td>
|
|
1175
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1176
|
+
<td data-i18n="desc">Modern Perl 5.36+ idioms, best practices, and conventions for building robust, maintainable Perl applications.</td>
|
|
1177
|
+
<td></td>
|
|
1178
|
+
</tr><tr>
|
|
1179
|
+
<td>perl-security</td>
|
|
1180
|
+
<td><span class="badge badge-security">security</span></td>
|
|
1181
|
+
<td data-i18n="desc">Comprehensive Perl security covering taint mode, input validation, safe process execution, DBI parameterized queries, web security (XSS/SQLi/CSRF), and perlcri...</td>
|
|
1182
|
+
<td></td>
|
|
1183
|
+
</tr><tr>
|
|
1184
|
+
<td>perl-testing</td>
|
|
1185
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
1186
|
+
<td data-i18n="desc">Perl testing patterns using Test2::V0, Test::More, prove runner, mocking, coverage with Devel::Cover, and TDD methodology.</td>
|
|
1187
|
+
<td></td>
|
|
1188
|
+
</tr><tr>
|
|
1189
|
+
<td>plankton-code-quality</td>
|
|
1190
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1191
|
+
<td data-i18n="desc">Write-time code quality enforcement using Plankton — auto-formatting, linting, and Claude-powered fixes on every file edit via hooks.</td>
|
|
1192
|
+
<td></td>
|
|
1193
|
+
</tr><tr>
|
|
1194
|
+
<td>postgres-patterns</td>
|
|
1195
|
+
<td><span class="badge badge-design">design</span></td>
|
|
1196
|
+
<td data-i18n="desc">PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.</td>
|
|
1197
|
+
<td></td>
|
|
1198
|
+
</tr><tr>
|
|
1199
|
+
<td>product-capability</td>
|
|
1200
|
+
<td><span class="badge badge-development">development</span></td>
|
|
1201
|
+
<td data-i18n="desc">Translate PRD intent, roadmap asks, or product discussions into an implementation-ready capability plan that exposes constraints, invariants, interfaces, and u...</td>
|
|
1202
|
+
<td></td>
|
|
1203
|
+
</tr><tr>
|
|
1204
|
+
<td>product-lens</td>
|
|
1205
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
1206
|
+
<td data-i18n="desc">Use this skill to validate the "why" before building, run product diagnostics, and pressure-test product direction before the request becomes an implementation...</td>
|
|
1207
|
+
<td></td>
|
|
1208
|
+
</tr><tr>
|
|
1209
|
+
<td>production-scheduling</td>
|
|
1210
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
1211
|
+
<td data-i18n="desc">Codified expertise for production scheduling, job sequencing, line balancing, changeover optimization, and bottleneck resolution in discrete and batch manufact...</td>
|
|
1212
|
+
<td></td>
|
|
1213
|
+
</tr><tr>
|
|
1214
|
+
<td>project-flow-ops</td>
|
|
1215
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1216
|
+
<td data-i18n="desc">Operate execution flow across GitHub and Linear by triaging issues and pull requests, linking active work, and keeping GitHub public-facing while Linear remain...</td>
|
|
1217
|
+
<td></td>
|
|
1218
|
+
</tr><tr>
|
|
1219
|
+
<td>prompt-optimizer</td>
|
|
1220
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1221
|
+
<td data-i18n="desc">>-</td>
|
|
1222
|
+
<td></td>
|
|
1223
|
+
</tr><tr>
|
|
1224
|
+
<td>python-patterns</td>
|
|
1225
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1226
|
+
<td data-i18n="desc">Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.</td>
|
|
1227
|
+
<td></td>
|
|
1228
|
+
</tr><tr>
|
|
1229
|
+
<td>python-testing</td>
|
|
1230
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
1231
|
+
<td data-i18n="desc">Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements.</td>
|
|
1232
|
+
<td></td>
|
|
1233
|
+
</tr><tr>
|
|
1234
|
+
<td>pytorch-patterns</td>
|
|
1235
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1236
|
+
<td data-i18n="desc">PyTorch deep learning patterns and best practices for building robust, efficient, and reproducible training pipelines, model architectures, and data loading.</td>
|
|
1237
|
+
<td></td>
|
|
1238
|
+
</tr><tr>
|
|
1239
|
+
<td>quality-nonconformance</td>
|
|
1240
|
+
<td><span class="badge badge-security">security</span></td>
|
|
1241
|
+
<td data-i18n="desc">Codified expertise for quality control, non-conformance investigation, root cause analysis, corrective action, and supplier quality management in regulated man...</td>
|
|
1242
|
+
<td></td>
|
|
1243
|
+
</tr><tr>
|
|
1244
|
+
<td>ralphinho-rfc-pipeline</td>
|
|
1245
|
+
<td><span class="badge badge-code-quality">code-quality</span></td>
|
|
1246
|
+
<td data-i18n="desc">RFC-driven multi-agent DAG execution pattern with quality gates, merge queues, and work unit orchestration.</td>
|
|
1247
|
+
<td></td>
|
|
1248
|
+
</tr><tr>
|
|
1249
|
+
<td>regex-vs-llm-structured-text</td>
|
|
1250
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1251
|
+
<td data-i18n="desc">Decision framework for choosing between regex and LLM when parsing structured text — start with regex, add LLM only for low-confidence edge cases.</td>
|
|
1252
|
+
<td></td>
|
|
1253
|
+
</tr><tr>
|
|
1254
|
+
<td>remotion-video-creation</td>
|
|
1255
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1256
|
+
<td data-i18n="desc">Best practices for Remotion - Video creation in React. 29 domain-specific rules covering 3D, animations, audio, captions, charts, transitions, and more.</td>
|
|
1257
|
+
<td></td>
|
|
1258
|
+
</tr><tr>
|
|
1259
|
+
<td>repo-scan</td>
|
|
1260
|
+
<td><span class="badge badge-security">security</span></td>
|
|
1261
|
+
<td data-i18n="desc">Cross-stack source code asset audit — classifies every file, detects embedded third-party libraries, and delivers actionable four-level verdicts per module wit...</td>
|
|
1262
|
+
<td></td>
|
|
1263
|
+
</tr><tr>
|
|
1264
|
+
<td>research-ops</td>
|
|
1265
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
1266
|
+
<td data-i18n="desc">Evidence-first current-state research workflow for ECC. Use when the user wants fresh facts, comparisons, enrichment, or a recommendation built from current pu...</td>
|
|
1267
|
+
<td></td>
|
|
1268
|
+
</tr><tr>
|
|
1269
|
+
<td>returns-reverse-logistics</td>
|
|
1270
|
+
<td><span class="badge badge-code-quality">code-quality</span></td>
|
|
1271
|
+
<td data-i18n="desc">Codified expertise for returns authorization, receipt and inspection, disposition decisions, refund processing, fraud detection, and warranty claims management...</td>
|
|
1272
|
+
<td></td>
|
|
1273
|
+
</tr><tr>
|
|
1274
|
+
<td>rules-distill</td>
|
|
1275
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1276
|
+
<td data-i18n="desc">Scan skills to extract cross-cutting principles and distill them into rules — append, revise, or create new rule files</td>
|
|
1277
|
+
<td></td>
|
|
1278
|
+
</tr><tr>
|
|
1279
|
+
<td>rust-patterns</td>
|
|
1280
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1281
|
+
<td data-i18n="desc">Idiomatic Rust patterns, ownership, error handling, traits, concurrency, and best practices for building safe, performant applications.</td>
|
|
1282
|
+
<td></td>
|
|
1283
|
+
</tr><tr>
|
|
1284
|
+
<td>rust-testing</td>
|
|
1285
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
1286
|
+
<td data-i18n="desc">Rust testing patterns including unit tests, integration tests, async testing, property-based testing, mocking, and coverage. Follows TDD methodology.</td>
|
|
1287
|
+
<td></td>
|
|
1288
|
+
</tr><tr>
|
|
1289
|
+
<td>safety-guard</td>
|
|
1290
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1291
|
+
<td data-i18n="desc">Use this skill to prevent destructive operations when working on production systems or running agents autonomously.</td>
|
|
1292
|
+
<td></td>
|
|
1293
|
+
</tr><tr>
|
|
1294
|
+
<td>santa-method</td>
|
|
1295
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
1296
|
+
<td data-i18n="desc">Multi-agent adversarial verification with convergence loop. Two independent review agents must both pass before output ships.</td>
|
|
1297
|
+
<td></td>
|
|
1298
|
+
</tr><tr>
|
|
1299
|
+
<td>search-first</td>
|
|
1300
|
+
<td><span class="badge badge-documentation">documentation</span></td>
|
|
1301
|
+
<td data-i18n="desc">Research-before-coding workflow. Search for existing tools, libraries, and patterns before writing custom code. Invokes the researcher agent.</td>
|
|
1302
|
+
<td></td>
|
|
1303
|
+
</tr><tr>
|
|
1304
|
+
<td>security-bounty-hunter</td>
|
|
1305
|
+
<td><span class="badge badge-security">security</span></td>
|
|
1306
|
+
<td data-i18n="desc">Hunt for exploitable, bounty-worthy security issues in repositories. Focuses on remotely reachable vulnerabilities that qualify for real reports instead of noi...</td>
|
|
1307
|
+
<td></td>
|
|
1308
|
+
</tr><tr>
|
|
1309
|
+
<td>security-review</td>
|
|
1310
|
+
<td><span class="badge badge-security">security</span></td>
|
|
1311
|
+
<td data-i18n="desc">Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provi...</td>
|
|
1312
|
+
<td></td>
|
|
1313
|
+
</tr><tr>
|
|
1314
|
+
<td>security-scan</td>
|
|
1315
|
+
<td><span class="badge badge-security">security</span></td>
|
|
1316
|
+
<td data-i18n="desc">Scan your Claude Code configuration (.claude/ directory) for security vulnerabilities, misconfigurations, and injection risks using AgentShield. Checks CLAUDE....</td>
|
|
1317
|
+
<td></td>
|
|
1318
|
+
</tr><tr>
|
|
1319
|
+
<td>seo</td>
|
|
1320
|
+
<td><span class="badge badge-security">security</span></td>
|
|
1321
|
+
<td data-i18n="desc">Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the us...</td>
|
|
1322
|
+
<td></td>
|
|
1323
|
+
</tr><tr>
|
|
1324
|
+
<td>skill-comply</td>
|
|
1325
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1326
|
+
<td data-i18n="desc">Visualize whether skills, rules, and agent definitions are actually followed — auto-generates scenarios at 3 prompt strictness levels, runs agents, classifies ...</td>
|
|
1327
|
+
<td></td>
|
|
1328
|
+
</tr><tr>
|
|
1329
|
+
<td>skill-stocktake</td>
|
|
1330
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
1331
|
+
<td data-i18n="desc">Use when auditing Claude skills and commands for quality. Supports Quick Scan (changed skills only) and Full Stocktake modes with sequential subagent batch eva...</td>
|
|
1332
|
+
<td></td>
|
|
1333
|
+
</tr><tr>
|
|
1334
|
+
<td>social-graph-ranker</td>
|
|
1335
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
1336
|
+
<td data-i18n="desc">Weighted social-graph ranking for warm intro discovery, bridge scoring, and network gap analysis across X and LinkedIn. Use when the user wants the reusable gr...</td>
|
|
1337
|
+
<td></td>
|
|
1338
|
+
</tr><tr>
|
|
1339
|
+
<td>springboot-patterns</td>
|
|
1340
|
+
<td><span class="badge badge-design">design</span></td>
|
|
1341
|
+
<td data-i18n="desc">Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend wor...</td>
|
|
1342
|
+
<td></td>
|
|
1343
|
+
</tr><tr>
|
|
1344
|
+
<td>springboot-security</td>
|
|
1345
|
+
<td><span class="badge badge-security">security</span></td>
|
|
1346
|
+
<td data-i18n="desc">Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services.</td>
|
|
1347
|
+
<td></td>
|
|
1348
|
+
</tr><tr>
|
|
1349
|
+
<td>springboot-tdd</td>
|
|
1350
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
1351
|
+
<td data-i18n="desc">Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.</td>
|
|
1352
|
+
<td></td>
|
|
1353
|
+
</tr><tr>
|
|
1354
|
+
<td>springboot-verification</td>
|
|
1355
|
+
<td><span class="badge badge-security">security</span></td>
|
|
1356
|
+
<td data-i18n="desc">Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.</td>
|
|
1357
|
+
<td></td>
|
|
1358
|
+
</tr><tr>
|
|
1359
|
+
<td>strategic-compact</td>
|
|
1360
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1361
|
+
<td data-i18n="desc">Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.</td>
|
|
1362
|
+
<td></td>
|
|
1363
|
+
</tr><tr>
|
|
1364
|
+
<td>swift-actor-persistence</td>
|
|
1365
|
+
<td><span class="badge badge-design">design</span></td>
|
|
1366
|
+
<td data-i18n="desc">Thread-safe data persistence in Swift using actors — in-memory cache with file-backed storage, eliminating data races by design.</td>
|
|
1367
|
+
<td></td>
|
|
1368
|
+
</tr><tr>
|
|
1369
|
+
<td>swift-concurrency-6-2</td>
|
|
1370
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1371
|
+
<td data-i18n="desc">Swift 6.2 Approachable Concurrency — single-threaded by default, @concurrent for explicit background offloading, isolated conformances for main actor types.</td>
|
|
1372
|
+
<td></td>
|
|
1373
|
+
</tr><tr>
|
|
1374
|
+
<td>swift-protocol-di-testing</td>
|
|
1375
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1376
|
+
<td data-i18n="desc">Protocol-based dependency injection for testable Swift code — mock file system, network, and external APIs using focused protocols and Swift Testing.</td>
|
|
1377
|
+
<td></td>
|
|
1378
|
+
</tr><tr>
|
|
1379
|
+
<td>swiftui-patterns</td>
|
|
1380
|
+
<td><span class="badge badge-design">design</span></td>
|
|
1381
|
+
<td data-i18n="desc">SwiftUI architecture patterns, state management with @Observable, view composition, navigation, performance optimization, and modern iOS/macOS UI best practice...</td>
|
|
1382
|
+
<td></td>
|
|
1383
|
+
</tr><tr>
|
|
1384
|
+
<td>tdd-workflow</td>
|
|
1385
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
1386
|
+
<td data-i18n="desc">Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, an...</td>
|
|
1387
|
+
<td></td>
|
|
1388
|
+
</tr><tr>
|
|
1389
|
+
<td>team-builder</td>
|
|
1390
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1391
|
+
<td data-i18n="desc">Interactive agent picker for composing and dispatching parallel teams</td>
|
|
1392
|
+
<td></td>
|
|
1393
|
+
</tr><tr>
|
|
1394
|
+
<td>terminal-ops</td>
|
|
1395
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
1396
|
+
<td data-i18n="desc">Evidence-first repo execution workflow for ECC. Use when the user wants a command run, a repo checked, a CI failure debugged, or a narrow fix pushed with exact...</td>
|
|
1397
|
+
<td></td>
|
|
1398
|
+
</tr><tr>
|
|
1399
|
+
<td>token-budget-advisor</td>
|
|
1400
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1401
|
+
<td data-i18n="desc">>-</td>
|
|
1402
|
+
<td></td>
|
|
1403
|
+
</tr><tr>
|
|
1404
|
+
<td>ui-demo</td>
|
|
1405
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
1406
|
+
<td data-i18n="desc">Record polished UI demo videos using Playwright. Use when the user asks to create a demo, walkthrough, screen recording, or tutorial video of a web application...</td>
|
|
1407
|
+
<td></td>
|
|
1408
|
+
</tr><tr>
|
|
1409
|
+
<td>unified-notifications-ops</td>
|
|
1410
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
1411
|
+
<td data-i18n="desc">Operate notifications as one ECC-native workflow across GitHub, Linear, desktop alerts, hooks, and connected communication surfaces. Use when the real problem ...</td>
|
|
1412
|
+
<td></td>
|
|
1413
|
+
</tr><tr>
|
|
1414
|
+
<td>verification-loop</td>
|
|
1415
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
1416
|
+
<td data-i18n="desc">A comprehensive verification system for Claude Code sessions.</td>
|
|
1417
|
+
<td></td>
|
|
1418
|
+
</tr><tr>
|
|
1419
|
+
<td>video-editing</td>
|
|
1420
|
+
<td><span class="badge badge-development">development</span></td>
|
|
1421
|
+
<td data-i18n="desc">AI-assisted video editing workflows for cutting, structuring, and augmenting real footage. Covers the full pipeline from raw capture through FFmpeg, Remotion, ...</td>
|
|
1422
|
+
<td></td>
|
|
1423
|
+
</tr><tr>
|
|
1424
|
+
<td>videodb</td>
|
|
1425
|
+
<td><span class="badge badge-design">design</span></td>
|
|
1426
|
+
<td data-i18n="desc">See, Understand, Act on video and audio. See- ingest from local files, URLs, RTSP/live feeds, or live record desktop; return realtime context and playable stre...</td>
|
|
1427
|
+
<td></td>
|
|
1428
|
+
</tr><tr>
|
|
1429
|
+
<td>visa-doc-translate</td>
|
|
1430
|
+
<td><span class="badge badge-documentation">documentation</span></td>
|
|
1431
|
+
<td data-i18n="desc">Translate visa application documents (images) to English and create a bilingual PDF with original and translation</td>
|
|
1432
|
+
<td></td>
|
|
1433
|
+
</tr><tr>
|
|
1434
|
+
<td>workspace-surface-audit</td>
|
|
1435
|
+
<td><span class="badge badge-security">security</span></td>
|
|
1436
|
+
<td data-i18n="desc">Audit the active repo, MCP servers, plugins, connectors, env surfaces, and harness setup, then recommend the highest-value ECC-native skills, hooks, agents, an...</td>
|
|
1437
|
+
<td></td>
|
|
1438
|
+
</tr><tr>
|
|
1439
|
+
<td>x-api</td>
|
|
1440
|
+
<td><span class="badge badge-security">security</span></td>
|
|
1441
|
+
<td data-i18n="desc">X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native c...</td>
|
|
1442
|
+
<td></td>
|
|
1443
|
+
</tr><tr>
|
|
1444
|
+
<td>last30days</td>
|
|
1445
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1446
|
+
<td data-i18n="desc">Research what people actually say about any topic in the last 30 days. Pulls posts and engagement from Reddit, X, YouTube, TikTok, Hacker News, Polymarket, Git...</td>
|
|
1447
|
+
<td></td>
|
|
1448
|
+
</tr><tr>
|
|
1449
|
+
<td>planning-with-files</td>
|
|
1450
|
+
<td><span class="badge badge-design">design</span></td>
|
|
1451
|
+
<td data-i18n="desc">Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when asked ...</td>
|
|
1452
|
+
<td></td>
|
|
1453
|
+
</tr><tr>
|
|
1454
|
+
<td>planning-with-files-ar</td>
|
|
1455
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1456
|
+
<td data-i18n="desc">نظام تخطيط الملفات بنمط Manus لتنظيم وتتبع تقدم المهام المعقدة. ينشئ ملفات task_plan.md و findings.md و progress.md. يُستخدم عند طلب التخطيط أو تحليل المهام أو...</td>
|
|
1457
|
+
<td></td>
|
|
1458
|
+
</tr><tr>
|
|
1459
|
+
<td>planning-with-files-de</td>
|
|
1460
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1461
|
+
<td data-i18n="desc">Manus-artiges Dateiplanungssystem zur Organisation und Verfolgung des Fortschritts komplexer Aufgaben. Erstellt task_plan.md, findings.md und progress.md. Wird...</td>
|
|
1462
|
+
<td></td>
|
|
1463
|
+
</tr><tr>
|
|
1464
|
+
<td>planning-with-files-es</td>
|
|
1465
|
+
<td><span class="badge badge-development">development</span></td>
|
|
1466
|
+
<td data-i18n="desc">Sistema de planificación basado en archivos estilo Manus para organizar y rastrear el progreso de tareas complejas. Crea task_plan.md, findings.md y progress.m...</td>
|
|
1467
|
+
<td></td>
|
|
1468
|
+
</tr><tr>
|
|
1469
|
+
<td>planning-with-files-zh</td>
|
|
1470
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1471
|
+
<td data-i18n="desc">基于 Manus 风格的文件规划系统,用于组织和跟踪复杂任务的进度。创建 task_plan.md、findings.md 和 progress.md 三个文件。当用户要求规划、拆解或组织多步骤项目、研究任务或需要超过5次工具调用的工作时使用。支持 /clear 后的自动会话恢复。触发词:任务规划、项目计划、制定计划...</td>
|
|
1472
|
+
<td></td>
|
|
1473
|
+
</tr><tr>
|
|
1474
|
+
<td>planning-with-files-zht</td>
|
|
1475
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1476
|
+
<td data-i18n="desc">基於 Manus 風格的檔案規劃系統,用於組織和追蹤複雜任務的進度。建立 task_plan.md、findings.md 和 progress.md 三個檔案。當使用者要求規劃、拆解或組織多步驟專案、研究任務或需要超過5次工具呼叫的工作時使用。支援 /clear 後的自動會話恢復。觸發詞:任務規劃、專案計畫、制定計...</td>
|
|
1477
|
+
<td></td>
|
|
1478
|
+
</tr><tr>
|
|
1479
|
+
<td>browser</td>
|
|
1480
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
1481
|
+
<td data-i18n="desc">Browser automation for the Codex in-app browser. Use to open, navigate, inspect, test, click, type, screenshot, or verify local targets such as localhost, 127....</td>
|
|
1482
|
+
<td></td>
|
|
1483
|
+
</tr><tr>
|
|
1484
|
+
<td>Chrome</td>
|
|
1485
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1486
|
+
<td data-i18n="desc">Browser automation for the user's Chrome browser. Use for browser tasks that require the user's cookies, logged-in sessions, existing tabs, extensions, or remo...</td>
|
|
1487
|
+
<td></td>
|
|
1488
|
+
</tr><tr>
|
|
1489
|
+
<td>computer-use</td>
|
|
1490
|
+
<td><span class="badge badge-design">design</span></td>
|
|
1491
|
+
<td data-i18n="desc">Control local Mac apps through Computer Use. Use for tasks that require reading or operating app UI by clicking, typing, scrolling, dragging, pressing keys, or...</td>
|
|
1492
|
+
<td></td>
|
|
1493
|
+
</tr><tr>
|
|
1494
|
+
<td>code-review</td>
|
|
1495
|
+
<td><span class="badge badge-security">security</span></td>
|
|
1496
|
+
<td data-i18n="desc">Reviews code changes using CodeRabbit AI. Use when user asks for code review, PR feedback, code quality checks, security issues, or requests fix-review cycles.</td>
|
|
1497
|
+
<td></td>
|
|
1498
|
+
</tr><tr>
|
|
1499
|
+
<td>gh-address-comments</td>
|
|
1500
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
1501
|
+
<td data-i18n="desc">Address actionable GitHub pull request review feedback. Use when the user wants to inspect unresolved review threads, requested changes, or inline review comme...</td>
|
|
1502
|
+
<td></td>
|
|
1503
|
+
</tr><tr>
|
|
1504
|
+
<td>github</td>
|
|
1505
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
1506
|
+
<td data-i18n="desc">Triage and orient GitHub repository, pull request, and issue work through the connected GitHub app. Use when the user asks for general GitHub help, wants PR or...</td>
|
|
1507
|
+
<td></td>
|
|
1508
|
+
</tr><tr>
|
|
1509
|
+
<td>yeet</td>
|
|
1510
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1511
|
+
<td data-i18n="desc">Publish local changes to GitHub by confirming scope, committing intentionally, pushing the branch, and opening a draft PR through the GitHub app from this plug...</td>
|
|
1512
|
+
<td></td>
|
|
1513
|
+
</tr><tr>
|
|
1514
|
+
<td>gmail</td>
|
|
1515
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1516
|
+
<td data-i18n="desc">Manage Gmail inbox triage, mailbox search, thread summaries, action extraction, reply drafting, and email forwarding through connected Gmail data. Use when the...</td>
|
|
1517
|
+
<td></td>
|
|
1518
|
+
</tr><tr>
|
|
1519
|
+
<td>gmail-inbox-triage</td>
|
|
1520
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1521
|
+
<td data-i18n="desc">Triage a Gmail inbox into actionable buckets such as urgent, needs reply soon, waiting, and FYI using connected Gmail data. Use when the user asks to triage th...</td>
|
|
1522
|
+
<td></td>
|
|
1523
|
+
</tr><tr>
|
|
1524
|
+
<td>brainstorming</td>
|
|
1525
|
+
<td><span class="badge badge-design">design</span></td>
|
|
1526
|
+
<td data-i18n="desc">You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, require...</td>
|
|
1527
|
+
<td></td>
|
|
1528
|
+
</tr><tr>
|
|
1529
|
+
<td>dispatching-parallel-agents</td>
|
|
1530
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1531
|
+
<td data-i18n="desc">Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies</td>
|
|
1532
|
+
<td></td>
|
|
1533
|
+
</tr><tr>
|
|
1534
|
+
<td>executing-plans</td>
|
|
1535
|
+
<td><span class="badge badge-code-quality">code-quality</span></td>
|
|
1536
|
+
<td data-i18n="desc">Use when you have a written implementation plan to execute in a separate session with review checkpoints</td>
|
|
1537
|
+
<td></td>
|
|
1538
|
+
</tr><tr>
|
|
1539
|
+
<td>finishing-a-development-branch</td>
|
|
1540
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1541
|
+
<td data-i18n="desc">Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting str...</td>
|
|
1542
|
+
<td></td>
|
|
1543
|
+
</tr><tr>
|
|
1544
|
+
<td>receiving-code-review</td>
|
|
1545
|
+
<td><span class="badge badge-code-quality">code-quality</span></td>
|
|
1546
|
+
<td data-i18n="desc">Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical...</td>
|
|
1547
|
+
<td></td>
|
|
1548
|
+
</tr><tr>
|
|
1549
|
+
<td>requesting-code-review</td>
|
|
1550
|
+
<td><span class="badge badge-code-quality">code-quality</span></td>
|
|
1551
|
+
<td data-i18n="desc">Use when completing tasks, implementing major features, or before merging to verify work meets requirements</td>
|
|
1552
|
+
<td></td>
|
|
1553
|
+
</tr><tr>
|
|
1554
|
+
<td>subagent-driven-development</td>
|
|
1555
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1556
|
+
<td data-i18n="desc">Use when executing implementation plans with independent tasks in the current session</td>
|
|
1557
|
+
<td></td>
|
|
1558
|
+
</tr><tr>
|
|
1559
|
+
<td>systematic-debugging</td>
|
|
1560
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
1561
|
+
<td data-i18n="desc">Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes</td>
|
|
1562
|
+
<td></td>
|
|
1563
|
+
</tr><tr>
|
|
1564
|
+
<td>test-driven-development</td>
|
|
1565
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
1566
|
+
<td data-i18n="desc">Use when implementing any feature or bugfix, before writing implementation code</td>
|
|
1567
|
+
<td></td>
|
|
1568
|
+
</tr><tr>
|
|
1569
|
+
<td>using-git-worktrees</td>
|
|
1570
|
+
<td><span class="badge badge-development">development</span></td>
|
|
1571
|
+
<td data-i18n="desc">Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via ...</td>
|
|
1572
|
+
<td></td>
|
|
1573
|
+
</tr><tr>
|
|
1574
|
+
<td>using-superpowers</td>
|
|
1575
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1576
|
+
<td data-i18n="desc">Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions</td>
|
|
1577
|
+
<td></td>
|
|
1578
|
+
</tr><tr>
|
|
1579
|
+
<td>verification-before-completion</td>
|
|
1580
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1581
|
+
<td data-i18n="desc">Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output b...</td>
|
|
1582
|
+
<td></td>
|
|
1583
|
+
</tr><tr>
|
|
1584
|
+
<td>writing-plans</td>
|
|
1585
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
1586
|
+
<td data-i18n="desc">Use when you have a spec or requirements for a multi-step task, before touching code</td>
|
|
1587
|
+
<td></td>
|
|
1588
|
+
</tr><tr>
|
|
1589
|
+
<td>writing-skills</td>
|
|
1590
|
+
<td><span class="badge badge-documentation">documentation</span></td>
|
|
1591
|
+
<td data-i18n="desc">Use when creating new skills, editing existing skills, or verifying skills work before deployment</td>
|
|
1592
|
+
<td></td>
|
|
1593
|
+
</tr><tr>
|
|
1594
|
+
<td>agent-browser</td>
|
|
1595
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
1596
|
+
<td data-i18n="desc">Browser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, c...</td>
|
|
1597
|
+
<td></td>
|
|
1598
|
+
</tr><tr>
|
|
1599
|
+
<td>agent-browser-verify</td>
|
|
1600
|
+
<td><span class="badge badge-design">design</span></td>
|
|
1601
|
+
<td data-i18n="desc">Automated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, check...</td>
|
|
1602
|
+
<td></td>
|
|
1603
|
+
</tr><tr>
|
|
1604
|
+
<td>ai-elements</td>
|
|
1605
|
+
<td><span class="badge badge-design">design</span></td>
|
|
1606
|
+
<td data-i18n="desc">AI Elements component library guidance — pre-built React components for AI interfaces built on shadcn/ui. Use when building chat UIs, message displays, tool ca...</td>
|
|
1607
|
+
<td></td>
|
|
1608
|
+
</tr><tr>
|
|
1609
|
+
<td>ai-gateway</td>
|
|
1610
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
1611
|
+
<td data-i18n="desc">Vercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified AP...</td>
|
|
1612
|
+
<td></td>
|
|
1613
|
+
</tr><tr>
|
|
1614
|
+
<td>ai-generation-persistence</td>
|
|
1615
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1616
|
+
<td data-i18n="desc">AI generation persistence patterns — unique IDs, addressable URLs, database storage, and cost tracking for every LLM generation</td>
|
|
1617
|
+
<td></td>
|
|
1618
|
+
</tr><tr>
|
|
1619
|
+
<td>ai-sdk</td>
|
|
1620
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
1621
|
+
<td data-i18n="desc">Vercel AI SDK expert guidance. Use when building AI-powered features — chat interfaces, text generation, structured output, tool calling, agents, MCP integrati...</td>
|
|
1622
|
+
<td></td>
|
|
1623
|
+
</tr><tr>
|
|
1624
|
+
<td>auth</td>
|
|
1625
|
+
<td><span class="badge badge-security">security</span></td>
|
|
1626
|
+
<td data-i18n="desc">Authentication integration guidance — Clerk (native Vercel Marketplace), Descope, and Auth0 setup for Next.js applications. Covers middleware auth patterns, si...</td>
|
|
1627
|
+
<td></td>
|
|
1628
|
+
</tr><tr>
|
|
1629
|
+
<td>bootstrap</td>
|
|
1630
|
+
<td><span class="badge badge-security">security</span></td>
|
|
1631
|
+
<td data-i18n="desc">Project bootstrapping orchestrator for repos that depend on Vercel-linked resources (databases, auth, and managed integrations). Use when setting up or repairi...</td>
|
|
1632
|
+
<td></td>
|
|
1633
|
+
</tr><tr>
|
|
1634
|
+
<td>chat-sdk</td>
|
|
1635
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
1636
|
+
<td data-i18n="desc">Vercel Chat SDK expert guidance. Use when building multi-platform chat bots — Slack, Telegram, Microsoft Teams, Discord, Google Chat, GitHub, Linear — with a s...</td>
|
|
1637
|
+
<td></td>
|
|
1638
|
+
</tr><tr>
|
|
1639
|
+
<td>cms</td>
|
|
1640
|
+
<td><span class="badge badge-design">design</span></td>
|
|
1641
|
+
<td data-i18n="desc">Headless CMS integration guidance — Sanity (native Vercel Marketplace), Contentful, DatoCMS, Storyblok, and Builder.io. Covers studio setup, content modeling, ...</td>
|
|
1642
|
+
<td></td>
|
|
1643
|
+
</tr><tr>
|
|
1644
|
+
<td>cron-jobs</td>
|
|
1645
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
1646
|
+
<td data-i18n="desc">Vercel Cron Jobs configuration and best practices. Use when adding, editing, or debugging scheduled tasks in vercel.json.</td>
|
|
1647
|
+
<td></td>
|
|
1648
|
+
</tr><tr>
|
|
1649
|
+
<td>deployments-cicd</td>
|
|
1650
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
1651
|
+
<td data-i18n="desc">Vercel deployment and CI/CD expert guidance. Use when deploying, promoting, rolling back, inspecting deployments, building with --prebuilt, or configuring CI w...</td>
|
|
1652
|
+
<td></td>
|
|
1653
|
+
</tr><tr>
|
|
1654
|
+
<td>email</td>
|
|
1655
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
1656
|
+
<td data-i18n="desc">Email sending integration guidance — Resend (native Vercel Marketplace) with React Email templates. Covers API setup, transactional emails, domain verification...</td>
|
|
1657
|
+
<td></td>
|
|
1658
|
+
</tr><tr>
|
|
1659
|
+
<td>env-vars</td>
|
|
1660
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
1661
|
+
<td data-i18n="desc">Vercel environment variable expert guidance. Use when working with .env files, vercel env commands, OIDC tokens, or managing environment-specific configuration.</td>
|
|
1662
|
+
<td></td>
|
|
1663
|
+
</tr><tr>
|
|
1664
|
+
<td>geist</td>
|
|
1665
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
1666
|
+
<td data-i18n="desc">Expert guidance for Geist, Vercel's default typography system and font family for precise Next.js interfaces. Use when configuring Geist Sans, Geist Mono, or G...</td>
|
|
1667
|
+
<td></td>
|
|
1668
|
+
</tr><tr>
|
|
1669
|
+
<td>geistdocs</td>
|
|
1670
|
+
<td><span class="badge badge-documentation">documentation</span></td>
|
|
1671
|
+
<td data-i18n="desc">Expert guidance for Geistdocs, Vercel's documentation template built with Next.js and Fumadocs — MDX authoring, configuration, AI chat, i18n, feedback, deploym...</td>
|
|
1672
|
+
<td></td>
|
|
1673
|
+
</tr><tr>
|
|
1674
|
+
<td>investigation-mode</td>
|
|
1675
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
1676
|
+
<td data-i18n="desc">Orchestrated debugging coordinator. Triggers on frustration signals (stuck, hung, broken, waiting) and systematically triages: runtime logs → workflow status →...</td>
|
|
1677
|
+
<td></td>
|
|
1678
|
+
</tr><tr>
|
|
1679
|
+
<td>json-render</td>
|
|
1680
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1681
|
+
<td data-i18n="desc">AI chat response rendering guidance — handling UIMessage parts, tool call displays, streaming states, and structured data presentation. Use when building custo...</td>
|
|
1682
|
+
<td></td>
|
|
1683
|
+
</tr><tr>
|
|
1684
|
+
<td>marketplace</td>
|
|
1685
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
1686
|
+
<td data-i18n="desc">Vercel Marketplace expert guidance — discovering, installing, and building integrations, auto-provisioned environment variables, unified billing, and the verce...</td>
|
|
1687
|
+
<td></td>
|
|
1688
|
+
</tr><tr>
|
|
1689
|
+
<td>micro</td>
|
|
1690
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
1691
|
+
<td data-i18n="desc">Expert guidance for micro — asynchronous HTTP microservices framework by Vercel. Use when building lightweight HTTP servers, API endpoints, or microservices us...</td>
|
|
1692
|
+
<td></td>
|
|
1693
|
+
</tr><tr>
|
|
1694
|
+
<td>ncc</td>
|
|
1695
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
1696
|
+
<td data-i18n="desc">Expert guidance for @vercel/ncc — a simple CLI for compiling Node.js modules into a single file with all dependencies included. Use when bundling serverless fu...</td>
|
|
1697
|
+
<td></td>
|
|
1698
|
+
</tr><tr>
|
|
1699
|
+
<td>next-forge</td>
|
|
1700
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
1701
|
+
<td data-i18n="desc">next-forge expert guidance — production-grade Turborepo monorepo SaaS starter by Vercel. Use when working in a next-forge project, scaffolding with `npx next-f...</td>
|
|
1702
|
+
<td></td>
|
|
1703
|
+
</tr><tr>
|
|
1704
|
+
<td>nextjs</td>
|
|
1705
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
1706
|
+
<td data-i18n="desc">Next.js App Router expert guidance. Use when building, debugging, or architecting Next.js applications — routing, Server Components, Server Actions, Cache Comp...</td>
|
|
1707
|
+
<td></td>
|
|
1708
|
+
</tr><tr>
|
|
1709
|
+
<td>observability</td>
|
|
1710
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
1711
|
+
<td data-i18n="desc">Vercel Observability expert guidance — Drains (logs, traces, speed insights, web analytics), Web Analytics, Speed Insights, runtime logs, custom events, OpenTe...</td>
|
|
1712
|
+
<td></td>
|
|
1713
|
+
</tr><tr>
|
|
1714
|
+
<td>payments</td>
|
|
1715
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
1716
|
+
<td data-i18n="desc">Stripe payments integration guidance — native Vercel Marketplace setup, checkout sessions, webhook handling, subscription billing, and the Stripe SDK. Use when...</td>
|
|
1717
|
+
<td></td>
|
|
1718
|
+
</tr><tr>
|
|
1719
|
+
<td>react-best-practices</td>
|
|
1720
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1721
|
+
<td data-i18n="desc">React best-practices reviewer for TSX files. Triggers after editing multiple TSX components to run a condensed quality checklist covering component structure, ...</td>
|
|
1722
|
+
<td></td>
|
|
1723
|
+
</tr><tr>
|
|
1724
|
+
<td>routing-middleware</td>
|
|
1725
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
1726
|
+
<td data-i18n="desc">Vercel Routing Middleware guidance — request interception before cache, rewrites, redirects, personalization. Works with any framework. Supports Edge, Node.js,...</td>
|
|
1727
|
+
<td></td>
|
|
1728
|
+
</tr><tr>
|
|
1729
|
+
<td>runtime-cache</td>
|
|
1730
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
1731
|
+
<td data-i18n="desc">Vercel Runtime Cache API guidance — ephemeral per-region key-value cache with tag-based invalidation. Shared across Functions, Routing Middleware, and Builds. ...</td>
|
|
1732
|
+
<td></td>
|
|
1733
|
+
</tr><tr>
|
|
1734
|
+
<td>satori</td>
|
|
1735
|
+
<td><span class="badge badge-design">design</span></td>
|
|
1736
|
+
<td data-i18n="desc">Expert guidance for Satori — Vercel's library that converts HTML and CSS to SVG, commonly used to generate dynamic OG images for Next.js and other frameworks.</td>
|
|
1737
|
+
<td></td>
|
|
1738
|
+
</tr><tr>
|
|
1739
|
+
<td>shadcn</td>
|
|
1740
|
+
<td><span class="badge badge-design">design</span></td>
|
|
1741
|
+
<td data-i18n="desc">shadcn/ui expert guidance — CLI, component installation, composition patterns, custom registries, theming, Tailwind CSS integration, and high-quality interface...</td>
|
|
1742
|
+
<td></td>
|
|
1743
|
+
</tr><tr>
|
|
1744
|
+
<td>sign-in-with-vercel</td>
|
|
1745
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
1746
|
+
<td data-i18n="desc">Sign in with Vercel guidance — OAuth 2.0/OIDC identity provider for user authentication via Vercel accounts. Use when implementing user login with Vercel as th...</td>
|
|
1747
|
+
<td></td>
|
|
1748
|
+
</tr><tr>
|
|
1749
|
+
<td>swr</td>
|
|
1750
|
+
<td><span class="badge badge-design">design</span></td>
|
|
1751
|
+
<td data-i18n="desc">SWR data-fetching expert guidance. Use when building React apps with client-side data fetching, caching, revalidation, mutations, optimistic UI, pagination, or...</td>
|
|
1752
|
+
<td></td>
|
|
1753
|
+
</tr><tr>
|
|
1754
|
+
<td>turbopack</td>
|
|
1755
|
+
<td><span class="badge badge-development">development</span></td>
|
|
1756
|
+
<td data-i18n="desc">Turbopack expert guidance. Use when configuring the Next.js bundler, optimizing HMR, debugging build issues, or understanding the Turbopack vs Webpack differen...</td>
|
|
1757
|
+
<td></td>
|
|
1758
|
+
</tr><tr>
|
|
1759
|
+
<td>turborepo</td>
|
|
1760
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1761
|
+
<td data-i18n="desc">Turborepo expert guidance. Use when setting up or optimizing monorepo builds, configuring task caching, remote caching, parallel execution, or the --affected f...</td>
|
|
1762
|
+
<td></td>
|
|
1763
|
+
</tr><tr>
|
|
1764
|
+
<td>v0-dev</td>
|
|
1765
|
+
<td><span class="badge badge-design">design</span></td>
|
|
1766
|
+
<td data-i18n="desc">v0 by Vercel expert guidance. Use when discussing AI code generation, generating UI components from prompts, v0 CLI usage, v0 SDK/API integration, or integrati...</td>
|
|
1767
|
+
<td></td>
|
|
1768
|
+
</tr><tr>
|
|
1769
|
+
<td>vercel-agent</td>
|
|
1770
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
1771
|
+
<td data-i18n="desc">Vercel Agent guidance — AI-powered code review, incident investigation, and SDK installation. Automates PR analysis and anomaly debugging. Use when configuring...</td>
|
|
1772
|
+
<td></td>
|
|
1773
|
+
</tr><tr>
|
|
1774
|
+
<td>vercel-api</td>
|
|
1775
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
1776
|
+
<td data-i18n="desc">Vercel app and REST API expert guidance. Use when the agent needs live access to Vercel projects, deployments, environment variables, domains, logs, or documen...</td>
|
|
1777
|
+
<td></td>
|
|
1778
|
+
</tr><tr>
|
|
1779
|
+
<td>vercel-cli</td>
|
|
1780
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
1781
|
+
<td data-i18n="desc">Vercel CLI expert guidance. Use when deploying, managing environment variables, linking projects, viewing logs, managing domains, or interacting with the Verce...</td>
|
|
1782
|
+
<td></td>
|
|
1783
|
+
</tr><tr>
|
|
1784
|
+
<td>vercel-firewall</td>
|
|
1785
|
+
<td><span class="badge badge-security">security</span></td>
|
|
1786
|
+
<td data-i18n="desc">Vercel Firewall and security expert guidance. Use when configuring DDoS protection, WAF rules, rate limiting, bot filtering, IP allow/block lists, OWASP rulese...</td>
|
|
1787
|
+
<td></td>
|
|
1788
|
+
</tr><tr>
|
|
1789
|
+
<td>vercel-flags</td>
|
|
1790
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
1791
|
+
<td data-i18n="desc">Vercel Flags guidance — feature flags platform with unified dashboard, Flags Explorer, gradual rollouts, A/B testing, and provider adapters. Use when implement...</td>
|
|
1792
|
+
<td></td>
|
|
1793
|
+
</tr><tr>
|
|
1794
|
+
<td>vercel-functions</td>
|
|
1795
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
1796
|
+
<td data-i18n="desc">Vercel Functions expert guidance — Serverless Functions, Edge Functions, Fluid Compute, streaming, Cron Jobs, and runtime configuration. Use when configuring, ...</td>
|
|
1797
|
+
<td></td>
|
|
1798
|
+
</tr><tr>
|
|
1799
|
+
<td>vercel-queues</td>
|
|
1800
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
1801
|
+
<td data-i18n="desc">Vercel Queues guidance (public beta) — durable event streaming with topics, consumer groups, retries, and delayed delivery. $0.60/1M ops. Powers Workflow DevKi...</td>
|
|
1802
|
+
<td></td>
|
|
1803
|
+
</tr><tr>
|
|
1804
|
+
<td>vercel-sandbox</td>
|
|
1805
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
1806
|
+
<td data-i18n="desc">Vercel Sandbox guidance — ephemeral Firecracker microVMs for running untrusted code safely. Supports AI agents, code generation, and experimentation. Use when ...</td>
|
|
1807
|
+
<td></td>
|
|
1808
|
+
</tr><tr>
|
|
1809
|
+
<td>vercel-services</td>
|
|
1810
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
1811
|
+
<td data-i18n="desc">Vercel Services — deploy multiple services within a single Vercel project. Use for monorepo layouts or when combining a backend (Python, Go) with a frontend (N...</td>
|
|
1812
|
+
<td></td>
|
|
1813
|
+
</tr><tr>
|
|
1814
|
+
<td>vercel-storage</td>
|
|
1815
|
+
<td><span class="badge badge-deployment">deployment</span></td>
|
|
1816
|
+
<td data-i18n="desc">Vercel storage expert guidance — Blob, Edge Config, and Marketplace storage (Neon Postgres, Upstash Redis). Use when choosing, configuring, or using data stora...</td>
|
|
1817
|
+
<td></td>
|
|
1818
|
+
</tr><tr>
|
|
1819
|
+
<td>verification</td>
|
|
1820
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1821
|
+
<td data-i18n="desc">Full-story verification — infers what the user is building, then verifies the complete flow end-to-end: browser → API → data → response. Triggers on dev server...</td>
|
|
1822
|
+
<td></td>
|
|
1823
|
+
</tr><tr>
|
|
1824
|
+
<td>workflow</td>
|
|
1825
|
+
<td><span class="badge badge-automation">automation</span></td>
|
|
1826
|
+
<td data-i18n="desc">Vercel Workflow DevKit (WDK) expert guidance. Use when building durable workflows, long-running tasks, API routes or agents that need pause/resume, retries, st...</td>
|
|
1827
|
+
<td></td>
|
|
1828
|
+
</tr><tr>
|
|
1829
|
+
<td>documents</td>
|
|
1830
|
+
<td><span class="badge badge-testing">testing</span></td>
|
|
1831
|
+
<td data-i18n="desc">Create, edit, redline, and comment on `.docx`, Word, and Google Docs-targeted document artifacts inside the container, with a strict render-and-verify workflow...</td>
|
|
1832
|
+
<td></td>
|
|
1833
|
+
</tr><tr>
|
|
1834
|
+
<td>Presentations</td>
|
|
1835
|
+
<td><span class="badge badge-development">development</span></td>
|
|
1836
|
+
<td data-i18n="desc">Build premium editorial analytics presentation decks for PowerPoint and Google Slides with artifact-tool presentation JSX, using ruthless narrative editing, ch...</td>
|
|
1837
|
+
<td></td>
|
|
1838
|
+
</tr><tr>
|
|
1839
|
+
<td>Spreadsheets</td>
|
|
1840
|
+
<td><span class="badge badge-other">other</span></td>
|
|
1841
|
+
<td data-i18n="desc">Use this skill when a user requests to create, modify, analyze, visualize, or work with spreadsheet files (`.xlsx`, `.xls`, `.csv`, `.tsv`) or Google Sheets-ta...</td>
|
|
1842
|
+
<td></td>
|
|
1843
|
+
</tr></tbody>
|
|
1844
|
+
</table></div>
|
|
1845
|
+
</div>
|
|
1846
|
+
</section>
|
|
1847
|
+
</main>
|
|
1848
|
+
<nav class="progress" aria-label="Slide navigation"></nav>
|
|
1849
|
+
<div class="shortcut" aria-hidden="true">↓ ↑ Space</div>
|
|
1850
|
+
<script>
|
|
1851
|
+
const seen=new IntersectionObserver(es=>es.forEach(e=>{if(e.isIntersecting)e.target.classList.add('v')}),{threshold:.12});
|
|
1852
|
+
document.querySelectorAll('.rv').forEach(el=>seen.observe(el));
|
|
1853
|
+
const slides=[...document.querySelectorAll('.slide')];
|
|
1854
|
+
const nav=document.querySelector('nav.progress');
|
|
1855
|
+
slides.forEach((_,i)=>{const b=document.createElement('button');b.setAttribute('aria-label','Slide '+(i+1));b.addEventListener('click',()=>slides[i]?.scrollIntoView());nav.appendChild(b)});
|
|
1856
|
+
function updateNav(){const i=slides.findIndex(s=>{const r=s.getBoundingClientRect();return r.top>-10&&r.top<innerHeight/2});nav.querySelectorAll('button').forEach((b,j)=>b.classList.toggle('active',j===i))}
|
|
1857
|
+
document.addEventListener('scroll',updateNav,{passive:true});updateNav();
|
|
1858
|
+
document.addEventListener('keydown',e=>{const i=slides.findIndex(s=>{const r=s.getBoundingClientRect();return r.top>-10&&r.top<innerHeight/2});if(['ArrowDown','ArrowRight',' '].includes(e.key)){e.preventDefault();slides[Math.min(i+1,slides.length-1)]?.scrollIntoView()}if(['ArrowUp','ArrowLeft'].includes(e.key)){e.preventDefault();slides[Math.max(i-1,0)]?.scrollIntoView()}});
|
|
1859
|
+
</script>
|
|
1860
|
+
</body>
|
|
1861
|
+
</html>
|