Browse Skills
9063 skills found
quality-attributes-taxonomy.md
3
1
export
quality-attributes-taxonomy
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
The "-ilities" framework for non-functional requirements. Use when defining NFRs, evaluating architecture trade-offs, or ensuring quality attributes are addressed in system design. Covers scalability, reliability, availability, performance, security, maintainability, and more.
2026-01-05
hooks.md
3
1
export
hooks
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Central authority on git hook implementations, modern best practices, and tooling for .NET/C#, JavaScript/TypeScript, Python, and polyglot repositories. Covers framework selection (Husky.Net, lefthook, Husky, pre-commit), setup workflows, Conventional Commits, semantic versioning, secret scanning (gitleaks, TruffleHog), performance optimization, CI/CD integration, testing strategies, and team collaboration patterns. Adaptive to project scale from solo developers to enterprise teams. Use for setting up git hooks, configuring pre-commit/commit-msg/pre-push hooks, integrating dotnet format/dotnet test, ESLint/Prettier, Black/Ruff/mypy, commitlint, choosing between frameworks, optimizing hook performance, enforcing code quality, automating testing, and troubleshooting hook issues.
2026-01-05
healthsim.md
3
1
export
healthsim
2
from
"mark64oswald/healthsim-workspace"
from
"mark64oswald/healthsim-workspace"
3
HealthSim generates realistic synthetic healthcare data for testing EMR systems, claims processing, pharmacy benefits, and analytics. Use for ANY request involving: (1) synthetic patients, clinical data, or medical records, (2) healthcare claims, billing, or adjudication, (3) pharmacy prescriptions, formularies, or drug utilization, (4) HL7v2, FHIR, X12, or NCPDP formatted output, (5) healthcare testing scenarios or sample data generation.
2026-01-05
design-thinking.md
3
1
export
design-thinking
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Design Thinking methodology for human-centered innovation. Covers the 5-phase IDEO/Stanford d.school approach (Empathize, Define, Ideate, Prototype, Test) with workshop facilitation and exercise templates.
2026-01-05
systematic-debugging.md
3
1
export
systematic-debugging
2
from
"alexanderop/workoutTracker"
from
"alexanderop/workoutTracker"
3
Systematic debugging framework for any bug, test failure, or unexpected behavior.Use BEFORE proposing fixes. Triggers: "bug", "test failure", "flaky test", "debugging","root cause", "investigate", "why is this failing", "unexpected behavior", "not working","broken", "error", "fix this", "what's wrong".
2026-01-05
swift-dependencies.md
3
1
export
swift-dependencies
2
from
"nonameplum/agent-skills"
from
"nonameplum/agent-skills"
3
A dependency management library for Swift with controlled, testable dependencies
2026-01-05
full-stack-debugger.md
3
1
export
full-stack-debugger
2
from
"ingpoc/SKILLS"
from
"ingpoc/SKILLS"
3
This skill should be used when debugging full-stack issues that span UI, backend, and database layers. It provides a systematic workflow to detect errors, analyze root causes, apply fixes iteratively, and verify solutions through automated server restarts and browser-based testing. Ideal for scenarios like failing schedulers, import errors, database issues, or API payload problems where issues originate in backend code but manifest in the UI.
2026-01-05
pest-testing-setup.md
3
1
export
pest-testing-setup
2
from
"mwguerra/claude-code-plugins"
from
"mwguerra/claude-code-plugins"
3
Set up Pest testing with Orchestra Testbench for Laravel packages
2026-01-05
e2e-flow-test.md
3
1
export
e2e-flow-test
2
from
"mwguerra/claude-code-plugins"
from
"mwguerra/claude-code-plugins"
3
Execute complete user flow testing with Playwright MCP, testing end-to-end journeys through the application
2026-01-05
cdn-media-delivery.md
3
1
export
cdn-media-delivery
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Use when configuring CDN for media delivery, implementing cache invalidation, or designing signed URL patterns. Covers CDN configuration, edge caching, origin shielding, and secure media access for headless CMS.
2026-01-05
dependency-management.md
3
1
export
dependency-management
2
from
"KubrickCode/Quick-Command-Buttons"
from
"KubrickCode/Quick-Command-Buttons"
3
Enforces fixed version dependency installation across all package managers. Ensures reproducible builds, supply chain security, and stability.Use when: installing packages, updating dependencies, working with package.json/requirements.txt/go.mod/Cargo.toml/pom.xml/build.gradle/composer.json/Gemfile/.csproj, reviewing dependency configurations, configuring CI/CD pipelines
2026-01-05
data-integrity-auditor.md
2
1
export
data-integrity-auditor
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Detects data integrity issues including orphaned records, broken foreign key relationships, constraint violations, and provides automated fix migrations. Use for "data integrity", "orphaned records", "broken relationships", or "data quality".
2026-01-05
test-doubles.md
2
1
export
test-doubles
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
テストダブルの選択・設計・検証を一貫して整理するスキル。依存関係の分離と検証戦略を統一し、テストの意図と可読性を高める。Anchors:• Test-Driven Development: By Example / 適用: テストダブル選択 / 目的: テスト意図の明確化• xUnit Test Patterns / 適用: テストパターン / 目的: ダブル設計の一貫性Trigger:Use when choosing, designing, or validating test doubles such as mocks, stubs, fakes, or spies.test doubles, mock, stub, fake, spy
2026-01-05
conducting-browser-compatibility-tests.md
2
1
export
conducting-browser-compatibility-tests
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables cross-browser compatibility testing for web applications using BrowserStack, Selenium Grid, or Playwright. It tests across Chrome, Firefox, Safari, and Edge, identifying browser-specific bugs and ensuring consistent functionality. It is used when a user requests to "test browser compatibility", "run cross-browser tests", or uses the `/browser-test` or `/bt` command to assess web application behavior across different browsers and devices. The skill generates a report detailing compatibility issues and screenshots for visual verification. Activates when you request "conducting browser compatibility tests" functionality.
2026-01-05
test-driven-development.md
2
1
export
test-driven-development
2
from
"cipherstash/cipherpowers"
from
"cipherstash/cipherpowers"
3
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
2026-01-05
global-security.md
2
1
export
global-security
2
from
"jaypaulb/CanvusAPI-LLMDemo"
from
"jaypaulb/CanvusAPI-LLMDemo"
3
Your approach to handling global security. Use this skill when working on files where global security comes into play.
2026-01-05
layer-testing.md
2
1
export
layer-testing
2
from
"bengous/claude-code-plugins"
from
"bengous/claude-code-plugins"
3
Generate comprehensive tests for architectural layers with coverage-first analysis.Use when testing specific layers (core, domain, application, infrastructure, boundary).Reads testing strategy from playbook or uses interactive template selection.
2026-01-05
api-integration-builder.md
2
1
export
api-integration-builder
2
from
"daffy0208/ai-dev-standards"
from
"daffy0208/ai-dev-standards"
3
Build reliable third-party API integrations including OAuth, webhooks, rate limiting, error handling, and data sync. Use when integrating with external services (Slack, Stripe, Gmail, etc.), building API connections, handling webhooks, or implementing OAuth flows.
2026-01-05
frontend-engineering.md
2
1
export
frontend-engineering
2
from
"warpcode/dotfiles"
from
"warpcode/dotfiles"
3
Domain specialist for frontend architecture, state management, accessibility, and performance. Scope: component architecture, state management (Pinia, Vuex, Redux), accessibility (WCAG), responsive design, lazy loading, asset optimization, XSS prevention, CSP, frontend performance. Excludes: backend code, infrastructure, API design, security beyond XSS, performance profiling beyond frontend. Triggers: "frontend", "React", "Vue", "Angular", "component", "state management", "accessibility", "WCAG", "responsive", "XSS", "CSP".
2026-01-05
test-pattern-analysis.md
2
1
export
test-pattern-analysis
2
from
"mehdic/bazinga"
from
"mehdic/bazinga"
3
Analyze existing tests to identify patterns, fixtures, and conventions before writing new tests
2026-01-05
secrets-management-gha.md
2
1
export
secrets-management-gha
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
GitHub Actionsワークフローでの安全な秘密情報管理を実現する。リポジトリ/環境/組織/Dependabotの4種類のシークレット使い分け、OIDCによるクラウド認証、ローテーション、監査を包括的に提供する。Anchors:• Web Application Security (Andrew Hoffman) / 適用: 脅威モデリング・セキュア設計 / 目的: シークレット管理戦略の基盤• GitHub Actions Secrets API / 適用: シークレット設定・アクセス制御 / 目的: 各タイプの正確な使い分け• OpenID Connect (OIDC) Specification / 適用: クラウドプロバイダー認証 / 目的: 長期認証情報の排除Trigger:Use when configuring GitHub Actions secrets, implementing cloud OIDC authentication, rotating secrets, or auditing secret access patterns.GitHub secrets, OIDC, secret rotation, environment secrets, organization secrets, cloud authentication
2026-01-05
running-smoke-tests.md
2
1
export
running-smoke-tests
2
from
"jeremylongshore/claude-code-plugins-nixtla"
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
test-generation.md
2
1
export
test-generation
2
from
"duc01226/EasyPlatform"
from
"duc01226/EasyPlatform"
3
Use when creating or enhancing unit tests, integration tests, or defining test strategies for backend and frontend code.
2026-01-05
visual-regression-testing.md
2
1
export
visual-regression-testing
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
ビジュアルリグレッションテストの専門スキル。スクリーンショット比較、差分検出、UIテスト自動化を提供します。Anchors:• 『Test-Driven Development: By Example』(Kent Beck) / 適用: UIテスト / 目的: 視覚的品質保証Trigger:Use when implementing visual tests, configuring screenshot comparison, setting up UI regression testing, or integrating visual testing into CI/CD pipelines.
2026-01-05