Browse Skills

9063 skills found

google-workspace.md
2
1 export google-workspace
2 getzenai from "getzenai/claude-plugins"
3 Full access to Google Workspace (Drive, Docs, Sheets, Slides, Calendar, Gmail) using curl and the Google APIs directly - no MCP server or additional dependencies required. Use for searching files, reading/writing documents, managing calendar events, and email operations. First check if user has authenticated, if not guide them through the OAuth flow.
2026-01-05
frontend-testing.md
2
1 export frontend-testing
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Comprehensive frontend testing strategy encompassing component tests, visual regression, accessibility, and E2E testing for modern web applications using Vitest, React Testing Library, Playwright, and Storybook.Anchors:• Test-Driven Development: By Example (Kent Beck) / Apply: Red-Green-Refactor cycle / Purpose: Guide test-first development workflow• Testing Library Guiding Principles / Apply: Query priorities and user-centric testing / Purpose: Ensure tests resemble user behavior• WCAG 2.1 AA Standards / Apply: Automated accessibility testing / Purpose: Ensure inclusive UI componentsTrigger:Use when implementing or improving frontend tests, setting up test infrastructure, debugging failing tests, improving test coverage, or establishing testing best practices for React/Next.js applications.vitest, react testing library, playwright, storybook, component test, e2e test, visual regression, accessibility testing, test coverage, mock service worker
2026-01-05
usability-tester.md
2
1 export usability-tester
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Conduct usability tests and identify UX issues through systematic observation. Use when testing user flows, validating designs, identifying friction points, or ensuring users can complete core tasks. Covers test planning, think-aloud protocol, task scenarios, and severity rating.
2026-01-05
electron-architecture.md
2
1 export electron-architecture
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Electronデスクトップアプリケーションのアーキテクチャ設計を専門とするスキル。Main/Renderer/Preloadプロセスの責務分離、型安全なIPC通信設計、セキュリティ設定を支援する。Anchors:• Clean Architecture (Robert C. Martin) / 適用: 依存関係ルール / 目的: プロセス間の責務分離• Electron公式ドキュメント / 適用: プロセスモデル / 目的: セキュアな設計パターン• TypeScript / 適用: 型安全なIPC設計 / 目的: エンドツーエンドの型安全性Trigger:Use when designing Electron architecture, implementing IPC communication, configuring security settings, or separating Main/Renderer responsibilities.electron, ipc, main process, renderer, preload, contextIsolation, contextBridge
2026-01-05
testing-framework-helper.md
2
1 export testing-framework-helper
2 Dexploarer from "Dexploarer/hyper-forge"
3 Generates comprehensive test suites with unit tests, integration tests, and E2E tests for various frameworks (Jest, Pytest, Vitest, etc.). Use when writing tests.
2026-01-05
assisting-with-soc2-audit-preparation.md
2
1 export assisting-with-soc2-audit-preparation
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill assists with SOC2 audit preparation by automating tasks related to evidence gathering and documentation. It leverages the soc2-audit-helper plugin to generate reports, identify potential compliance gaps, and suggest remediation steps. Use this skill when the user requests help with "SOC2 audit", "compliance check", "security controls", "audit preparation", or "evidence gathering" related to SOC2. It streamlines the initial stages of SOC2 compliance, focusing on automated data collection and preliminary analysis.
2026-01-05
managing-database-testing.md
2
1 export managing-database-testing
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill manages database testing by generating test data, wrapping tests in transactions, and validating database schemas. It is used to create robust and reliable database interactions. Claude uses this skill when the user requests database testing utilities, including test data generation, transaction management, schema validation, or migration testing. Trigger this skill by mentioning "database testing," "test data factories," "transaction rollback," "schema validation," or using the `/db-test` or `/dbt` commands.
2026-01-05
systematic-debugger.md
2
1 export systematic-debugger
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Systematic debugging skill for complex issues. Use when encountering bugs, test failures, or unexpected behavior. Enforces explore-plan-debug-fix workflow to prevent premature fixes.
2026-01-05
running-mutation-tests.md
2
1 export running-mutation-tests
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to validate test suite quality by performing mutation testing. It is triggered when the user asks to run mutation tests, analyze test effectiveness, or improve test coverage. The skill introduces code mutations, runs tests against the mutated code, and reports on the "survival rate" of the mutations, indicating the effectiveness of the test suite. Use this skill when the user requests to assess the quality of their tests using mutation testing techniques. Specific trigger terms include "mutation testing", "test effectiveness", "mutation score", and "surviving mutants".
2026-01-05
tracking-regression-tests.md
2
1 export tracking-regression-tests
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to track and run regression tests, ensuring new changes don't break existing functionality. It is triggered when the user asks to "track regression", "run regression tests", or uses the shortcut "reg". The skill helps in maintaining code stability by identifying critical tests, automating their execution, and analyzing the impact of changes. It also provides insights into test history and identifies flaky tests. The skill uses the `regression-test-tracker` plugin.
2026-01-05
toolchain-preferences.md
2
1 export toolchain-preferences
2 phrazzld from "phrazzld/claude-config"
3 Apply preferred toolchain and technology stack defaults: pnpm, Next.js, TypeScript, Convex, Vercel, Tailwind, shadcn/ui, Zustand, TanStack, Vitest. Use when setting up new projects, choosing dependencies, discussing stack decisions, or evaluating alternatives.
2026-01-05
detection-engineering.md
2
1 export detection-engineering
2 refractionPOINT from "refractionPOINT/documentation"
3 Expert Detection Engineer assistant for creating and testing D&R rules in LimaCharlie. Guides through understanding threats, researching event data (Schema, LCQL, Timeline), generating detection logic, testing rules against sample and historical data, and deploying validated rules. Use for building detections, writing D&R rules, testing detection logic, or when user wants to detect specific behaviors or threats.
2026-01-05
authentication-flows.md
2
1 export authentication-flows
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 API Key、JWT、OAuth 2.0、mTLS などの認証方式を比較し、適切なフロー設計と実装方針を整理するスキル。方式選定、トークン管理、署名戦略、セキュリティ対策を一貫して設計します。Anchors:• Web Application Security / 適用: 脅威整理 / 目的: 認証フローのリスク把握• OWASP Authentication Cheat Sheet / 適用: 実装ベストプラクティス / 目的: 安全な実装指針• RFC 6749 & RFC 7519 / 適用: OAuth/JWT仕様 / 目的: 標準準拠の設計Trigger:Use when selecting authentication flows (API Key/JWT/OAuth/mTLS), designing token strategy, or validating auth configuration.
2026-01-05
tdd-principles.md
2
1 export tdd-principles
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 テストファーストで仕様を定義し、Red-Green-Refactorを小さなステップで回すためのスキル。設計の創発とレガシー対応まで含めて、テスト駆動開発の実務判断を支援する。Anchors:• Test-Driven Development: By Example / 適用: TDDサイクル / 目的: 仕様の明確化• xUnit Test Patterns / 適用: テスト設計 / 目的: 表現の一貫性• Working Effectively with Legacy Code / 適用: レガシー適用 / 目的: 安全な変更Trigger:Use when planning or executing test-driven development, defining test-first strategy, or reviewing red-green-refactor quality.TDD, test-first, red-green-refactor, small steps, refactoring
2026-01-05
guardrails-safety-filter-builder.md
2
1 export guardrails-safety-filter-builder
2 patricio0312rev from "patricio0312rev/skillset"
3 Implements content safety filters with PII redaction, policy constraints, prompt injection detection, and safe refusal templates. Use when adding "content moderation", "safety filters", "PII protection", or "guardrails".
2026-01-05
000-jeremy-content-consistency-validator.md
2
1 export 000-jeremy-content-consistency-validator
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 Validates messaging consistency across website, GitHub repositories, and local documentation. Generates comprehensive read-only discrepancy reports showing where messaging conflicts or inconsistencies exist. Activates when user mentions "consistency check", "validate documentation", "check for mixed messaging", "audit content consistency", or before updating internal paperwork.
2026-01-05
systematic-debugging.md
2
1 export systematic-debugging
2 cipherstash from "cipherstash/cipherpowers"
3 Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
2026-01-05
security-scanning.md
2
1 export security-scanning
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 CI/CDパイプラインに統合するセキュリティスキャンの設計と実装を支援するスキル。依存関係の脆弱性検出、コンテナイメージスキャン、SBOM生成、シークレット検出を対象とする。Anchors:• OWASP Dependency-Check / 適用: 脆弱性検出とリスク評価 / 目的: 既知の脆弱性の特定• CIS Docker Benchmark / 適用: コンテナセキュリティ / 目的: コンテナイメージの安全性確保• NIST SBOM Guidelines / 適用: ソフトウェア部品表 / 目的: サプライチェーンの透明性Trigger:Use when setting up security scanning in CI/CD, detecting vulnerabilities in dependencies, scanning container images, generating SBOM, or detecting secrets in code.security scan, vulnerability, trivy, dependabot, npm audit, container scan, SBOM, secret detection
2026-01-05
terraform-test.md
2
1 export terraform-test
2 panchal-ravi from "panchal-ravi/ai-iac-consumer-template"
3 Comprehensive guide for writing and running Terraform tests. Use when creating test files (.tftest.hcl), writing test scenarios with run blocks, validating infrastructure behavior with assertions, mocking providers and data sources, testing module outputs and resource configurations, or troubleshooting Terraform test syntax and execution. Terraform test is typically used when validating Terraform modules.
2026-01-05
coverport-integration.md
2
1 export coverport-integration
2 konflux-ci from "konflux-ci/coverport"
3 Integrate coverport into Go repositories with Tekton pipelines to enable e2e test coverage collection and upload to Codecov. Use this skill when users ask to integrate coverport, add e2e coverage tracking, or set up coverage instrumentation for Go projects.
2026-01-05
conducting-browser-compatibility-tests.md
2
1 export conducting-browser-compatibility-tests
2 jeremylongshore 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.
2026-01-05
devops-engineering.md
2
1 export devops-engineering
2 warpcode from "warpcode/dotfiles"
3 Domain specialist for infrastructure, CI/CD, containers, observability, and DevOps operations. Scope: CI/CD pipelines, containerization, infrastructure as code, monitoring and observability, container security, release strategies, infrastructure reliability patterns. Excludes: code-level security, application architecture, database design, API design, performance profiling. Triggers: "CI/CD", "Docker", "Kubernetes", "K8s", "deployment", "pipeline", "monitoring", "observability", "Terraform", "Ansible", "infrastructure".
2026-01-05
security-review.md
2
1 export security-review
2 duc01226 from "duc01226/EasyPlatform"
3 Use when reviewing code for security vulnerabilities, implementing authorization, or ensuring data protection.
2026-01-05
github-pr-utils.md
2
1 export github-pr-utils
2 gosu-code from "gosu-code/claude-plugin"
3 Utility scripts for GitHub pull request management. Includes tools for fetching bot-generated review comments (linters, security scanners, dependabot), replying to review threads programmatically, listing merged pull requests with filtering, resolving conversations, and automating PR review workflows. Useful for batch processing comments, CI/CD integration, quality metrics tracking, release notes generation, and automated responses to bot reviewers.
2026-01-05