Browse Skills

2452 skills found

unity-async.md
2
1 export unity-async
2 creator-hian from "creator-hian/claude-code-plugins"
3 Handle Unity's asynchronous programming patterns including coroutines, async/await, and Job System. Masters Unity's main thread restrictions and threading models. Use when guidance needed on Unity async operations, coroutine optimization, or parallel processing in Unity context.
2026-01-05
clean-git-history.md
2
1 export clean-git-history
2 anandthakker from "anandthakker/dotfiles"
3 Reimplement a branch with a clean, narrative-quality git commit history suitable for reviewer comprehension. Use when asked to: rewrite git history for PR review, make commits more logical/reviewable, prepare messy work for a pull request.
2026-01-05
prompt-engineering-toolkit.md
2
1 export prompt-engineering-toolkit
2 davidrd123 from "davidrd123/ComfyPromptByAPI"
3 Core prompt engineering techniques for LoRA-based video generation. Use when: prompts ignore critical elements, outputs are confused or generic, characters are inconsistent, performances feel lifeless, or style drifts toward realism. Covers attention budget, conceptual distance, simplification, aesthetic control, character consistency, performance direction, and advanced revision strategies.
2026-01-05
docusaurus-plugins.md
2
1 export docusaurus-plugins
2 mcclowes from "mcclowes/docusaurus-plugin-cookie-consent"
3 Use when creating Docusaurus plugins (remark, rehype, theme, content, lifecycle) to extend markdown, modify HTML, or add custom functionality
2026-01-05
image-workflows.md
2
1 export image-workflows
2 TeamFlojo 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
ai-image-asset-generator.md
2
1 export ai-image-asset-generator
2 Kartikk-26 from "Kartikk-26/Claude-Code-Skills"
3 This skill should be used when generating AI image assets for websites, landing pages, or applications. It automatically analyzes page requirements, generates images using Gemini API, removes backgrounds, converts to SVG for interactivity, and places assets in frontend code. Ideal for creating hero images, icons, backgrounds, product mockups, and infographic elements. Use this skill when users need image assets for their web projects.
2026-01-05
building-router.md
2
1 export building-router
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Router for 3D building game mechanics in Three.js. Use when creating survival games, sandbox builders, base builders, or any game with player-constructed structures. Routes to 9 specialized skills for performance, physics, multiplayer, terrain, decay, UX, platform support, and design reference. Start here for building mechanics projects.
2026-01-05
qt-release.md
2
1 export qt-release
2 svetzal from "svetzal/cutiecoco"
3 Set up or troubleshoot GitHub Actions workflows for releasing cross-platform Qt applications. Use when building, signing, notarizing, or packaging Qt apps for macOS, Linux, or Windows.
2026-01-05
gemini.md
2
1 export gemini
2 SpillwaveSolutions 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
poocommerce-copy-guidelines.md
2
1 export poocommerce-copy-guidelines
2 notmattpress from "notmattpress/poocommerce"
3 Guidelines for UI text and copy in PooCommerce. Use when writing user-facing text, labels, buttons, or messages.
2026-01-05
dspy-evaluation-suite.md
2
1 export dspy-evaluation-suite
2 OmidZamani from "OmidZamani/dspy-skills"
3 Comprehensive evaluation metrics and testing framework for DSPy programs
2026-01-05
pr-creator.md
2
1 export pr-creator
2 enitrat from "enitrat/skill-issue"
3 Guide PR authoring from creation through review completion. Use when creating/submitting/authoring pull requests, writing PR descriptions, responding to reviewer comments, or implementing review feedback. Covers the full PR lifecycle - creating PRs linked to issues, handling review comments (triaging, responding, implementing suggestions), and getting PRs merged.
2026-01-05
fullstory-banking.md
2
1 export fullstory-banking
2 fullstorydev from "fullstorydev/fs-skills"
3 Industry-specific guide for implementing Fullstory in banking and financial services applications. Covers regulatory requirements (PCI DSS, GLBA, SOX), privacy controls for sensitive financial data, authentication flows, transaction monitoring, and fraud detection patterns. Includes detailed examples for retail banking, investment platforms, and payment applications.
2026-01-05
rhetorical-analysis.md
2
1 export rhetorical-analysis
2 bastien-gallay from "bastien-gallay/rhetorical-analysis-skill"
3 Analyse rhétorique et épistémologique d'articles, discours et textes argumentatifs. Utiliser ce skill quand l'utilisateur demande d'analyser la qualité argumentative d'un texte, d'identifier des sophismes ou biais, d'évaluer la fiabilité des sources citées, de déconstruire la logique d'un raisonnement, ou de produire une réécriture critique structurée d'un document.
2026-01-05
kubernetes-debugger.md
2
1 export kubernetes-debugger
2 rodrigodelmonte 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
bellog-theme.md
2
1 export bellog-theme
2 whddltjdwhd from "whddltjdwhd/bellog"
3 Provides theme integration guidelines and CSS variable usage patterns for the Bellog blog. Triggers when creating styled components or working with colors.
2026-01-05
resolve-ambiguity.md
2
1 export resolve-ambiguity
2 rayk from "rayk/lucid-toolkit"
3 Systematic ambiguity resolution through tiered information gathering. Use when facing unclear requirements, unknown context, uncertain implementation choices, or any situation where guessing would be risky.
2026-01-05
github-actions-ci.md
2
1 export github-actions-ci
2 MrPointer from "MrPointer/dotfiles"
3 GitHub Actions CI/CD guide for the dotfiles repository. Use when creating or modifying GitHub Actions workflows, adding CI/CD pipelines, setting up build/test automation, configuring matrix builds, working with artifacts, implementing E2E tests in containers, or troubleshooting workflow issues. Covers workflow patterns, security best practices, caching strategies, and multi-platform testing.
2026-01-05
jbct.md
2
1 export jbct
2 siy from "siy/jbct-cli"
3 Java Backend Coding Technology skill for designing, implementing, and reviewing functional Java backend code. Use when working with Result, Option, Promise types, value objects, use cases, or when asked about JBCT patterns, monadic composition, parse-don't-validate, structural patterns (Leaf, Sequencer, Fork-Join), or functional Java backend architecture.
2026-01-05
remotion-video.md
2
1 export remotion-video
2 connorads 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
api-design.md
2
1 export api-design
2 pluginagentmarketplace 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
g-sui.md
2
1 export g-sui
2 michalCapo 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
workflow.md
2
1 export workflow
2 sbusso from "sbusso/claude-system"
3 Enforces development phases. Triggers on implement, build, create, fix, refactor.
2026-01-05
golang-testing.md
2
1 export golang-testing
2 joeyagreco from "joeyagreco/dotfiles"
3 GoLang testing guidelines
2026-01-05