Browse Skills

9063 skills found

error-troubleshooter.md
0
1 export error-troubleshooter
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Automatically troubleshoot unexpected results OR command/script errors without user request. Triggers when: (1) unexpected behavior - command succeeded but expected effect didn't happen, missing expected errors, wrong output, silent failures; (2) explicit failures - stderr, exceptions, non-zero exit, SDK/API errors. Applies systematic diagnosis using error templates, hypothesis testing, and web research for any Stack Overflow-worthy issue.
2026-01-05
rust-reviewer.md
0
1 export rust-reviewer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 WHEN: Rust project review, ownership/borrowing, error handling, unsafe code, performanceWHAT: Ownership patterns + Lifetime analysis + Error handling (Result/Option) + Unsafe audit + Idiomatic RustWHEN NOT: Rust API → rust-api-reviewer, Go → go-reviewer
2026-01-05
test-writer.md
0
1 export test-writer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guides test creation for Polibase following strict testing standards. Activates when writing tests or creating test files. Enforces external service mocking (no real API calls), async/await patterns, test independence, and proper use of pytest-asyncio to prevent CI failures and API costs.
2026-01-05
test-coverage-analyst.md
0
1 export test-coverage-analyst
2 MUmerRazzaq from "MUmerRazzaq/fast-next-todo"
3 Guides on analyzing and improving test coverage for Python (pytest-cov) and JavaScript (c8) projects. Use when a user asks to set up test coverage, generate coverage reports, understand why coverage is low, or improve their test coverage.
2026-01-05
codebase-analysis.md
0
1 export codebase-analysis
2 timmye from "timmye/neurosensefx"
3 Invoke IMMEDIATELY via python script when user requests codebase analysis, architecture review, security assessment, or quality evaluation. Do NOT explore first - the script orchestrates exploration.
2026-01-05
testing-n8n-testing.md
0
1 export testing-n8n-testing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Test n8n nodes using Jest, nock for HTTP mocking, and local testing workflows with npm link. Use this skill when writing test files in __tests__ folders, mocking HTTP requests with nock, creating mock IExecuteFunctions contexts, testing helper functions, setting up golden file tests, running the linter before publishing, or locally testing nodes in the n8n UI. Apply when organizing test files, mocking external APIs, validating node execution output, or following the pre-publish checklist.
2026-01-05
quality-gates.md
0
1 export quality-gates
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Run ruff + pytest and fix issues minimally.
2026-01-05
frontend-api-integration.md
0
1 export frontend-api-integration
2 MUmerRazzaq from "MUmerRazzaq/fast-next-todo"
3 Guide for building robust API integration layers in React/TypeScript applications. Use when implementing HTTP clients (axios/fetch), request/response interceptors, authentication token handling, error handling strategies, retry logic, request cancellation, or organizing API services. Triggers on questions about API client setup, custom hooks for data fetching, React Query/SWR integration, or service layer patterns.
2026-01-05
astro-security.md
0
1 export astro-security
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Security patterns for Astro lead generation websites on Cloudflare. Forms, headers, bot protection, GDPR. Use for any production lead gen site.
2026-01-05
clean-architecture.md
0
1 export clean-architecture
2 Lobbi-Docs from "Lobbi-Docs/claude"
3 Clean Architecture and SOLID principles implementation including dependency injection, layer separation, domain-driven design, hexagonal architecture, and code quality patterns
2026-01-05
global-validation.md
0
1 export global-validation
2 89jobrien from "89jobrien/mcp-joecc"
3 Implement secure, consistent input validation on both client and server sides. Use this skill when validating form inputs, API request bodies, or user-provided data. When sanitizing input to prevent injection attacks (SQL, XSS, command injection). When writing allowlist-based validation, type checking, or business rule validation. When providing field-specific error messages to users.
2026-01-05
testing.md
0
1 export testing
2 mandersogit from "mandersogit/brynhild-harness"
3 Best practices for writing Python tests - use when creating or improving test coverage
2026-01-05
vitest-configuration.md
0
1 export vitest-configuration
2 IvanTorresEdge from "IvanTorresEdge/molcajete.ai"
3 Vitest setup and best practices. Use when configuring Vitest for TypeScript projects.
2026-01-05
mydetailarea-data-pipeline.md
0
1 export mydetailarea-data-pipeline
2 rruiz22 from "rruiz22/my-detail-area"
3 Data import/export and validation pipeline for MyDetailArea. Handles bulk operations, CSV/Excel processing, data migration, validation rules, error handling, and audit trails. Supports vehicle inventory import, order batch updates, contact imports, and custom data transformations. Use when implementing bulk data operations, migration from legacy systems, or scheduled exports.
2026-01-05
reviewing-prisma-patterns.md
0
1 export reviewing-prisma-patterns
2 djankies from "djankies/claude-configs"
3 Review Prisma code for common violations, security issues, and performance anti-patterns found in AI coding agent stress testing. Use when reviewing Prisma Client usage, database operations, or performing code reviews on projects using Prisma ORM.
2026-01-05
chromatic.md
0
1 export chromatic
2 mgd34msu from "mgd34msu/goodvibes-plugin"
3 Automates visual regression testing for Storybook components using cloud-based snapshot comparison. Use when setting up visual testing, catching UI regressions, or reviewing component changes.
2026-01-05
qa.md
0
1 export qa
2 LongTermSupport from "LongTermSupport/php-qa-ci"
3 🔄 PHP-QA-CI TOOL ORCHESTRATOR - Automatic run→fix→run cycling for php-qa-ci tools.**ONLY for php-qa-ci pipeline tools** (./bin/qa -t toolname)NOT for ad-hoc tool execution outside php-qa-ci.Use when user requests QA tools via php-qa-ci:- "run phpstan", "use stan skills"- "run tests", "run phpunit"- "run rector", "run cs fixer"- "run allStatic", "run allCS"**CRITICAL**: MUST cycle automatically until tool reports clean OR escalation needed.DO NOT stop after one fix to ask "what next?" - KEEP CYCLING.Supports all php-qa-ci tools via ./bin/qa -t {toolname}:- phpstan (static analysis) - has fixer agent- phpunit (tests) - has fixer agent- rector (refactoring) - self-fixing, re-run until clean- fixer (code style) - self-fixing, re-run until clean- infection (mutation testing) - no auto-fix- allStatic/allCs/allTests - meta groupsAutomatically detects which tools have fixers and invokes them.**PERFORMS PREFLIGHT CHECK**: Invokes docs-conflict-checker agent to ensureproject documentation doesn
2026-01-05
component.md
0
1 export component
2 site-bender from "site-bender/sitebender"
3 Patterns for creating components that return VirtualNode data structures. Covers component structure, Props types, HTML wrappers vs custom components, CSS organization, and testing. Use when creating UI components. Includes script for generating component scaffold.
2026-01-05
web-monitor-bot.md
0
1 export web-monitor-bot
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when the user wants to monitor a website for changes, availability, or specific conditions. Use this skill for tasks like tracking product stock, monitoring appointment slots, watching for event tickets, checking restaurant reservations, or any scenario requiring automated periodic web checks with pattern analytics. The skill creates a complete monitoring system with Playwright bot, cron scheduling, analytics dashboard, and smart notifications.
2026-01-05
health-check.md
0
1 export health-check
2 semicolon-devteam from "semicolon-devteam/sax-backend"
3 Validate backend development environment and authentication status. Use when (1) new backend developer onboarding, (2) checking required tools (gh CLI, Git, Node, pnpm, Supabase), (3) verifying GitHub auth and repo access, (4) orchestrator auto-runs at work start.
2026-01-05
typography-audit.md
0
1 export typography-audit
2 Manuelvillarvieites from "Manuelvillarvieites/energy-company"
3 Check and fix typography hierarchy on a page. Fixes h2-to-h4 skips, ensures all sections have left-aligned title/description with max-w-3xl, removes centering classes, and adds missing headers with i18n keys.
2026-01-05
writing-test-plans.md
0
1 export writing-test-plans
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Creates risk-based test plans and strategies. Use when planning testing, defining test scope, or documenting QA approach.
2026-01-05
test-skill.md
0
1 export test-skill
2 ericnunes30 from "ericnunes30/frame-code-cli"
3 Skill de teste para verificar o funcionamento do sistema
2026-01-05
escape-room-balance-engineer.md
0
1 export escape-room-balance-engineer
2 ledagame from "ledagame/persona-theater"
3 Balance escape room difficulty, timing, and hint systems to achieve 60-70% completion rate. Designs progressive difficulty curves, three-tier hint systems, stuck-point analysis, and playtest metrics. Use when balancing game difficulty, designing hint systems, analyzing playtest data, or optimizing escape room completion rates.
2026-01-05