Browse Skills

44915 skills found

healthsim-membersim.md
2
1 export healthsim-membersim
2 mark64oswald from "mark64oswald/healthsim-skills"
3 MemberSim generates realistic synthetic claims and payer data for testing claims processing systems, payment integrity, and benefits administration.
2026-01-05
fuzzing-apis.md
2
1 export fuzzing-apis
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to perform automated fuzz testing on APIs to discover vulnerabilities, crashes, and unexpected behavior. It leverages malformed inputs, boundary values, and random payloads to generate comprehensive fuzz test suites. Use this skill when you need to identify potential SQL injection, XSS, command injection vulnerabilities, input validation failures, and edge cases in APIs. Trigger this skill by requesting fuzz testing, vulnerability scanning, or security analysis of an API. The skill is invoked using the `/fuzz-api` command.
2026-01-05
r3f-drei.md
2
1 export r3f-drei
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 @react-three/drei helper library—OrbitControls, Text, Environment, useTexture, useGLTF, Html, Billboard, and 50+ abstractions that simplify common R3F patterns. Use when implementing camera controls, loading assets, rendering text, or needing common 3D utilities.
2026-01-05
fullstory-travel.md
2
1 export fullstory-travel
2 fullstorydev from "fullstorydev/fs-skills"
3 Industry-specific guide for implementing Fullstory in travel and hospitality applications including airlines, hotels, OTAs, car rentals, and vacation packages. Covers booking funnel optimization, search and filtering UX, payment handling (PCI), loyalty programs, and multi-traveler booking flows. Includes detailed examples for search, booking, check-in, and post-trip experiences.
2026-01-05
unity-mobile.md
2
1 export unity-mobile
2 creator-hian from "creator-hian/claude-code-plugins"
3 Optimize Unity games for mobile platforms with IL2CPP, platform-specific code, and memory management. Masters iOS/Android deployment, app size reduction, and battery optimization. Use for mobile builds, platform issues, or device-specific optimization.
2026-01-05
image-gen.md
2
1 export image-gen
2 MarkShawn2020 from "MarkShawn2020/.claude"
3 Generate images using Gemini via ZenMux
2026-01-05
multi-tenant-postgres.md
2
1 export multi-tenant-postgres
2 raphaelmansuy from "raphaelmansuy/k8s-agent-stack"
3 Implement multi-tenant PostgreSQL database layer with row-level security. Use for database schema design, tenant isolation, migrations, connection pooling, and data access patterns. Triggers on "database schema", "PostgreSQL", "multi-tenant", "row-level security", "RLS", "database migration", "sqlc", or when implementing the data layer for AgentStack.
2026-01-05
bcm-specialist.md
2
1 export bcm-specialist
2 moag1000 from "moag1000/Little-ISMS-Helper"
3 Expert for Business Continuity Management (BCM) with deep knowledge of ISO 22301, ISO 22313, and integration with ISO 27001. Automatically activated when user asks about business continuity, disaster recovery, crisis management, emergency planning, BC plans, BC exercises, or BCM compliance.
2026-01-05
tasks-feature-implementation.md
2
1 export tasks-feature-implementation
2 duc01226 from "duc01226/EasyPlatform"
3 Use when implementing new features or enhancements requiring multi-layer changes (Domain, Application, Persistence, API, Frontend).
2026-01-05
backlog-management.md
2
1 export backlog-management
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 プロダクトバックログの作成・整理・優先順位付けを行うためのスキル。ユーザーストーリー作成、DEEP原則の適用、健全性分析を通じて実装可能な状態を維持します。Anchors:• Agile Estimating and Planning / 適用: 見積もりと優先度 / 目的: 計画精度の向上• User Stories Applied / 適用: ストーリー作成 / 目的: 要件の明確化• The Product Owner's Handbook / 適用: バックログ運用 / 目的: 価値最大化Trigger:Use when managing product backlogs, refining user stories, prioritizing items, or assessing backlog health.
2026-01-05
software-engineering.md
2
1 export software-engineering
2 warpcode from "warpcode/dotfiles"
3 Domain specialist for software architecture, design patterns, code quality, and refactoring. Scope: SOLID principles, GoF design patterns, anti-patterns, code smells, clean architecture, code injection vulnerabilities, performance issues, modern language features. Excludes: infrastructure configuration, security operations beyond code injection, database design, API design, performance testing. Triggers: "SOLID", "design pattern", "refactor", "architecture", "code quality", "clean code", "factory", "singleton", "observer", "strategy", "dependency injection".
2026-01-05
sentry-observability.md
2
1 export sentry-observability
2 phrazzld from "phrazzld/claude-config"
3 Sentry error tracking and production observability. Invoke when:- New Next.js project without error tracking → Suggest setup- Deploying to Vercel → "Add observability before deploying"- Discussing error handling, try/catch → "Track these in production"- Production bug, users reporting errors → Triage with scripts- Setting up monitoring, configuring alerts, reviewing PII handlingScripts: detect_sentry.sh, init_sentry.sh, list_issues.sh, triage_score.shKeywords: Sentry, production errors, error tracking, triage, alerts,observability, Session Replay, PII redaction, source maps, monitoring
2026-01-05
running-smoke-tests.md
2
1 export running-smoke-tests
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill runs smoke tests to verify critical application functionality. It executes pre-defined test suites that check system health, authentication, core features, and external integrations. Use this skill after deployments, upgrades, or significant configuration changes to ensure the application is operational. Trigger this skill using the terms "smoke test" or "st".
2026-01-05
hetzner-vps-provisioning.md
2
1 export hetzner-vps-provisioning
2 The-Resonance from "The-Resonance/claude-code-hetzner-vps"
3 Use this skill when the user wants to provision a Hetzner VPS, create a cloud server, deploy to Hetzner, set up a development server, configure server security (UFW, fail2ban), or estimate cloud hosting costs. Handles secure VPS provisioning with Claude Code pre-installed.
2026-01-05
command-best-practices.md
2
1 export command-best-practices
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 コマンド設計のベストプラクティス(単一責任/合成可能性/冪等性/DRY/保守性)を整理し、設計レビューと改善方針を支援するスキル。原則の適用判断、チェックリスト運用、検証手順を一貫して整理する。Anchors:• The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: 設計原則の実務適用 / 目的: 実装品質の安定化Trigger:Use when reviewing command design best practices, refactoring command structure, or validating maintainability and composability.command best practices, single responsibility, composability, idempotency, DRY, maintainable commands
2026-01-05
interface-embedding.md
2
1 export interface-embedding
2 JamesPrial from "JamesPrial/claudefiles"
3 Compose interfaces through embedding for flexible contracts
2026-01-05
finishing-a-development-branch.md
2
1 export finishing-a-development-branch
2 heyJordanParker from "heyJordanParker/dotfiles"
3 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 structured options for merge, PR, or cleanup
2026-01-05
responsive-design.md
2
1 export responsive-design
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 レスポンシブWebデザインのベストプラクティスを提供する専門スキル。モバイルファースト、フルードグリッド、メディアクエリ、ブレークポイント設計、画像最適化、タイポグラフィのスケーリング、タッチターゲット設計を包括的にサポートする。プロジェクト固有のTailwind CSS設計システム、8pxグリッド、Electron対応を含む。Anchors:• Responsive Web Design (Ethan Marcotte) / 適用: フルードグリッド・メディアクエリ設計 / 目的: デバイス横断的なUI設計の基礎• Mobile First (Luke Wroblewski) / 適用: モバイルファースト設計手法 / 目的: 制約駆動設計とプログレッシブエンハンスメント• 16-ui-ux-guidelines.md / 適用: プロジェクト固有のデザインシステム / 目的: Tailwind CSS・Electron対応・WCAG準拠Trigger:Use when implementing responsive layouts, designing breakpoints, creating mobile-first styles, optimizing images for multiple viewports, or ensuring cross-device compatibility.breakpoint, media query, mobile first, fluid grid, viewport, responsive layout, adaptive design, flexible images, srcset, clamp, レスポンシブ, ブレークポイント, Tailwind
2026-01-05
plugin-auditor.md
2
1 export plugin-auditor
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 Automatically audits Claude Code plugins for security vulnerabilities, best practices, CLAUDE.md compliance, and quality standards when user mentions audit plugin, security review, or best practices check. Specific to claude-code-plugins repository standards.
2026-01-05
distributed-tracing-setup.md
2
1 export distributed-tracing-setup
2 Dexploarer from "Dexploarer/hyper-forge"
3 Configure distributed tracing with Jaeger, Zipkin, or Datadog for microservices observability
2026-01-05
building-classification-models.md
2
1 export building-classification-models
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to construct and evaluate classification models using provided datasets or specifications. It leverages the classification-model-builder plugin to automate model creation, optimization, and reporting. Use this skill when the user requests to "build a classifier", "create a classification model", "train a classification model", or needs help with supervised learning tasks involving labeled data. The skill ensures best practices are followed, including data validation, error handling, and performance metric reporting.
2026-01-05
dependency-scan.md
2
1 export dependency-scan
2 cosmix from "cosmix/claude-code-setup"
3 Scans project dependencies for known vulnerabilities, outdated packages, and license compliance issues. Trigger keywords: dependency, vulnerability, CVE, npm audit, outdated, license, supply chain, SBOM.
2026-01-05
csharp-async-patterns.md
2
1 export csharp-async-patterns
2 creator-hian from "creator-hian/claude-code-plugins"
3 Modern C# asynchronous programming patterns using async/await, proper CancellationToken usage, and error handling in async code. Use when guidance needed on async/await best practices, Task composition and coordination, ConfigureAwait usage, ValueTask optimization, or async operation cancellation patterns. Pure .NET framework patterns applicable to any C# application.
2026-01-05
test-limacharlie-edr.md
2
1 export test-limacharlie-edr
2 refractionPOINT from "refractionPOINT/documentation"
3 Deploy a temporary LimaCharlie EDR agent on the local Linux or Mac OS host for testing. Downloads and runs the LC sensor in a temp directory with automatic cleanup. Use for testing detection rules, investigating sensor behavior, or development. Requires selecting or creating a LimaCharlie organization first.
2026-01-05