Browse Skills

9063 skills found

webapp-testing-patterns.md
0
1 export webapp-testing-patterns
2 bobmatnyc from "bobmatnyc/termpilot"
3 Comprehensive web application testing patterns with Playwright selectors, wait strategies, and best practices. Use when implementing E2E tests, defining reliable selectors, or establishing testing best practices for web applications.
2026-01-05
google-connect.md
0
1 export google-connect
2 abdullahbeam from "abdullahbeam/nexus-design-abdullah"
3 Connect to Google Workspace services (Gmail, Docs, Sheets, Calendar, Drive, Tasks, Slides). Load when user mentions 'connect google', 'setup google', 'configure google', 'google integration', or needs to set up Google OAuth credentials.
2026-01-05
testing-components.md
0
1 export testing-components
2 djankies from "djankies/claude-configs"
3 Teaches React Testing Library patterns for React 19 components. Use when writing component tests, testing interactions, or testing with Server Actions.
2026-01-05
task-processor.md
0
1 export task-processor
2 dundas from "dundas/teleportation-cli"
3 Process a task list one sub-task at a time with pause/confirm gates, test/commit protocol, and file tracking.
2026-01-05
skills-auditor.md
0
1 export skills-auditor
2 CheekyCodexConjurer from "CheekyCodexConjurer/quant-lab"
3 Detect incorrectly installed skills and report issues.
2026-01-05
security-validation.md
0
1 export security-validation
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Pre-merge security validation detecting secrets, user-specific paths, insecure SSH configurations, and security-weakening flags. Use before committing code/documentation, before creating PRs, or during QA validation. Supports automated scanning with severity-based enforcement (CRITICAL blocks merge, HIGH requires fixes).
2026-01-05
matrix-data-model-progression-testing.md
0
1 export matrix-data-model-progression-testing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Matrix data model verification using ASCII diagrams. Use when working with *Progressions.ts files, defineProgression(), or testing how 2D numeric grids evolve over time. Auto-apply when editing files matching *Progressions.ts or src/test-utils/ascii*.ts.
2026-01-05
tdd-workflow.md
0
1 export tdd-workflow
2 customer-cloud-club from "customer-cloud-club/meeting-visualizer"
3 Test-Driven Development workflow for CCAGI. Red-Green-Refactor cycle with TypeScript/Node.js patterns. Use when implementing new features, fixing bugs, or writing tests.
2026-01-05
backend-tester.md
0
1 export backend-tester
2 olehsvyrydov from "olehsvyrydov/AI-development-team"
3 Senior QA Engineer with 10+ years Java testing experience. Use when writing unit tests with JUnit, creating integration tests with Testcontainers, implementing API tests, following TDD methodology, or testing reactive code with StepVerifier.
2026-01-05
codex-review.md
0
1 export codex-review
2 majiayu000 from "majiayu000/claude-skill-registry"
3 AUTOMATICALLY run Codex review after writing security-sensitive code (auth, crypto, SQL) - get a second opinion from OpenAI Codex
2026-01-05
security-fundamentals.md
0
1 export security-fundamentals
2 DanielPodolsky from "DanielPodolsky/mentor-spec"
3 Auto-invoke when reviewing authentication, authorization, input handling, data exposure, or any user-facing code. Enforces OWASP top 10 awareness and security-first thinking.
2026-01-05
cross-browser-testing.md
0
1 export cross-browser-testing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Test cross-browser compatibility on Chrome, Firefox, Safari, and Edge using Playwright. Use when ensuring browser compatibility or fixing browser-specific issues.
2026-01-05
openai-api.md
0
1 export openai-api
2 timequity from "timequity/vibe-coder"
3 OpenAI REST API integration guide. Use when: making direct HTTP calls to OpenAI API,understanding API structure without SDK, debugging API requests, learning request/responseformats, handling errors and rate limits. Covers: authentication, Chat Completions,Embeddings, Images (DALL-E), Audio (Whisper/TTS), error handling, streaming.
2026-01-05
valid-test-skill.md
0
1 export valid-test-skill
2 SpillwaveSolutions from "SpillwaveSolutions/skills_viewer"
3 A valid test skill for unit testing
2026-01-05
selenium-testing.md
0
1 export selenium-testing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Browser automation with Selenium WebDriver for Python. (project)
2026-01-05
systematic-debugging.md
0
1 export systematic-debugging
2 discountedcookie from "discountedcookie/10x-mapmaster"
3 Use for ANY bug, test failure, or unexpected behavior. Use BEFORE proposing fixes. Four phases: investigate, analyze, hypothesize, implement. Ensures understanding before attempting solutions.
2026-01-05
sso-guide.md
0
1 export sso-guide
2 majiayu000 from "majiayu000/claude-skill-registry"
3 SSO integration guidance for fort-nix services. Use when adding authentication to a service, choosing an SSO mode, configuring oauth2-proxy, or troubleshooting auth issues.
2026-01-05
security-code-scanning-and-secrets-detection.md
0
1 export security-code-scanning-and-secrets-detection
2 jungkeunhong from "jungkeunhong/pre-deploy-checker"
3 This skill activates when checking for hardcoded credentials, API keys, database passwords, and other secrets in source code. Provides patterns to detect leaks, scanning strategies, and best practices for secret management across all languages.
2026-01-05
plugin-tester.md
0
1 export plugin-tester
2 violetio from "violetio/violet-ai-plugins"
3 Validate and test plugins before deployment
2026-01-05
playwright.md
0
1 export playwright
2 krazyuniks from "krazyuniks/guitar-tone-shootout"
3 Playwright browser automation and E2E testing. Use for browser testing, screenshots, debugging, MCP tools, page objects, and visual verification.
2026-01-05
code-review-expert.md
0
1 export code-review-expert
2 BarisSozen from "BarisSozen/claude"
3 Comprehensive code review expertise. Use when reviewing code, evaluating architecture, or assessing quality. Triggers on review, evaluate, assess, audit, code quality, best practices.
2026-01-05
spring-tdd-mockito.md
0
1 export spring-tdd-mockito
2 mduongvandinh from "mduongvandinh/skills-java-spring"
3 TDD (Test-Driven Development) skill with Mockito for Spring Boot.Guides the Red-Green-Refactor cycle for writing tests first.
2026-01-05
harness-platform.md
0
1 export harness-platform
2 Lobbi-Docs from "Lobbi-Docs/claude"
3 Harness Platform administration including delegates, RBAC, connectors, secrets, templates, policy as code (OPA), user management, audit logs, and governance. Activate for Harness setup, administration, access control, and platform configuration.
2026-01-05
reviewing-test-quality.md
0
1 export reviewing-test-quality
2 djankies from "djankies/claude-configs"
3 Review React 19 test quality including coverage, patterns, and React 19 API testing. Use when reviewing tests or test coverage.
2026-01-05