Browse Skills

9063 skills found

visual-regression.md
0
1 export visual-regression
2 IvanTorresEdge from "IvanTorresEdge/molcajete.ai"
3 Visual regression testing with Playwright and Percy. Use when implementing screenshot-based testing.
2026-01-05
validation-enforcer.md
0
1 export validation-enforcer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Automatically runs project validation commands (linters, type checkers, tests) after file edits and blocks commits on any failure. Reads validation commands from CLAUDE.md or auto-detects from project type. Enforces strict quality gates to catch issues early. (project)
2026-01-05
requirements-writing.md
0
1 export requirements-writing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Write clear, testable requirements using User Stories and Gherkin scenarios. Capture functional and non-functional requirements with proper acceptance criteria. Use when defining new features or documenting system behavior.
2026-01-05
refactoring.md
0
1 export refactoring
2 TheMostlyGreat from "TheMostlyGreat/safeword"
3 Systematic refactoring with small-step discipline. Use when user says 'refactor', 'clean up', 'restructure', 'extract', 'rename', 'simplify', or mentions code smells. Enforces one change → test → commit cycle. For structural improvements, NOT style/formatting (use /lint). NOT for adding features or fixing bugs.
2026-01-05
testing-server-actions.md
0
1 export testing-server-actions
2 djankies from "djankies/claude-configs"
3 Teaches testing Server Actions in isolation in React 19. Use when testing Server Actions, form handling, or server-side logic.
2026-01-05
openrouter.md
0
1 export openrouter
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use this skill when the user wants to call different LLM models through OpenRouter's unified API, compare model responses, track costs and response times, or find the best model for a task. Triggers include requests to test models, benchmark performance, use specific providers (OpenAI, Anthropic, Google, etc.), or optimize for speed/cost.
2026-01-05
hooks-builder.md
0
1 export hooks-builder
2 biodoia from "biodoia/hooks-builder"
3 Comprehensive hooks and webhook creation toolkit for building event-driven integrations and automation systems. Use when users want to create any type of hook, webhook, or event handler including: (1) REST webhooks for external services, (2) Event listeners and triggers, (3) Real-time subscriptions and WebSockets, (4) Callback systems and async handlers, (5) Automation workflows with triggers, (6) API integrations with event processing, (7) Custom middleware and interceptors. Supports Express, FastAPI, Flask, WebSocket protocols, serverless functions, and various automation platforms. Handles authentication, payload validation, retry logic, and error handling.
2026-01-05
backend-api.md
0
1 export backend-api
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-postgresql"
3 Master backend development with Node.js, Python, Java, Go, and PHP. Learn API design, database optimization, authentication, microservices, and server-side best practices.
2026-01-05
test-generator.md
0
1 export test-generator
2 physics91 from "physics91/claude-vibe"
3 WHEN: Test code generation, unit/integration/E2E test writing, component/hook/utility testsWHAT: Framework detection + Jest/Vitest/RTL/Playwright templates + Happy Path/Edge/Error case testsWHEN NOT: Coverage analysis → coverage-analyzer, Test quality review → code-reviewer
2026-01-05
curriculum-review-accessibility.md
0
1 export curriculum-review-accessibility
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Validate WCAG 2.1 compliance, screen reader compatibility, and Universal Design for Learning (UDL) principles implementation throughout curriculum materials. Use when checking accessibility, validating UDL, or ensuring compliance. Activates on "accessibility check", "WCAG validation", "UDL review", or "screen reader test".
2026-01-05
probitas-run.md
0
1 export probitas-run
2 probitas-test from "probitas-test/claude-plugins"
3 Running and validating Probitas scenarios. Use when executing tests, running scenarios, or debugging test failures.
2026-01-05
component-testing-mobile.md
0
1 export component-testing-mobile
2 IvanTorresEdge from "IvanTorresEdge/molcajete.ai"
3 Jest and React Native Testing Library patterns. Use when writing component tests.
2026-01-05
test-infrastructure.md
0
1 export test-infrastructure
2 elevanaltd from "elevanaltd/hestai"
3 Core test infrastructure patterns for monorepo Vitest setup including global configuration, browser API polyfills, mocking patterns, test cleanup, directory structure, and coverage philosophy. Use when setting up Vitest test infrastructure, configuring test environments, implementing test utilities, or establishing test standards. Triggers on: vitest setup, test configuration, test infrastructure setup, test mocking patterns, test cleanup, test standards, monorepo testing.
2026-01-05
hft-quant-expert.md
0
1 export hft-quant-expert
2 BarisSozen from "BarisSozen/claude"
3 Quantitative trading expertise for DeFi and crypto derivatives. Use when building trading strategies, signals, risk management. Triggers on signal, backtest, alpha, sharpe, volatility, correlation, position size, risk.
2026-01-05
persona-journey.md
0
1 export persona-journey
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive persona journey testing and UX verification across all personas
2026-01-05
gemini-cli.md
0
1 export gemini-cli
2 odysseus0 from "odysseus0/nix-config"
3 Use Gemini CLI for web search powered by Google. Triggers on search requests where Google's search quality matters. Use for "google this", "search for...", "find information about...", "what's the latest on...".
2026-01-05
load-testing.md
0
1 export load-testing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create and manage K6 load tests for REST and GraphQL APIs. Use when creating load tests, writing K6 scripts, testing API performance, debugging load test failures, or setting up performance monitoring. Covers REST endpoints, GraphQL operations, data generation, IRI handling, configuration patterns, and performance troubleshooting.
2026-01-05
code-review.md
0
1 export code-review
2 wonjangcloud9 from "wonjangcloud9/claude-tree"
3 Thorough code review. Use when reviewing PR, checking code quality, or auditing changes.
2026-01-05
fastapi-patterns.md
0
1 export fastapi-patterns
2 Lobbi-Docs from "Lobbi-Docs/claude"
3 FastAPI best practices, Pydantic models, SQLAlchemy ORM, async patterns, dependency injection, and JWT authentication. Activate for FastAPI apps, async Python APIs, API design, and modern Python web services.
2026-01-05
semantic-searchsearch.md
0
1 export semantic-searchsearch
2 adam-hanna from "adam-hanna/semantic-search-mcp"
3 Use when searching the codebase with natural language queries like "authentication logic" or "database connection"
2026-01-05
aldoa-e2e-tests.md
0
1 export aldoa-e2e-tests
2 aldoa-dev from "aldoa-dev/context_engineering_suite"
3 Comprehensive guide for writing Playwright E2E tests in the Aldoa codebase. Use when creating new test files, debugging failing tests, or refactoring existing tests. Covers authentication patterns, helper functions, Semantic UI/React Select interactions, data generation strategies, and common testing scenarios.
2026-01-05
trust-principles.md
0
1 export trust-principles
2 majiayu000 from "majiayu000/claude-skill-registry"
3 TRUST quality principles (Test-first, Readable, Unified, Secured, Trackable) ensuring production-ready code. Use when implementing, reviewing, testing, or evaluating code quality across all development phases.
2026-01-05
seclists-passwords-curated.md
0
1 export seclists-passwords-curated
2 Eyadkelleh from "Eyadkelleh/awesome-claude-skills-security"
3 Top password lists for authorized security testing: common passwords, darkweb leaks, worst passwords. Curated essentials (<10MB).
2026-01-05
testing-next-stack.md
0
1 export testing-next-stack
2 hopeoverture from "hopeoverture/worldbuilding-app-skills"
3 Scaffolds comprehensive testing setup for Next.js applications including Vitest unit tests, React Testing Library component tests, and Playwright E2E flows with accessibility testing via axe-core. This skill should be used when setting up test infrastructure, generating test files, creating test utilities, adding accessibility checks, or configuring testing frameworks for Next.js projects. Trigger terms include setup testing, scaffold tests, vitest, RTL, playwright, e2e tests, component tests, unit tests, accessibility testing, a11y tests, axe-core, test configuration.
2026-01-05