Browse Skills
9063 skills found
tenant-data-isolation.md
3
1
export
tenant-data-isolation
2
from
"melodic-software/claude-code-plugins"
from
"melodic-software/claude-code-plugins"
3
Data encryption and key management patterns for tenant isolation. Covers encryption at rest, tenant-specific keys, and secure key management.
2026-01-05
reinvoke-agent-fixes.md
3
1
export
reinvoke-agent-fixes
2
from
"cowwoc/styler"
from
"cowwoc/styler"
3
Re-invoke agents to fix issues found during validation (style, tests, logic)
2026-01-05
speech-to-text.md
3
1
export
speech-to-text
2
from
"martinholovsky/claude-skills-generator"
from
"martinholovsky/claude-skills-generator"
3
Expert skill for implementing speech-to-text with Faster Whisper. Covers audio processing, transcription optimization, privacy protection, and secure handling of voice data for JARVIS voice assistant.
2026-01-05
php.md
3
1
export
php
2
from
"vapvarun/claude-backup"
from
"vapvarun/claude-backup"
3
Modern PHP development best practices including PHP 8.x features, OOP patterns, error handling, security, testing, and performance optimization. Use when writing PHP code, reviewing PHP projects, debugging PHP issues, or implementing PHP features outside of WordPress/Laravel specific contexts.
2026-01-05
ui-integration.md
3
1
export
ui-integration
2
from
"constellos/claude-code-plugins"
from
"constellos/claude-code-plugins"
3
This skill should be used when the user asks to "add server action", "implement Supabase query", "connect to backend", "add database integration", "implement RLS", "use server actions", "add data mutation", "implement CRUD operations", "revalidate path", "add authentication check", or needs guidance on server-side integration, defense-in-depth security, or type-safe database queries with Supabase.
2026-01-05
run-tests.md
3
1
export
run-tests
2
from
"Microck/ordinary-claude-skills"
from
"Microck/ordinary-claude-skills"
3
Validate code changes by intelligently selecting and running the appropriate test suites. Use this when editing code to verify changes work correctly, run tests, validate functionality, or check for regressions. Automatically discovers affected test suites, selects the minimal set of venvs needed for validation, and handles test execution with Docker services as needed.
2026-01-05
debugging-and-troubleshooting.md
3
1
export
debugging-and-troubleshooting
2
from
"ShunsukeHayashi/miyabi-mcp-bundle"
from
"ShunsukeHayashi/miyabi-mcp-bundle"
3
Systematic error diagnosis and debugging workflow for Rust code. Use when code isn't working, tests fail, or runtime errors occur.
2026-01-05
palace-python-expert.md
3
1
export
palace-python-expert
2
from
"Zorlin/palace"
from
"Zorlin/palace"
3
Expert in Python development with focus on best practices, testing, and modern Python features
2026-01-05
create-claude-plugin.md
3
1
export
create-claude-plugin
2
from
"ronnycoding/.claude"
from
"ronnycoding/.claude"
3
Guide for creating Claude Code plugins that bundle skills, agents, commands, hooks, and MCP servers for distribution. Covers plugin structure, marketplace.json format, installation, testing, and publishing. Use when the user wants to create plugins, distribute skills/agents, build marketplaces, or mentions creating/packaging/publishing plugins.
2026-01-05
network-diagnostics.md
3
1
export
network-diagnostics
2
from
"ShunsukeHayashi/miyabi-mcp-bundle"
from
"ShunsukeHayashi/miyabi-mcp-bundle"
3
Network connectivity diagnostics including ping, DNS lookup, port scanning, and HTTP requests. Use when debugging network issues, checking connectivity, or testing endpoints.
2026-01-05
gitinjest.md
3
1
export
gitinjest
2
from
"iamhenry/ai-project-starter-kit"
from
"iamhenry/ai-project-starter-kit"
3
Convert GitHub repositories into LLM-friendly text. Use when you need to analyze external codebases, research unfamiliar libraries, understand third-party project structure, or ingest code from GitHub URLs (public/private, supports subdirectories).
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