Browse Skills

9063 skills found

test-case-designer.md
2
1 export test-case-designer
2 masanao-ohba from "masanao-ohba/claude-manifests"
3 Designs comprehensive test cases for PHP/CakePHP applications, categorizing them into unit, integration, and system tests with proper documentation format
2026-01-05
test-reporting-triage-skill.md
2
1 export test-reporting-triage-skill
2 patricio0312rev from "patricio0312rev/skillset"
3 Automatically categorizes test failures, suggests responsible owners, and provides common fix checklists. Generates actionable test reports with failure analysis. Use for "test reporting", "failure triage", "test analysis", or "test automation".
2026-01-05
squared-package.md
2
1 export squared-package
2 lsst-sqre from "lsst-sqre/squareone"
3 Critical architecture knowledge for the squared component library package. Use this skill when working on squared package components, troubleshooting build/transpilation issues, or setting up apps to consume squared. Covers the NO BUILD STEP architecture, CSS Modules-only styling requirement, Next.js transpilation configuration, direct TypeScript source exports, and testing infrastructure.
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
oauth2-flows.md
2
1 export oauth2-flows
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 OAuth 2.0認可フローの実装パターンとセキュリティベストプラクティス。Authorization Code Flow、PKCE、Refresh Token Flowの正確な実装を提供。Web/SPA/モバイルアプリでの安全な認可フロー実装を支援。Anchors:• OAuth 2.0 Simplified (Aaron Parecki) / 適用: 認可フロー全般 / 目的: RFC準拠の正確な実装• Web Application Security (Andrew Hoffman) / 適用: セキュリティ設計 / 目的: 脅威モデリングと対策• RFC 6749 (OAuth 2.0 Framework) / 適用: プロトコル仕様 / 目的: 標準準拠の担保Trigger:Use when implementing OAuth 2.0 authentication, configuring authorization flows, integrating with OAuth providers, implementing PKCE for SPAs, or managing token lifecycle.oauth2, authorization code, pkce, access token, refresh token, oauth provider, google auth, github oauth
2026-01-05
pytest-testing.md
2
1 export pytest-testing
2 janisto from "janisto/fastapi-playground"
3 Guide for writing pytest tests following this project's patterns including fixtures, mocking, and test organization.
2026-01-05
playwright-testing.md
2
1 export playwright-testing
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Playwrightによるブラウザ自動化テストの実装技術。安定した待機戦略、適切なセレクタ選択、効率的なテスト設計を提供します。Anchors:• Test-Driven Development: By Example (Kent Beck) / 適用: Red-Green-Refactorサイクル / 目的: テスト設計と実装フロー• Playwright Best Practices / 適用: セレクタ戦略・待機パターン / 目的: フレーキーテスト防止Trigger:Use when implementing E2E tests, browser automation, fixing flaky tests, selecting Playwright selectors, optimizing wait strategies, or designing cross-browser test suites.E2E testing, browser automation, Playwright selectors, flaky test debugging, test wait strategies, accessibility testing
2026-01-05
go-testing.md
2
1 export go-testing
2 JamesPrial from "JamesPrial/claudefiles"
3 Go testing patterns. Routes to specific patterns.
2026-01-05
performing-security-testing.md
2
1 export performing-security-testing
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill automates security vulnerability testing. It is triggered when the user requests security assessments, penetration tests, or vulnerability scans. The skill covers OWASP Top 10 vulnerabilities, SQL injection, XSS, CSRF, authentication issues, and authorization flaws. Use this skill when the user mentions "security test", "vulnerability scan", "OWASP", "SQL injection", "XSS", "CSRF", "authentication", or "authorization" in the context of application or API testing.
2026-01-05
feature-flag-patterns.md
2
1 export feature-flag-patterns
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 機能フラグ(Feature Flag/Feature Toggle)による段階的リリースとA/Bテスト実装スキル。リスク管理とカナリアリリースを可能にし、本番環境での安全な機能展開を実現します。Anchors:• Feature Toggles (Pete Hodgson - Martin Fowler blog) / 適用: フラグ設計パターン / 目的: Release/Experiment/Ops/Permission Togglesの適切な使い分け• Continuous Delivery (Jez Humble) / 適用: デプロイ戦略 / 目的: デプロイと機能リリースの分離による安全性向上Trigger:Use when implementing feature flags, feature toggles, A/B testing, gradual rollouts, canary releases, or managing feature lifecycles.feature flag, feature toggle, A/B testing, canary release, gradual rollout, dark launch, percentage rollout, kill switch
2026-01-05
test-coverage.md
2
1 export test-coverage
2 mehdic from "mehdic/bazinga"
3 Generate comprehensive test coverage reports when reviewing code. Identifies untested code paths and low-coverage areas. Supports Python (pytest-cov), JavaScript (jest), Go (go test -cover), Java (JaCoCo). Use when reviewing tests or before approving code changes.
2026-01-05
hypothesis-testing.md
2
1 export hypothesis-testing
2 poemswe from "poemswe/co-researcher"
3 Guides scientific hypothesis development and testing methodology. Use when formulating research questions, developing testable hypotheses, designing experiments, or evaluating research approaches. Triggers on phrases like "hypothesis", "test if", "experiment design", "research question", "how would I test", "is it true that".
2026-01-05
ai-orchestration-feedback-loop.md
2
1 export ai-orchestration-feedback-loop
2 creator-hian from "creator-hian/claude-code-plugins"
3 Multi-AI engineering loop orchestrating Claude, Codex, and Gemini for comprehensive validation. USE WHEN (1) mission-critical features requiring multi-perspective validation, (2) complex architectural decisions needing diverse AI viewpoints, (3) security-sensitive code requiring deep analysis, (4) user explicitly requests multi-AI review or triple-AI loop. DO NOT USE for simple features or single-file changes. MODES - Triple-AI (full coverage), Dual-AI Codex-Claude (security/logic), Dual-AI Gemini-Claude (UX/creativity).
2026-01-05
evaluating-machine-learning-models.md
2
1 export evaluating-machine-learning-models
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".
2026-01-05
quality-gates.md
2
1 export quality-gates
2 phrazzld from "phrazzld/claude-config"
3 Apply quality gate standards for git hooks, testing, CI/CD, and automation using Lefthook, Vitest, GitHub Actions, and quality enforcement. Use when setting up quality infrastructure, configuring hooks, discussing automation, or reviewing quality practices.
2026-01-05
security-scanner.md
2
1 export security-scanner
2 sovrium from "sovrium/sovrium"
3 Scans codebase for common security vulnerabilities including input validation gaps, authentication bypasses, data exposure risks, SQL injection, XSS, CSRF, insecure dependencies, and secrets in code. Identifies security patterns without executing code. Use when user requests "security scan", "check vulnerabilities", "audit security", or mentions security review.
2026-01-05
security-practices.md
2
1 export security-practices
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-backend"
3 Secure backend applications against OWASP threats. Implement authentication, encryption, scanning, compliance, and incident response procedures.
2026-01-05
api-engineering.md
2
1 export api-engineering
2 warpcode from "warpcode/dotfiles"
3 Domain specialist for API design, development, and best practices. Scope: RESTful API design, GraphQL, API documentation, authentication, authorization, rate limiting, CORS, error handling, pagination, filtering, HATEOAS, API testing, API security. Excludes: database design, business logic, infrastructure, frontend, security beyond API. Triggers: "API", "REST", "GraphQL", "endpoint", "OpenAPI", "Swagger", "CORS".
2026-01-05
condition-based-waiting.md
2
1 export condition-based-waiting
2 robertpelloni from "robertpelloni/workspace"
3 Replace arbitrary timeouts with condition polling for reliable async tests
2026-01-05
verify-implementation.md
2
1 export verify-implementation
2 korallis from "korallis/Amp-OS"
3 Final verification after implementation is complete. Use when all tasks are done to verify against spec, run full tests, update roadmap, and generate final report.
2026-01-05
systematic-debugging.md
2
1 export systematic-debugging
2 heyJordanParker from "heyJordanParker/dotfiles"
3 Use when encountering any bug, test failure, or unexpected behavior - IMMEDIATELY enter on first error. Four-phase framework (basic checks, root cause, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
2026-01-05
mcpgraphtoolkit.md
2
1 export mcpgraphtoolkit
2 TeamSparkAI from "TeamSparkAI/mcpGraph"
3 Build, test, and manage mcpGraph tools using the mcpGraphToolkit MCP server. Discover MCP servers and tools, construct graph nodes with JSONata and JSON Logic, and interact with mcpGraph configurations. IMPORTANT: Always read this file before creating graph tools using mcpGraphToolkit.
2026-01-05
coverage-reporter.md
2
1 export coverage-reporter
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Generate and analyze test coverage reports. Use to identify coverage gaps, track coverage trends, and ensure quality thresholds are met.
2026-01-05
unity-development.md
2
1 export unity-development
2 akiojin from "akiojin/unity-mcp-server"
3 Comprehensive guide for Unity development. Provides architecture patterns, MCP tool selection, and composite task workflows. Parent skill always referenced for Unity-related tasks. See child skills for detailed implementation. Use when: Unity development in general, C# editing, scene operations, UI implementation, asset management, PlayMode testing
2026-01-05