Browse Skills

9063 skills found

saas-compliance-frameworks.md
3
1 export saas-compliance-frameworks
2 melodic-software from "melodic-software/claude-code-plugins"
3 Security and compliance requirements for SaaS applications. Covers SOC 2, GDPR, HIPAA, and common compliance patterns with implementation guidance.
2026-01-05
vitest-mocking.md
3
1 export vitest-mocking
2 alexanderop from "alexanderop/workoutTracker"
3 Vitest mocking patterns and test double strategies. Use when writing tests that need mocks, spies, stubs, or fakes. Triggers include: mocking modules, stubbing globals (fetch, Date, timers), testing composables, mocking imports (default/named), creating test doubles, replacing dependencies, verifying mock calls, cleaning up mocks, or any question about "how do I mock X in Vitest". Also use when reviewing tests for proper mocking practices.
2026-01-05
ai-testcase-generator-mcp.md
3
1 export ai-testcase-generator-mcp
2 enuno from "enuno/claude-command-and-control"
3 GitHub repository skill for Mallikarjun-Roddannavar/ai-testcase-generator-mcp
2026-01-05
unit-test.md
3
1 export unit-test
2 xmark168 from "xmark168/VibeSDLC"
3 Unit tests with Jest + React Testing Library. CRITICAL - Uses Jest (NOT Vitest).
2026-01-05
javascript.md
3
1 export javascript
2 vapvarun from "vapvarun/claude-backup"
3 Write modern JavaScript/ES6+ code following best practices for performance, security, and maintainability. Use when writing JS code, fixing bugs, or implementing frontend functionality.
2026-01-05
test-kitchen.md
3
1 export test-kitchen
2 2389-research from "2389-research/claude-plugins"
3 Parallel implementation framework. Omakase-off triggers FIRST on build/create requests (wraps brainstorming). Cookoff triggers at design→implementation transition (wraps execution). Together they provide entry and exit gates for the Test Kitchen workflow.
2026-01-05
gemini-sandbox-configuration.md
3
1 export gemini-sandbox-configuration
2 melodic-software from "melodic-software/claude-code-plugins"
3 Central authority for Gemini CLI sandboxing and isolation. Covers Docker, Podman, macOS Seatbelt profiles, and security boundaries. Use when enabling sandboxing, choosing sandbox methods, configuring Seatbelt profiles, or troubleshooting sandbox issues. Delegates 100% to gemini-cli-docs for official documentation.
2026-01-05
sandbox-configuration.md
3
1 export sandbox-configuration
2 melodic-software from "melodic-software/claude-code-plugins"
3 Central authority for Claude Code sandboxing and isolation. Covers sandboxed bash tool, /sandbox command, filesystem isolation (blocked access, custom paths), network isolation (domain restrictions, proxy support), OS-level enforcement (bubblewrap on Linux, Seatbelt on macOS), sandbox configuration options, escape hatches (dangerouslyDisableSandbox, allowUnsandboxedCommands), and sandbox security limitations. Assists with configuring sandbox settings, understanding isolation mechanisms, and troubleshooting sandbox issues. Delegates 100% to docs-management skill for official documentation.
2026-01-05
production-code-standards.md
3
1 export production-code-standards
2 Primadetaautomation from "Primadetaautomation/primadata-marketplace"
3 Production-ready code standards following CLAUDE Framework with TDD, security, and quality requirements
2026-01-05
bugmagnet.md
3
1 export bugmagnet
2 channingwalton from "channingwalton/dotfiles"
3 Comprehensive Test Coverage and Bug Discovery Workflow (user)
2026-01-05
hooks-builder.md
3
1 export hooks-builder
2 mike-coulbourn from "mike-coulbourn/claude-vibes"
3 Create event-driven hooks for Claude Code automation. Use when the user wants to create hooks, automate tool validation, add pre/post processing, enforce security policies, or configure settings.json hooks. Triggers: create hook, build hook, PreToolUse, PostToolUse, event automation, tool validation, security hook
2026-01-05
go-code-review.md
3
1 export go-code-review
2 curtbushko from "curtbushko/nixos-config"
3 Auto-review Go code for 100+ common mistakes when analyzing .go files, discussing Go patterns, or reviewing PRs with Go code. Checks error handling, concurrency, interfaces, performance, testing, and stdlib usage.
2026-01-05
auth-implementation-patterns.md
3
1 export auth-implementation-patterns
2 amurata from "amurata/cc-tools"
3 JWT、OAuth2、セッション管理、RBACを含む認証・認可パターンをマスターし、安全でスケーラブルなアクセス制御システムを構築。認証システムの実装、APIの保護、セキュリティ問題のデバッグ時に使用。
2026-01-05
css-developmentvalidate.md
3
1 export css-developmentvalidate
2 2389-research from "2389-research/claude-plugins"
3 Review existing CSS against established Tailwind + semantic component patterns, checking naming, dark mode, tests, and documentation
2026-01-05
security-scanner.md
3
1 export security-scanner
2 benreceveur from "benreceveur/claude-workflow-engine"
3 Comprehensive security scanning for SAST, secrets, OWASP vulnerabilities, container and IaC security
2026-01-05
rust-development-workflow.md
3
1 export rust-development-workflow
2 ShunsukeHayashi from "ShunsukeHayashi/miyabi-mcp-bundle"
3 Execute comprehensive Rust development workflow including cargo build, test, clippy, and fmt. Use when compiling, testing, or checking Rust code quality in the Miyabi project.
2026-01-05
wordpress-router.md
3
1 export wordpress-router
2 vapvarun from "vapvarun/claude-backup"
3 Use at the start of WordPress tasks to classify the repo type (plugin, theme, block theme, WP core, full site) and route to the correct workflow/skill (blocks, theme.json, REST API, WP-CLI, performance, security, testing).
2026-01-05
healthsim-rxmembersim.md
3
1 export healthsim-rxmembersim
2 mark64oswald from "mark64oswald/healthsim-workspace"
3 RxMemberSim generates realistic synthetic pharmacy data for testing PBM systems, claims adjudication, and drug utilization review. Use when user requests: (1) pharmacy claims or prescription data, (2) DUR alerts or drug interactions, (3) formulary or tier scenarios, (4) pharmacy prior authorization, (5) NCPDP formatted output.
2026-01-05
ha-emby-tdd.md
3
1 export ha-emby-tdd
2 troykelly from "troykelly/homeassistant-emby"
3 Use when implementing ANY code for the Home Assistant Emby integration - enforces strict TDD with RED-GREEN-REFACTOR cycle, requiring tests to fail before implementation and pass after. No exceptions for simple code.
2026-01-05
generating-tdd-tests.md
3
1 export generating-tdd-tests
2 thkt from "thkt/claude-config"
3 RGRCサイクルとBaby Steps方法論を用いたTDD。トリガー: TDD, テスト駆動開発, Red-Green-Refactor, Baby Steps, test generation, テスト生成, テスト設計, テストケース, boundary value, 境界値分析, coverage, カバレッジ, unit test
2026-01-05
appsec-expert.md
3
1 export appsec-expert
2 martinholovsky from "martinholovsky/claude-skills-generator"
3 Elite Application Security engineer specializing in secure SDLC, OWASP Top 10 2025, SAST/DAST/SCA integration, threat modeling (STRIDE), and vulnerability remediation. Expert in security testing, cryptography, authentication patterns, and DevSecOps automation. Use when securing applications, implementing security controls, or conducting security assessments.
2026-01-05
css-developmentrefactor.md
3
1 export css-developmentrefactor
2 2389-research from "2389-research/claude-plugins"
3 Transform existing CSS (inline styles, utility classes in markup, scattered CSS) into semantic component patterns with dark mode support and tests
2026-01-05
playwright-browser-automation.md
3
1 export playwright-browser-automation
2 Microck from "Microck/ordinary-claude-skills"
3 Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.
2026-01-05
fastapi.md
3
1 export fastapi
2 enuno from "enuno/claude-command-and-control"
3 FastAPI modern Python web framework. Use for building APIs, async endpoints, dependency injection, and Python backend development.
2026-01-05