claude-skill-lord 2.0.6 → 2.0.7
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/CLAUDE.md +1 -1
- package/README.md +5 -5
- package/agents/brainstormer.md +2 -0
- package/agents/code-reviewer.md +1 -0
- package/agents/copywriter.md +1 -0
- package/agents/database-admin.md +1 -0
- package/agents/debugger.md +1 -0
- package/agents/docs-manager.md +1 -0
- package/agents/journal-writer.md +1 -0
- package/agents/mcp-manager.md +1 -0
- package/agents/planner.md +2 -0
- package/agents/researcher.md +1 -0
- package/agents/tester.md +1 -0
- package/agents/ui-ux-designer.md +2 -1
- package/commands/build-fix.md +4 -0
- package/commands/checkpoint.md +4 -0
- package/commands/code-review.md +4 -0
- package/commands/eval.md +4 -0
- package/commands/git/cm.md +3 -1
- package/commands/git/cp.md +4 -1
- package/commands/harness-audit.md +4 -0
- package/commands/learn.md +4 -0
- package/commands/loop-start.md +4 -0
- package/commands/loop-status.md +4 -0
- package/commands/model-route.md +4 -0
- package/commands/multi-backend.md +4 -0
- package/commands/multi-execute.md +4 -0
- package/commands/multi-frontend.md +4 -0
- package/commands/multi-plan.md +4 -0
- package/commands/multi-workflow.md +4 -0
- package/commands/pm2.md +4 -0
- package/commands/quality-gate.md +4 -0
- package/commands/refactor-clean.md +4 -0
- package/commands/test-coverage.md +4 -0
- package/commands/update-codemaps.md +4 -0
- package/commands/update-docs.md +4 -0
- package/commands/verify.md +4 -0
- package/docs/ARCHITECTURE.md +28 -53
- package/docs/COMMAND-REFERENCE.md +161 -30
- package/docs/SKILL-CATALOG.md +247 -77
- package/package.json +2 -2
- package/scripts/install.js +9 -1
- package/skills/google-adk-python/SKILL.md +5 -0
- package/skills/manifest.json +812 -0
- package/skills/skill-stocktake/SKILL.md +1 -1
- package/skills/template-skill/SKILL.md +11 -0
|
@@ -0,0 +1,812 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0",
|
|
3
|
+
"generated": "2026-03-29",
|
|
4
|
+
"count": 161,
|
|
5
|
+
"skills": [
|
|
6
|
+
{
|
|
7
|
+
"name": "aesthetic",
|
|
8
|
+
"path": "skills/aesthetic/SKILL.md",
|
|
9
|
+
"description": "Create aesthetically beautiful interfaces following proven design principles. Use when building UI/UX, analyzing designs from inspiration sites, generating design images with ai-multimodal, implementing visual hierarchy and color theory, adding micro-interactions, or creating design documentation. Includes workflows for capturing and analyzing inspiration screenshots with chrome-devtools and ai-multimodal, iterative design image generation until aesthetic standards are met, and comprehensive design system guidance covering BEAUTIFUL (aesthetic principles), RIGHT (functionality/accessibility), SATISFYING (micro-interactions), and PEAK (storytelling) stages. Integrates with chrome-devtools, ai-multimodal, media-processing, ui-styling, and web-frameworks skills."
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "agent-eval",
|
|
13
|
+
"path": "skills/agent-eval/SKILL.md",
|
|
14
|
+
"description": "Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"name": "agent-harness-construction",
|
|
18
|
+
"path": "skills/agent-harness-construction/SKILL.md",
|
|
19
|
+
"description": "Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates."
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"name": "agentic-engineering",
|
|
23
|
+
"path": "skills/agentic-engineering/SKILL.md",
|
|
24
|
+
"description": "Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing."
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"name": "ai-first-engineering",
|
|
28
|
+
"path": "skills/ai-first-engineering/SKILL.md",
|
|
29
|
+
"description": "Engineering operating model for teams where AI agents generate a large share of implementation output."
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "ai-multimodal",
|
|
33
|
+
"path": "skills/ai-multimodal/SKILL.md",
|
|
34
|
+
"description": "Process and generate multimedia content using Google Gemini API. Capabilities include analyze audio files (transcription with timestamps, summarization, speech understanding, music/sound analysis up to 9.5 hours), understand images (captioning, object detection, OCR, visual Q&A, segmentation), process videos (scene detection, Q&A, temporal analysis, YouTube URLs, up to 6 hours), extract from documents (PDF tables, forms, charts, diagrams, multi-page), generate images (text-to-image, editing, composition, refinement). Use when working with audio/video files, analyzing images or screenshots, processing PDF documents, extracting structured data from media, creating images from text prompts, or implementing multimodal AI features. Supports multiple models (Gemini 2.5/2.0) with context windows up to 2M tokens."
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "ai-regression-testing",
|
|
38
|
+
"path": "skills/ai-regression-testing/SKILL.md",
|
|
39
|
+
"description": "Regression testing strategies for AI-assisted development. Sandbox-mode API testing without database dependencies, automated bug-check workflows, and patterns to catch AI blind spots where the same model writes and reviews code."
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "android-clean-architecture",
|
|
43
|
+
"path": "skills/android-clean-architecture/SKILL.md",
|
|
44
|
+
"description": "Clean Architecture patterns for Android and Kotlin Multiplatform projects — module structure, dependency rules, UseCases, Repositories, and data layer patterns."
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "api-design",
|
|
48
|
+
"path": "skills/api-design/SKILL.md",
|
|
49
|
+
"description": "REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs."
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "architecture-decision-records",
|
|
53
|
+
"path": "skills/architecture-decision-records/SKILL.md",
|
|
54
|
+
"description": "Capture architectural decisions made during Claude Code sessions as structured ADRs. Auto-detects decision moments, records context, alternatives considered, and rationale. Maintains an ADR log so future developers understand why the codebase is shaped the way it is."
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "article-writing",
|
|
58
|
+
"path": "skills/article-writing/SKILL.md",
|
|
59
|
+
"description": "Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when voice consistency, structure, and credibility matter."
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "autonomous-loops",
|
|
63
|
+
"path": "skills/autonomous-loops/SKILL.md",
|
|
64
|
+
"description": "\"Patterns and architectures for autonomous Claude Code loops — from simple sequential pipelines to RFC-driven multi-agent DAG systems.\""
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "backend-development",
|
|
68
|
+
"path": "skills/backend-development/SKILL.md",
|
|
69
|
+
"description": "Build robust backend systems with modern technologies (Node.js, Python, Go, Rust), frameworks (NestJS, FastAPI, Django), databases (PostgreSQL, MongoDB, Redis), APIs (REST, GraphQL, gRPC), authentication (OAuth 2.1, JWT), testing strategies, security best practices (OWASP Top 10), performance optimization, scalability patterns (microservices, caching, sharding), DevOps practices (Docker, Kubernetes, CI/CD), and monitoring. Use when designing APIs, implementing authentication, optimizing database queries, setting up CI/CD pipelines, handling security vulnerabilities, building microservices, or developing production-ready backend systems."
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "backend-patterns",
|
|
73
|
+
"path": "skills/backend-patterns/SKILL.md",
|
|
74
|
+
"description": "Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes."
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "ckm:banner-design",
|
|
78
|
+
"path": "skills/banner-design/SKILL.md",
|
|
79
|
+
"description": "\"Design banners for social media, ads, website heroes, creative assets, and print. Multiple art direction options with AI-generated visuals. Actions: design, create, generate banner. Platforms: Facebook, Twitter/X, LinkedIn, YouTube, Instagram, Google Display, website hero, print. Styles: minimalist, gradient, bold typography, photo-based, illustrated, geometric, retro, glassmorphism, 3D, neon, duotone, editorial, collage. Uses ui-ux-pro-max, frontend-design, ai-artist, ai-multimodal skills.\""
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"name": "better-auth",
|
|
83
|
+
"path": "skills/better-auth/SKILL.md",
|
|
84
|
+
"description": "Implement authentication and authorization with Better Auth - a framework-agnostic TypeScript authentication framework. Features include email/password authentication with verification, OAuth providers (Google, GitHub, Discord, etc.), two-factor authentication (TOTP, SMS), passkeys/WebAuthn support, session management, role-based access control (RBAC), rate limiting, and database adapters. Use when adding authentication to applications, implementing OAuth flows, setting up 2FA/MFA, managing user sessions, configuring authorization rules, or building secure authentication systems for web applications."
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"name": "blueprint",
|
|
88
|
+
"path": "skills/blueprint/SKILL.md",
|
|
89
|
+
"description": ">-"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "ckm:brand",
|
|
93
|
+
"path": "skills/brand/SKILL.md",
|
|
94
|
+
"description": "Brand voice, visual identity, messaging frameworks, asset management, brand consistency. Activate for branded content, tone of voice, marketing assets, brand compliance, style guides."
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"name": "bun-runtime",
|
|
98
|
+
"path": "skills/bun-runtime/SKILL.md",
|
|
99
|
+
"description": "Bun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel support."
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "carrier-relationship-management",
|
|
103
|
+
"path": "skills/carrier-relationship-management/SKILL.md",
|
|
104
|
+
"description": ">"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"name": "chrome-devtools",
|
|
108
|
+
"path": "skills/chrome-devtools/SKILL.md",
|
|
109
|
+
"description": "Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging."
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"name": "claude-api",
|
|
113
|
+
"path": "skills/claude-api/SKILL.md",
|
|
114
|
+
"description": "Anthropic Claude API patterns for Python and TypeScript. Covers Messages API, streaming, tool use, vision, extended thinking, batches, prompt caching, and Claude Agent SDK. Use when building applications with the Claude API or Anthropic SDKs."
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"name": "claude-code",
|
|
118
|
+
"path": "skills/claude-code/SKILL.md",
|
|
119
|
+
"description": "Use when users ask about Claude Code features, setup, configuration, troubleshooting, slash commands, MCP servers, Agent Skills, hooks, plugins, CI/CD integration, or enterprise deployment. Activate for questions like 'How do I use Claude Code?', 'What slash commands are available?', 'How to set up MCP?', 'Create a skill', 'Fix Claude Code issues', or 'Deploy Claude Code in enterprise'."
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "claude-devfleet",
|
|
123
|
+
"path": "skills/claude-devfleet/SKILL.md",
|
|
124
|
+
"description": "Orchestrate multi-agent coding tasks via Claude DevFleet — plan projects, dispatch parallel agents in isolated worktrees, monitor progress, and read structured reports."
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "click-path-audit",
|
|
128
|
+
"path": "skills/click-path-audit/SKILL.md",
|
|
129
|
+
"description": "\"Trace every user-facing button/touchpoint through its full state change sequence to find bugs where functions individually work but cancel each other out, produce wrong final state, or leave the UI in an inconsistent state. Use when: systematic debugging found no bugs but users report broken buttons, or after any major refactor touching shared state stores.\""
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "clickhouse-io",
|
|
133
|
+
"path": "skills/clickhouse-io/SKILL.md",
|
|
134
|
+
"description": "ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads."
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "code-review",
|
|
138
|
+
"path": "skills/code-review/SKILL.md",
|
|
139
|
+
"description": "Use when receiving code review feedback (especially if unclear or technically questionable), when completing tasks or major features requiring review before proceeding, or before making any completion/success claims. Covers three practices - receiving feedback with technical rigor over performative agreement, requesting reviews via code-reviewer subagent, and verification gates requiring evidence before any status claims. Essential for subagent-driven development, pull requests, and preventing false completion claims."
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"name": "codebase-onboarding",
|
|
143
|
+
"path": "skills/codebase-onboarding/SKILL.md",
|
|
144
|
+
"description": "Analyze an unfamiliar codebase and generate a structured onboarding guide with architecture map, key entry points, conventions, and a starter CLAUDE.md. Use when joining a new project or setting up Claude Code for the first time in a repo."
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "coding-standards",
|
|
148
|
+
"path": "skills/coding-standards/SKILL.md",
|
|
149
|
+
"description": "Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development."
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"name": "compose-multiplatform-patterns",
|
|
153
|
+
"path": "skills/compose-multiplatform-patterns/SKILL.md",
|
|
154
|
+
"description": "Compose Multiplatform and Jetpack Compose patterns for KMP projects — state management, navigation, theming, performance, and platform-specific UI."
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"name": "configure-ecc",
|
|
158
|
+
"path": "skills/configure-ecc/SKILL.md",
|
|
159
|
+
"description": "Interactive installer for Everything Claude Code — guides users through selecting and installing skills and rules to user-level or project-level directories, verifies paths, and optionally optimizes installed files."
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"name": "content-engine",
|
|
163
|
+
"path": "skills/content-engine/SKILL.md",
|
|
164
|
+
"description": "Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms."
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"name": "content-hash-cache-pattern",
|
|
168
|
+
"path": "skills/content-hash-cache-pattern/SKILL.md",
|
|
169
|
+
"description": "Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation."
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"name": "context-budget",
|
|
173
|
+
"path": "skills/context-budget/SKILL.md",
|
|
174
|
+
"description": "Audits Claude Code context window consumption across agents, skills, MCP servers, and rules. Identifies bloat, redundant components, and produces prioritized token-savings recommendations."
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"name": "continuous-agent-loop",
|
|
178
|
+
"path": "skills/continuous-agent-loop/SKILL.md",
|
|
179
|
+
"description": "Patterns for continuous autonomous agent loops with quality gates, evals, and recovery controls."
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"name": "continuous-learning",
|
|
183
|
+
"path": "skills/continuous-learning/SKILL.md",
|
|
184
|
+
"description": "Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use."
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"name": "continuous-learning-v2",
|
|
188
|
+
"path": "skills/continuous-learning-v2/SKILL.md",
|
|
189
|
+
"description": "Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents. v2.1 adds project-scoped instincts to prevent cross-project contamination."
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"name": "cost-aware-llm-pipeline",
|
|
193
|
+
"path": "skills/cost-aware-llm-pipeline/SKILL.md",
|
|
194
|
+
"description": "Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching."
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"name": "cpp-coding-standards",
|
|
198
|
+
"path": "skills/cpp-coding-standards/SKILL.md",
|
|
199
|
+
"description": "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 idiomatic practices."
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"name": "cpp-testing",
|
|
203
|
+
"path": "skills/cpp-testing/SKILL.md",
|
|
204
|
+
"description": "Use only when writing/updating/fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage/sanitizers."
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
"name": "crosspost",
|
|
208
|
+
"path": "skills/crosspost/SKILL.md",
|
|
209
|
+
"description": "Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms."
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"name": "customs-trade-compliance",
|
|
213
|
+
"path": "skills/customs-trade-compliance/SKILL.md",
|
|
214
|
+
"description": ">"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"name": "data-scraper-agent",
|
|
218
|
+
"path": "skills/data-scraper-agent/SKILL.md",
|
|
219
|
+
"description": "Build a fully automated AI-powered data collection agent for any public source — job boards, prices, news, GitHub, sports, anything. Scrapes on a schedule, enriches data with a free LLM (Gemini Flash), stores results in Notion/Sheets/Supabase, and learns from user feedback. Runs 100% free on GitHub Actions. Use when the user wants to monitor, collect, or track any public data automatically."
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"name": "database-migrations",
|
|
223
|
+
"path": "skills/database-migrations/SKILL.md",
|
|
224
|
+
"description": "Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Kysely, Django, TypeORM, golang-migrate)."
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"name": "databases",
|
|
228
|
+
"path": "skills/databases/SKILL.md",
|
|
229
|
+
"description": "Work with MongoDB (document database, BSON documents, aggregation pipelines, Atlas cloud) and PostgreSQL (relational database, SQL queries, psql CLI, pgAdmin). Use when designing database schemas, writing queries and aggregations, optimizing indexes for performance, performing database migrations, configuring replication and sharding, implementing backup and restore strategies, managing database users and permissions, analyzing query performance, or administering production databases."
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"name": "Debugging",
|
|
233
|
+
"path": "skills/debugging/SKILL.md",
|
|
234
|
+
"description": "Systematic debugging framework ensuring root cause investigation before fixes. Includes four-phase debugging process, backward call stack tracing, multi-layer validation, and verification protocols. Use when encountering bugs, test failures, unexpected behavior, performance issues, or before claiming work complete. Prevents random fixes, masks over symptoms, and false completion claims."
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"name": "deep-research",
|
|
238
|
+
"path": "skills/deep-research/SKILL.md",
|
|
239
|
+
"description": "Multi-source deep research using firecrawl and exa MCPs. Searches the web, synthesizes findings, and delivers cited reports with source attribution. Use when the user wants thorough research on any topic with evidence and citations."
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"name": "deployment-patterns",
|
|
243
|
+
"path": "skills/deployment-patterns/SKILL.md",
|
|
244
|
+
"description": "Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications."
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"name": "ckm:design",
|
|
248
|
+
"path": "skills/design/SKILL.md",
|
|
249
|
+
"description": "\"Comprehensive design skill: brand identity, design tokens, UI styling, logo generation (55 styles, Gemini AI), corporate identity program (50 deliverables, CIP mockups), HTML presentations (Chart.js), banner design (22 styles, social/ads/web/print), icon design (15 styles, SVG, Gemini 3.1 Pro), social photos (HTML→screenshot, multi-platform). Actions: design logo, create CIP, generate mockups, build slides, design banner, generate icon, create social photos, social media images, brand identity, design system. Platforms: Facebook, Twitter, LinkedIn, YouTube, Instagram, Pinterest, TikTok, Threads, Google Ads.\""
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"name": "ckm:design-system",
|
|
253
|
+
"path": "skills/design-system/SKILL.md",
|
|
254
|
+
"description": "Token architecture, component specifications, and slide generation. Three-layer tokens (primitive→semantic→component), CSS variables, spacing/typography scales, component specs, strategic slide creation. Use for design tokens, systematic design, brand-compliant presentations."
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"name": "devops",
|
|
258
|
+
"path": "skills/devops/SKILL.md",
|
|
259
|
+
"description": "Deploy and manage cloud infrastructure on Cloudflare (Workers, R2, D1, KV, Pages, Durable Objects, Browser Rendering), Docker containers, and Google Cloud Platform (Compute Engine, GKE, Cloud Run, App Engine, Cloud Storage). Use when deploying serverless functions to the edge, configuring edge computing solutions, managing Docker containers and images, setting up CI/CD pipelines, optimizing cloud infrastructure costs, implementing global caching strategies, working with cloud databases, or building cloud-native applications."
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"name": "django-patterns",
|
|
263
|
+
"path": "skills/django-patterns/SKILL.md",
|
|
264
|
+
"description": "Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps."
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"name": "django-security",
|
|
268
|
+
"path": "skills/django-security/SKILL.md",
|
|
269
|
+
"description": "Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations."
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"name": "django-tdd",
|
|
273
|
+
"path": "skills/django-tdd/SKILL.md",
|
|
274
|
+
"description": "Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs."
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"name": "django-verification",
|
|
278
|
+
"path": "skills/django-verification/SKILL.md",
|
|
279
|
+
"description": "\"Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.\""
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"name": "dmux-workflows",
|
|
283
|
+
"path": "skills/dmux-workflows/SKILL.md",
|
|
284
|
+
"description": "Multi-agent orchestration using dmux (tmux pane manager for AI agents). Patterns for parallel agent workflows across Claude Code, Codex, OpenCode, and other harnesses. Use when running multiple agent sessions in parallel or coordinating multi-agent development workflows."
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"name": "docker-patterns",
|
|
288
|
+
"path": "skills/docker-patterns/SKILL.md",
|
|
289
|
+
"description": "Docker and Docker Compose patterns for local development, container security, networking, volume strategies, and multi-service orchestration."
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"name": "docs-seeker",
|
|
293
|
+
"path": "skills/docs-seeker/SKILL.md",
|
|
294
|
+
"description": "\"Search technical documentation using executable scripts to detect query type, fetch from llms.txt sources (context7.com), and analyze results. Use when user needs: (1) Topic-specific documentation (features/components/concepts), (2) Library/framework documentation, (3) GitHub repository analysis, (4) Documentation discovery with automated agent distribution strategy\""
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"name": "documentation-lookup",
|
|
298
|
+
"path": "skills/documentation-lookup/SKILL.md",
|
|
299
|
+
"description": "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 user names a framework (e.g. React, Next.js, Prisma)."
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"name": "e2e-testing",
|
|
303
|
+
"path": "skills/e2e-testing/SKILL.md",
|
|
304
|
+
"description": "Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies."
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"name": "energy-procurement",
|
|
308
|
+
"path": "skills/energy-procurement/SKILL.md",
|
|
309
|
+
"description": ">"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"name": "enterprise-agent-ops",
|
|
313
|
+
"path": "skills/enterprise-agent-ops/SKILL.md",
|
|
314
|
+
"description": "Operate long-lived agent workloads with observability, security boundaries, and lifecycle management."
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"name": "eval-harness",
|
|
318
|
+
"path": "skills/eval-harness/SKILL.md",
|
|
319
|
+
"description": "Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"name": "exa-search",
|
|
323
|
+
"path": "skills/exa-search/SKILL.md",
|
|
324
|
+
"description": "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 deep research with Exa's neural search engine."
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
"name": "fal-ai-media",
|
|
328
|
+
"path": "skills/fal-ai-media/SKILL.md",
|
|
329
|
+
"description": "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-speech (CSM-1B), and video-to-audio (ThinkSound). Use when the user wants to generate images, videos, or audio with AI."
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"name": "flutter-dart-code-review",
|
|
333
|
+
"path": "skills/flutter-dart-code-review/SKILL.md",
|
|
334
|
+
"description": "Library-agnostic Flutter/Dart code review checklist covering widget best practices, state management patterns (BLoC, Riverpod, Provider, GetX, MobX, Signals), Dart idioms, performance, accessibility, security, and clean architecture."
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"name": "foundation-models-on-device",
|
|
338
|
+
"path": "skills/foundation-models-on-device/SKILL.md",
|
|
339
|
+
"description": "Apple FoundationModels framework for on-device LLM — text generation, guided generation with @Generable, tool calling, and snapshot streaming in iOS 26+."
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"name": "frontend-design",
|
|
343
|
+
"path": "skills/frontend-design/SKILL.md",
|
|
344
|
+
"description": "Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics."
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"name": "frontend-dev-guidelines",
|
|
348
|
+
"path": "skills/frontend-development/SKILL.md",
|
|
349
|
+
"description": "Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with features directory, MUI v7 styling, TanStack Router, performance optimization, and TypeScript best practices. Use when creating components, pages, features, fetching data, styling, routing, or working with frontend code."
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"name": "frontend-patterns",
|
|
353
|
+
"path": "skills/frontend-patterns/SKILL.md",
|
|
354
|
+
"description": "Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices."
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"name": "frontend-slides",
|
|
358
|
+
"path": "skills/frontend-slides/SKILL.md",
|
|
359
|
+
"description": "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 create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices."
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"name": "golang-patterns",
|
|
363
|
+
"path": "skills/golang-patterns/SKILL.md",
|
|
364
|
+
"description": "Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications."
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
"name": "golang-testing",
|
|
368
|
+
"path": "skills/golang-testing/SKILL.md",
|
|
369
|
+
"description": "Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices."
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"name": "google-adk-python",
|
|
373
|
+
"path": "skills/google-adk-python/SKILL.md",
|
|
374
|
+
"description": "Guide for building AI agents with Google's Agent Development Kit (ADK) Python framework."
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"name": "inventory-demand-planning",
|
|
378
|
+
"path": "skills/inventory-demand-planning/SKILL.md",
|
|
379
|
+
"description": ">"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"name": "investor-materials",
|
|
383
|
+
"path": "skills/investor-materials/SKILL.md",
|
|
384
|
+
"description": "Create and update pitch decks, one-pagers, investor memos, accelerator applications, financial models, and fundraising materials. Use when the user needs investor-facing documents, projections, use-of-funds tables, milestone plans, or materials that must stay internally consistent across multiple fundraising assets."
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"name": "investor-outreach",
|
|
388
|
+
"path": "skills/investor-outreach/SKILL.md",
|
|
389
|
+
"description": "Draft cold emails, warm intro blurbs, follow-ups, update emails, and investor communications for fundraising. Use when the user wants outreach to angels, VCs, strategic investors, or accelerators and needs concise, personalized, investor-facing messaging."
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"name": "iterative-retrieval",
|
|
393
|
+
"path": "skills/iterative-retrieval/SKILL.md",
|
|
394
|
+
"description": "Pattern for progressively refining context retrieval to solve the subagent context problem"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"name": "java-coding-standards",
|
|
398
|
+
"path": "skills/java-coding-standards/SKILL.md",
|
|
399
|
+
"description": "\"Java coding standards for Spring Boot services: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.\""
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"name": "jpa-patterns",
|
|
403
|
+
"path": "skills/jpa-patterns/SKILL.md",
|
|
404
|
+
"description": "JPA/Hibernate patterns for entity design, relationships, query optimization, transactions, auditing, indexing, pagination, and pooling in Spring Boot."
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"name": "kotlin-coroutines-flows",
|
|
408
|
+
"path": "skills/kotlin-coroutines-flows/SKILL.md",
|
|
409
|
+
"description": "Kotlin Coroutines and Flow patterns for Android and KMP — structured concurrency, Flow operators, StateFlow, error handling, and testing."
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"name": "kotlin-exposed-patterns",
|
|
413
|
+
"path": "skills/kotlin-exposed-patterns/SKILL.md",
|
|
414
|
+
"description": "JetBrains Exposed ORM patterns including DSL queries, DAO pattern, transactions, HikariCP connection pooling, Flyway migrations, and repository pattern."
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"name": "kotlin-ktor-patterns",
|
|
418
|
+
"path": "skills/kotlin-ktor-patterns/SKILL.md",
|
|
419
|
+
"description": "Ktor server patterns including routing DSL, plugins, authentication, Koin DI, kotlinx.serialization, WebSockets, and testApplication testing."
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"name": "kotlin-patterns",
|
|
423
|
+
"path": "skills/kotlin-patterns/SKILL.md",
|
|
424
|
+
"description": "Idiomatic Kotlin patterns, best practices, and conventions for building robust, efficient, and maintainable Kotlin applications with coroutines, null safety, and DSL builders."
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"name": "kotlin-testing",
|
|
428
|
+
"path": "skills/kotlin-testing/SKILL.md",
|
|
429
|
+
"description": "Kotlin testing patterns with Kotest, MockK, coroutine testing, property-based testing, and Kover coverage. Follows TDD methodology with idiomatic Kotlin practices."
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"name": "laravel-patterns",
|
|
433
|
+
"path": "skills/laravel-patterns/SKILL.md",
|
|
434
|
+
"description": "Laravel architecture patterns, routing/controllers, Eloquent ORM, service layers, queues, events, caching, and API resources for production apps."
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"name": "laravel-security",
|
|
438
|
+
"path": "skills/laravel-security/SKILL.md",
|
|
439
|
+
"description": "Laravel security best practices for authn/authz, validation, CSRF, mass assignment, file uploads, secrets, rate limiting, and secure deployment."
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"name": "laravel-tdd",
|
|
443
|
+
"path": "skills/laravel-tdd/SKILL.md",
|
|
444
|
+
"description": "Test-driven development for Laravel with PHPUnit and Pest, factories, database testing, fakes, and coverage targets."
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"name": "laravel-verification",
|
|
448
|
+
"path": "skills/laravel-verification/SKILL.md",
|
|
449
|
+
"description": "Verification loop for Laravel projects: env checks, linting, static analysis, tests with coverage, security scans, and deployment readiness."
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"name": "liquid-glass-design",
|
|
453
|
+
"path": "skills/liquid-glass-design/SKILL.md",
|
|
454
|
+
"description": "iOS 26 Liquid Glass design system — dynamic glass material with blur, reflection, and interactive morphing for SwiftUI, UIKit, and WidgetKit."
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"name": "logistics-exception-management",
|
|
458
|
+
"path": "skills/logistics-exception-management/SKILL.md",
|
|
459
|
+
"description": ">"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"name": "market-research",
|
|
463
|
+
"path": "skills/market-research/SKILL.md",
|
|
464
|
+
"description": "Conduct market research, competitive analysis, investor due diligence, and industry intelligence with source attribution and decision-oriented summaries. Use when the user wants market sizing, competitor comparisons, fund research, technology scans, or research that informs business decisions."
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"name": "mcp-builder",
|
|
468
|
+
"path": "skills/mcp-builder/SKILL.md",
|
|
469
|
+
"description": "Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK)."
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"name": "mcp-management",
|
|
473
|
+
"path": "skills/mcp-management/SKILL.md",
|
|
474
|
+
"description": "Manage Model Context Protocol (MCP) servers - discover, analyze, and execute tools/prompts/resources from configured MCP servers. Use when working with MCP integrations, need to discover available MCP capabilities, filter MCP tools for specific tasks, execute MCP tools programmatically, access MCP prompts/resources, or implement MCP client functionality. Supports intelligent tool selection, multi-server management, and context-efficient capability discovery."
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"name": "mcp-server-patterns",
|
|
478
|
+
"path": "skills/mcp-server-patterns/SKILL.md",
|
|
479
|
+
"description": "Build MCP servers with Node/TypeScript SDK — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Use Context7 or official MCP docs for latest API."
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"name": "media-processing",
|
|
483
|
+
"path": "skills/media-processing/SKILL.md",
|
|
484
|
+
"description": "Process multimedia files with FFmpeg (video/audio encoding, conversion, streaming, filtering, hardware acceleration) and ImageMagick (image manipulation, format conversion, batch processing, effects, composition). Use when converting media formats, encoding videos with specific codecs (H.264, H.265, VP9), resizing/cropping images, extracting audio from video, applying filters and effects, optimizing file sizes, creating streaming manifests (HLS/DASH), generating thumbnails, batch processing images, creating composite images, or implementing media processing pipelines. Supports 100+ formats, hardware acceleration (NVENC, QSV), and complex filtergraphs."
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"name": "mobile-development",
|
|
488
|
+
"path": "skills/mobile-development/SKILL.md",
|
|
489
|
+
"description": "Build modern mobile applications with React Native, Flutter, Swift/SwiftUI, and Kotlin/Jetpack Compose. Covers mobile-first design principles, performance optimization (battery, memory, network), offline-first architecture, platform-specific guidelines (iOS HIG, Material Design), testing strategies, security best practices, accessibility, app store deployment, and mobile development mindset. Use when building mobile apps, implementing mobile UX patterns, optimizing for mobile constraints, or making native vs cross-platform decisions."
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"name": "nanoclaw-repl",
|
|
493
|
+
"path": "skills/nanoclaw-repl/SKILL.md",
|
|
494
|
+
"description": "Operate and extend NanoClaw v2, ECC's zero-dependency session-aware REPL built on claude -p."
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"name": "nextjs-turbopack",
|
|
498
|
+
"path": "skills/nextjs-turbopack/SKILL.md",
|
|
499
|
+
"description": "Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack."
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"name": "nutrient-document-processing",
|
|
503
|
+
"path": "skills/nutrient-document-processing/SKILL.md",
|
|
504
|
+
"description": "Process, convert, OCR, extract, redact, sign, and fill documents using the Nutrient DWS API. Works with PDFs, DOCX, XLSX, PPTX, HTML, and images."
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"name": "nuxt4-patterns",
|
|
508
|
+
"path": "skills/nuxt4-patterns/SKILL.md",
|
|
509
|
+
"description": "Nuxt 4 app patterns for hydration safety, performance, route rules, lazy loading, and SSR-safe data fetching with useFetch and useAsyncData."
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"name": "payment-integration",
|
|
513
|
+
"path": "skills/payment-integration/SKILL.md",
|
|
514
|
+
"description": "Implement payment integrations with SePay (Vietnamese payment gateway with VietQR, bank transfers, cards) and Polar (global SaaS monetization platform with subscriptions, usage-based billing, automated benefits). Use when integrating payment processing, implementing checkout flows, managing subscriptions, handling webhooks, processing bank transfers, generating QR codes, automating benefit delivery, or building billing systems. Supports authentication (API keys, OAuth2), product management, customer portals, tax compliance (Polar as MoR), and comprehensive SDK integrations (Node.js, PHP, Python, Go, Laravel, Next.js)."
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"name": "perl-patterns",
|
|
518
|
+
"path": "skills/perl-patterns/SKILL.md",
|
|
519
|
+
"description": "Modern Perl 5.36+ idioms, best practices, and conventions for building robust, maintainable Perl applications."
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"name": "perl-security",
|
|
523
|
+
"path": "skills/perl-security/SKILL.md",
|
|
524
|
+
"description": "Comprehensive Perl security covering taint mode, input validation, safe process execution, DBI parameterized queries, web security (XSS/SQLi/CSRF), and perlcritic security policies."
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"name": "perl-testing",
|
|
528
|
+
"path": "skills/perl-testing/SKILL.md",
|
|
529
|
+
"description": "Perl testing patterns using Test2::V0, Test::More, prove runner, mocking, coverage with Devel::Cover, and TDD methodology."
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"name": "plan-preview",
|
|
533
|
+
"path": "skills/plan-preview/SKILL.md",
|
|
534
|
+
"description": "Preview markdown files in a directory with a beautiful web interface. Features dark sidebar with search, syntax highlighting with Prism.js, GitHub-flavored markdown, responsive design. Use when you need to preview plans, documentation, or any markdown files."
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"name": "plankton-code-quality",
|
|
538
|
+
"path": "skills/plankton-code-quality/SKILL.md",
|
|
539
|
+
"description": "\"Write-time code quality enforcement using Plankton — auto-formatting, linting, and Claude-powered fixes on every file edit via hooks.\""
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"name": "planning",
|
|
543
|
+
"path": "skills/planning/SKILL.md",
|
|
544
|
+
"description": "Use when you need to plan technical solutions that are scalable, secure, and maintainable."
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"name": "postgres-patterns",
|
|
548
|
+
"path": "skills/postgres-patterns/SKILL.md",
|
|
549
|
+
"description": "PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices."
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"name": "Problem-Solving Techniques",
|
|
553
|
+
"path": "skills/problem-solving/SKILL.md",
|
|
554
|
+
"description": "Apply systematic problem-solving techniques for complexity spirals (simplification cascades), innovation blocks (collision-zone thinking), recurring patterns (meta-pattern recognition), assumption constraints (inversion exercise), scale uncertainty (scale game), and dispatch when stuck. Techniques derived from Microsoft Amplifier project patterns adapted for immediate application."
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"name": "production-scheduling",
|
|
558
|
+
"path": "skills/production-scheduling/SKILL.md",
|
|
559
|
+
"description": ">"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
"name": "project-guidelines-example",
|
|
563
|
+
"path": "skills/project-guidelines-example/SKILL.md",
|
|
564
|
+
"description": "\"Example project-specific skill template based on a real production application.\""
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"name": "prompt-optimizer",
|
|
568
|
+
"path": "skills/prompt-optimizer/SKILL.md",
|
|
569
|
+
"description": ">-"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"name": "python-patterns",
|
|
573
|
+
"path": "skills/python-patterns/SKILL.md",
|
|
574
|
+
"description": "Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications."
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"name": "python-testing",
|
|
578
|
+
"path": "skills/python-testing/SKILL.md",
|
|
579
|
+
"description": "Python testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements."
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"name": "pytorch-patterns",
|
|
583
|
+
"path": "skills/pytorch-patterns/SKILL.md",
|
|
584
|
+
"description": "PyTorch deep learning patterns and best practices for building robust, efficient, and reproducible training pipelines, model architectures, and data loading."
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"name": "quality-nonconformance",
|
|
588
|
+
"path": "skills/quality-nonconformance/SKILL.md",
|
|
589
|
+
"description": ">"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"name": "ralphinho-rfc-pipeline",
|
|
593
|
+
"path": "skills/ralphinho-rfc-pipeline/SKILL.md",
|
|
594
|
+
"description": "RFC-driven multi-agent DAG execution pattern with quality gates, merge queues, and work unit orchestration."
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"name": "vercel-react-best-practices",
|
|
598
|
+
"path": "skills/react-best-practices/SKILL.md",
|
|
599
|
+
"description": "React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements."
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
"name": "regex-vs-llm-structured-text",
|
|
603
|
+
"path": "skills/regex-vs-llm-structured-text/SKILL.md",
|
|
604
|
+
"description": "Decision framework for choosing between regex and LLM when parsing structured text — start with regex, add LLM only for low-confidence edge cases."
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"name": "repomix",
|
|
608
|
+
"path": "skills/repomix/SKILL.md",
|
|
609
|
+
"description": "Package entire code repositories into single AI-friendly files using Repomix. Capabilities include pack codebases with customizable include/exclude patterns, generate multiple output formats (XML, Markdown, plain text), preserve file structure and context, optimize for AI consumption with token counting, filter by file types and directories, add custom headers and summaries. Use when packaging codebases for AI analysis, creating repository snapshots for LLM context, analyzing third-party libraries, preparing for security audits, generating documentation context, or evaluating unfamiliar codebases."
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"name": "research",
|
|
613
|
+
"path": "skills/research/SKILL.md",
|
|
614
|
+
"description": "Use when you need to research, analyze, and plan technical solutions that are scalable, secure, and maintainable."
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"name": "returns-reverse-logistics",
|
|
618
|
+
"path": "skills/returns-reverse-logistics/SKILL.md",
|
|
619
|
+
"description": ">"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"name": "rules-distill",
|
|
623
|
+
"path": "skills/rules-distill/SKILL.md",
|
|
624
|
+
"description": "\"Scan skills to extract cross-cutting principles and distill them into rules — append, revise, or create new rule files\""
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"name": "rust-patterns",
|
|
628
|
+
"path": "skills/rust-patterns/SKILL.md",
|
|
629
|
+
"description": "Idiomatic Rust patterns, ownership, error handling, traits, concurrency, and best practices for building safe, performant applications."
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"name": "rust-testing",
|
|
633
|
+
"path": "skills/rust-testing/SKILL.md",
|
|
634
|
+
"description": "Rust testing patterns including unit tests, integration tests, async testing, property-based testing, mocking, and coverage. Follows TDD methodology."
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"name": "safety-guard",
|
|
638
|
+
"path": "skills/safety-guard/SKILL.md",
|
|
639
|
+
"description": "Prevent destructive operations during autonomous agent runs. Three protection modes — careful (warn on dangerous commands), freeze (lock writes to a directory), guard (both combined). Essential for full-auto sessions."
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"name": "santa-method",
|
|
643
|
+
"path": "skills/santa-method/SKILL.md",
|
|
644
|
+
"description": "\"Multi-agent adversarial verification with convergence loop. Two independent review agents must both pass before output ships.\""
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"name": "search-first",
|
|
648
|
+
"path": "skills/search-first/SKILL.md",
|
|
649
|
+
"description": "Research-before-coding workflow. Search for existing tools, libraries, and patterns before writing custom code. Invokes the researcher agent."
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"name": "security-review",
|
|
653
|
+
"path": "skills/security-review/SKILL.md",
|
|
654
|
+
"description": "Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns."
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"name": "security-scan",
|
|
658
|
+
"path": "skills/security-scan/SKILL.md",
|
|
659
|
+
"description": "Scan your Claude Code configuration (.claude/ directory) for security vulnerabilities, misconfigurations, and injection risks using AgentShield. Checks CLAUDE.md, settings.json, MCP servers, hooks, and agent definitions."
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"name": "sequential-thinking",
|
|
663
|
+
"path": "skills/sequential-thinking/SKILL.md",
|
|
664
|
+
"description": "Apply structured, reflective problem-solving for complex tasks requiring multi-step analysis, revision capability, and hypothesis verification. Use for complex problem decomposition, adaptive planning, analysis needing course correction, problems with unclear scope, multi-step solutions, and hypothesis-driven work."
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"name": "shopify",
|
|
668
|
+
"path": "skills/shopify/SKILL.md",
|
|
669
|
+
"description": "Build Shopify applications, extensions, and themes using GraphQL/REST APIs, Shopify CLI, Polaris UI components, and Liquid templating. Capabilities include app development with OAuth authentication, checkout UI extensions for customizing checkout flow, admin UI extensions for dashboard integration, POS extensions for retail, theme development with Liquid, webhook management, billing API integration, product/order/customer management. Use when building Shopify apps, implementing checkout customizations, creating admin interfaces, developing themes, integrating payment processing, managing store data via APIs, or extending Shopify functionality."
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"name": "skill-comply",
|
|
673
|
+
"path": "skills/skill-comply/SKILL.md",
|
|
674
|
+
"description": "Visualize whether skills, rules, and agent definitions are actually followed — auto-generates scenarios at 3 prompt strictness levels, runs agents, classifies behavioral sequences, and reports compliance rates with full tool call timelines"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"name": "skill-creator",
|
|
678
|
+
"path": "skills/skill-creator/SKILL.md",
|
|
679
|
+
"description": "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 Claude's capabilities with specialized knowledge, workflows, or tool integrations."
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"name": "skill-stocktake",
|
|
683
|
+
"path": "skills/skill-stocktake/SKILL.md",
|
|
684
|
+
"description": "\"Use when auditing Claude skills and commands for quality. Supports Quick Scan (changed skills only) and Full Stocktake modes with sequential subagent batch evaluation.\""
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"name": "ckm:slides",
|
|
688
|
+
"path": "skills/slides/SKILL.md",
|
|
689
|
+
"description": "Create strategic HTML presentations with Chart.js, design tokens, responsive layouts, copywriting formulas, and contextual slide strategies."
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"name": "springboot-patterns",
|
|
693
|
+
"path": "skills/springboot-patterns/SKILL.md",
|
|
694
|
+
"description": "Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work."
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"name": "springboot-security",
|
|
698
|
+
"path": "skills/springboot-security/SKILL.md",
|
|
699
|
+
"description": "Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services."
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
"name": "springboot-tdd",
|
|
703
|
+
"path": "skills/springboot-tdd/SKILL.md",
|
|
704
|
+
"description": "Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring."
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"name": "springboot-verification",
|
|
708
|
+
"path": "skills/springboot-verification/SKILL.md",
|
|
709
|
+
"description": "\"Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.\""
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"name": "strategic-compact",
|
|
713
|
+
"path": "skills/strategic-compact/SKILL.md",
|
|
714
|
+
"description": "Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction."
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"name": "swift-actor-persistence",
|
|
718
|
+
"path": "skills/swift-actor-persistence/SKILL.md",
|
|
719
|
+
"description": "Thread-safe data persistence in Swift using actors — in-memory cache with file-backed storage, eliminating data races by design."
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"name": "swift-concurrency-6-2",
|
|
723
|
+
"path": "skills/swift-concurrency-6-2/SKILL.md",
|
|
724
|
+
"description": "Swift 6.2 Approachable Concurrency — single-threaded by default, @concurrent for explicit background offloading, isolated conformances for main actor types."
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"name": "swift-protocol-di-testing",
|
|
728
|
+
"path": "skills/swift-protocol-di-testing/SKILL.md",
|
|
729
|
+
"description": "Protocol-based dependency injection for testable Swift code — mock file system, network, and external APIs using focused protocols and Swift Testing."
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"name": "swiftui-patterns",
|
|
733
|
+
"path": "skills/swiftui-patterns/SKILL.md",
|
|
734
|
+
"description": "SwiftUI architecture patterns, state management with @Observable, view composition, navigation, performance optimization, and modern iOS/macOS UI best practices."
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"name": "tdd-workflow",
|
|
738
|
+
"path": "skills/tdd-workflow/SKILL.md",
|
|
739
|
+
"description": "Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests."
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
"name": "team-builder",
|
|
743
|
+
"path": "skills/team-builder/SKILL.md",
|
|
744
|
+
"description": "Interactive agent picker for composing and dispatching parallel teams"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"name": "template-skill",
|
|
748
|
+
"path": "skills/template-skill/SKILL.md",
|
|
749
|
+
"description": "Replace with description of the skill and when Claude should use it."
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"name": "testing",
|
|
753
|
+
"path": "skills/testing/SKILL.md",
|
|
754
|
+
"description": "Comprehensive testing strategies — unit, integration, E2E, coverage requirements, and test-driven development patterns"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"name": "threejs",
|
|
758
|
+
"path": "skills/threejs/SKILL.md",
|
|
759
|
+
"description": "Build immersive 3D web experiences with Three.js - WebGL/WebGPU library for scenes, cameras, geometries, materials, lights, animations, loaders, post-processing, shaders (including node-based TSL), compute, physics, VR/XR, and advanced rendering. Use when creating 3D visualizations, games, interactive graphics, data viz, product configurators, architectural walkthroughs, or WebGL/WebGPU applications. Covers OrbitControls, GLTF/FBX loading, PBR materials, shadow mapping, post-processing effects (bloom, SSAO, SSR), custom shaders, instancing, LOD, animation systems, and WebXR."
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"name": "ui-styling",
|
|
763
|
+
"path": "skills/ui-styling/SKILL.md",
|
|
764
|
+
"description": "Create beautiful, accessible user interfaces with shadcn/ui components (built on Radix UI + Tailwind), Tailwind CSS utility-first styling, and canvas-based visual designs. Use when building user interfaces, implementing design systems, creating responsive layouts, adding accessible components (dialogs, dropdowns, forms, tables), customizing themes and colors, implementing dark mode, generating visual designs and posters, or establishing consistent styling patterns across applications."
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"name": "ui-ux-pro-max",
|
|
768
|
+
"path": "skills/ui-ux-pro-max/SKILL.md",
|
|
769
|
+
"description": "\"UI/UX design intelligence for web and mobile. Includes 50+ styles, 161 color palettes, 57 font pairings, 161 product types, 99 UX guidelines, and 25 chart types across 10 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, and HTML/CSS). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, and check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, and mobile app. Elements: button, modal, navbar, sidebar, card, table, form, and chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, and flat design. Topics: color systems, accessibility, animation, layout, typography, font pairing, spacing, interaction states, shadow, and gradient. Integrations: shadcn/ui MCP for component search and examples.\""
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"name": "vercel-deploy",
|
|
773
|
+
"path": "skills/vercel-deploy/SKILL.md",
|
|
774
|
+
"description": "Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as \"Deploy my app\", \"Deploy this to production\", \"Create a preview deployment\", \"Deploy and give me the link\", or \"Push this live\". No authentication required - returns preview URL and claimable deployment link."
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"name": "verification-loop",
|
|
778
|
+
"path": "skills/verification-loop/SKILL.md",
|
|
779
|
+
"description": "\"A comprehensive verification system for Claude Code sessions.\""
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"name": "video-editing",
|
|
783
|
+
"path": "skills/video-editing/SKILL.md",
|
|
784
|
+
"description": "AI-assisted video editing workflows for cutting, structuring, and augmenting real footage. Covers the full pipeline from raw capture through FFmpeg, Remotion, ElevenLabs, fal.ai, and final polish in Descript or CapCut. Use when the user wants to edit video, cut footage, create vlogs, or build video content."
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"name": "videodb",
|
|
788
|
+
"path": "skills/videodb/SKILL.md",
|
|
789
|
+
"description": "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 stream links. Understand- extract frames, build visual/semantic/temporal indexes, and search moments with timestamps and auto-clips. Act- transcode and normalize (codec, fps, resolution, aspect ratio), perform timeline edits (subtitles, text/image overlays, branding, audio overlays, dubbing, translation), generate media assets (image, audio, video), and create real time alerts for events from live streams or desktop capture."
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"name": "visa-doc-translate",
|
|
793
|
+
"path": "skills/visa-doc-translate/SKILL.md",
|
|
794
|
+
"description": "Translate visa application documents (images) to English and create a bilingual PDF with original and translation"
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"name": "web-design-guidelines",
|
|
798
|
+
"path": "skills/web-design-guidelines/SKILL.md",
|
|
799
|
+
"description": "Review UI code for Web Interface Guidelines compliance. Use when asked to review UI, check accessibility, audit design, review UX, or check site against best practices."
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"name": "web-frameworks",
|
|
803
|
+
"path": "skills/web-frameworks/SKILL.md",
|
|
804
|
+
"description": "Build modern full-stack web applications with Next.js (App Router, Server Components, RSC, PPR, SSR, SSG, ISR), Turborepo (monorepo management, task pipelines, remote caching, parallel execution), and RemixIcon (3100+ SVG icons in outlined/filled styles). Use when creating React applications, implementing server-side rendering, setting up monorepos with multiple packages, optimizing build performance and caching strategies, adding icon libraries, managing shared dependencies, or working with TypeScript full-stack projects."
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"name": "x-api",
|
|
808
|
+
"path": "skills/x-api/SKILL.md",
|
|
809
|
+
"description": "X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically."
|
|
810
|
+
}
|
|
811
|
+
]
|
|
812
|
+
}
|