Browse Skills
2452 skills found
remotion-video.md
2
1
export
remotion-video
2
from
"connorads/dotfiles"
from
"connorads/dotfiles"
3
Build and render Remotion videos using React compositions. Use when defining `<Composition>` entries (often in `src/Root.tsx`), implementing deterministic frame-based animations with `useCurrentFrame()`, sequencing (`Sequence`/`Series`/`TransitionSeries`), and adding media via `OffthreadVideo`, `Img`, `Audio`, and `staticFile()`.
2026-01-05
prd-generator.md
2
1
export
prd-generator
2
from
"johncarpenter/claude-code-resources"
from
"johncarpenter/claude-code-resources"
3
Transform product requirements, ideas, or concepts into professional development resources. Use when users request help with product planning, PRD creation, work breakdown, or converting ideas into structured development plans. Triggers include phrases like "create a PRD", "break down this feature", "plan this product", "write requirements", "work breakdown structure", or providing product ideas that need to be formalized into development artifacts.
2026-01-05
api-design.md
2
1
export
api-design
2
from
"pluginagentmarketplace/custom-plugin-backend"
from
"pluginagentmarketplace/custom-plugin-backend"
3
Design and build professional APIs with REST, GraphQL, and gRPC. Master authentication, documentation, testing, and operational concerns.
2026-01-05
workflow.md
2
1
export
workflow
2
from
"sbusso/claude-system"
from
"sbusso/claude-system"
3
Enforces development phases. Triggers on implement, build, create, fix, refactor.
2026-01-05
oracle.md
2
1
export
oracle
2
from
"LarsEckart/dotfiles"
from
"LarsEckart/dotfiles"
3
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
2026-01-05
markdown-writer.md
2
1
export
markdown-writer
2
from
"robertbagge/claude-starter"
from
"robertbagge/claude-starter"
3
Write markdown content to file paths using the MCP markdown-writer server. Use when you need to save generated markdown content to a file, especially in contexts where (1) The Write tool is unavailable or restricted, (2) You need guaranteed atomic writes with verification, (3) Writing markdown files for documentation, reports, or research outputs, (4) An agent needs to persist markdown without user permission prompts.
2026-01-05
turborepo-workflow.md
2
1
export
turborepo-workflow
2
from
"lsst-sqre/squareone"
from
"lsst-sqre/squareone"
3
Expert guidance on Turborepo build orchestration and remote caching workflow. Use this skill when running build commands, troubleshooting caching issues, working with monorepo task execution, or investigating CI/CD pipeline problems. Covers the critical pattern of always using root-level pnpm scripts, understanding the turbo-wrapper.js authentication system, filter syntax for targeting packages, and remote cache configuration.
2026-01-05
scrcpy-option-ui-builder.md
2
1
export
scrcpy-option-ui-builder
2
from
"Codertainment/scrcpy_buddy"
from
"Codertainment/scrcpy_buddy"
3
This skill should modify the category screens and add the requested scrcpy options to the UI, depending on the type of the option (text, toggle, dropdown, etc.). Use this skill for adding new scrcpy options in the UI.
2026-01-05
ui-components.md
2
1
export
ui-components
2
from
"Kafkasportal/git"
from
"Kafkasportal/git"
3
This skill should be used when the user asks to "create a component", "build a UI component", "generate a React component", "make a new component", "add a component", or mentions component types like "card", "button", "form", "input", "widget", "kpi card", "stat card", "dashboard widget". Provides comprehensive guidance for creating production-ready React components with TypeScript, Tailwind CSS, and modern best practices.
2026-01-05
outlook-automation.md
2
1
export
outlook-automation
2
from
"gmickel/outlookctl"
from
"gmickel/outlookctl"
3
Automates reading, searching, drafting, and sending emails AND calendar events in Classic Outlook on Windows using local COM automation. Use this skill when the user asks to process Outlook emails, create drafts, send messages, save attachments, manage calendar events, create meetings, or respond to invitations from the authenticated Outlook session on their Windows Devbox. Requires Classic Outlook (not New Outlook) to be running.
2026-01-05
g-sui.md
2
1
export
g-sui
2
from
"michalCapo/g-sui"
from
"michalCapo/g-sui"
3
Server-rendered Go UI framework. Use when building g-sui applications, creating UI components, handling forms with server actions, using data tables, setting up routes, or implementing WebSocket patches. Triggered by "g-sui", "server-rendered UI", "Go UI framework", form handling, or data collation.
2026-01-05
speculator-orchestration.md
2
1
export
speculator-orchestration
2
from
"wbeard/speculator"
from
"wbeard/speculator"
3
Multi-agent task orchestration using the spec CLI. Guides agents on claiming tasks, parallel execution, blocking, and coordination. Use when working with multiple agents, claiming tasks, or managing parallel work.
2026-01-05
code-review.md
2
1
export
code-review
2
from
"hankhsu1996/lyra"
from
"hankhsu1996/lyra"
3
Reviews code changes for architectural fitness, extensibility, and alignment with design principles. Use when reviewing code, checking PRs, or validating implementations.
2026-01-05
creating-marp-slides.md
2
1
export
creating-marp-slides
2
from
"toku345/marp-slides"
from
"toku345/marp-slides"
3
このプロジェクトでの Marp スライド作成ルール。スライド作成、画像配置、ビルド、プレビュー時に使用。画像は slides/images/ に配置、bun run preview/build を使用。
2026-01-05
gemini.md
2
1
export
gemini
2
from
"SpillwaveSolutions/gemini-skill"
from
"SpillwaveSolutions/gemini-skill"
3
Shell out to Gemini CLI from Claude for any task. Use when asked to "pipe content to Gemini", "get Gemini perspective", "use gemini CLI", "run headless AI task", "parallel analysis with Gemini", or "get second opinion from Gemini". Useful for alternative perspectives, batch processing, or leveraging Gemini 2.5 Pro capabilities alongside Claude.
2026-01-05
kubernetes-debugger.md
2
1
export
kubernetes-debugger
2
from
"rodrigodelmonte/k8s-debugging-plugin"
from
"rodrigodelmonte/k8s-debugging-plugin"
3
Kubernetes debugging and troubleshooting best practices using MCP kubernetes tools.Use when: (1) Pods are failing, pending, or in CrashLoopBackOff/ImagePullBackOff states,(2) Services are unreachable or DNS resolution fails, (3) Deployments aren't rolling out,(4) Nodes are unhealthy or unschedulable, (5) Resource issues (OOM, CPU throttling),(6) Any "why isn't my Kubernetes workload working?" questions.Provides systematic debugging workflows using kubectl_get, kubectl_describe, kubectl_logs,exec_in_pod, and other MCP kubernetes tools.
2026-01-05
clix-integration.md
2
1
export
clix-integration
2
from
"clix-so/skills"
from
"clix-so/skills"
3
Integrates Clix Mobile SDK into iOS, Android, Flutter, and React Native projects. Provides step-by-step guidance for installation, initialization, and verification. Use when the user asks to install, setup, or configure Clix analytics.
2026-01-05
feedmob-brand-guidelines.md
2
1
export
feedmob-brand-guidelines
2
from
"feed-mob/claude-code-marketplace"
from
"feed-mob/claude-code-marketplace"
3
Generate FeedMob-branded content including reports, presentations, charts, and artifacts following official brand guidelines. Use when creating any FeedMob-branded materials.
2026-01-05
image-workflows.md
2
1
export
image-workflows
2
from
"TeamFlojo/FloImg"
from
"TeamFlojo/FloImg"
3
Create and execute image workflows using floimg. Use when the user needs to generate AI images, transform existing images (resize, caption, filters), or create multi-step pipelines. Also handles charts, diagrams, QR codes, and screenshots. Trigger words: image, picture, photo, illustration, hero, thumbnail, resize, transform, caption, watermark, generate, AI, DALL-E, chart, diagram, QR, screenshot.
2026-01-05
shadcn.md
2
1
export
shadcn
2
from
"Squirrelfishcityhall150/claude-code-kit"
from
"Squirrelfishcityhall150/claude-code-kit"
3
shadcn/ui component library patterns
2026-01-05
managing-claude-code-meta.md
2
1
export
managing-claude-code-meta
2
from
"mikekelly/promode"
from
"mikekelly/promode"
3
MUST be loaded when setting up, installing, migrating, reviewing, auditing, or checking CLAUDE.md files in projects. Covers installing the promode CLAUDE.md into new projects, migrating existing CLAUDE.md content to READMEs (progressive disclosure), and auditing projects for conformance. Invoke PROACTIVELY when user mentions CLAUDE.md, project setup, agent configuration, or code meta files.
2026-01-05
csp-lua.md
2
1
export
csp-lua
2
from
"tobi/ac-tracer"
from
"tobi/ac-tracer"
3
CSP (Custom Shaders Patch) Lua API reference for Assetto Corsa modding. Use when working with ac.*, ui.*, render.*, physics.* APIs or any CSP Lua code.
2026-01-05
clarify.md
2
1
export
clarify
2
from
"paulopacitti/dotfiles"
from
"paulopacitti/dotfiles"
3
Ask questions if underspecified. Clarify requirements before implementing. Do not use automatically, only when invoked explicitly.
2026-01-05
dspy-evaluation-suite.md
2
1
export
dspy-evaluation-suite
2
from
"OmidZamani/dspy-skills"
from
"OmidZamani/dspy-skills"
3
Comprehensive evaluation metrics and testing framework for DSPy programs
2026-01-05