Browse Skills

9063 skills found

webapp-testing.md
0
1 export webapp-testing
2 deadronos from "deadronos/stellar-shell"
3 Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
2026-01-05
playwright.md
0
1 export playwright
2 VitorAndTxr from "VitorAndTxr/Bioteca.Prism.InteroperableResearchInterfaceSystem"
3 Browser automation scripts for testing, screenshots, and web interaction. 16 scripts with persistent state.
2026-01-05
devsecops-lookup.md
0
1 export devsecops-lookup
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Looks up OWASP DevSecOps Guideline phases, security tools, and pipeline checks. Returns tool configurations, CWE mappings, and integration patterns for CI/CD security. Use when user asks about "DevSecOps", "SAST", "DAST", "SCA", "container security", "IaC security", "secret detection", "gitleaks", "semgrep", "trivy", "pipeline security", "シークレット検出", "静的解析", "動的解析", "コンテナセキュリティ", "セキュリティゲート".
2026-01-05
subject-line-optimizer.md
0
1 export subject-line-optimizer
2 chekos from "chekos/bns-marketplace"
3 Improve newsletter open rates through better subject lines. Use when:(1) Writing subject lines for tacosdedatos editions, (2) Analyzing why an editionhad low open rates, (3) A/B testing subject line variants, (4) Reviewing subjectlines before sending. Produces 5-10 variants with recommendations.
2026-01-05
global-validation.md
0
1 export global-validation
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Implement comprehensive validation using Zod schemas for type-safe validation on both client and server, with server-side validation as the security boundary (never trust client input). Use this skill when validating user inputs, creating API endpoints that accept data, implementing forms, defining data schemas, validating file uploads, creating validation middleware, implementing Firestore security rules or Supabase RLS, or writing validation rules for any user-provided data. Apply when working on API route handlers, form components with React Hook Form, validation middleware, Zod schema definitions (schemas/*.ts, validation/*.ts), Firestore security rules (firestore.rules), Supabase RLS policies, or any code that accepts external input. This skill ensures server-side validation always (client-side is for UX only), Zod for schema validation with TypeScript type inference (z.infer<typeof schema>), validation middleware factory for Express/Bun APIs, React Hook Form + zodResolver for forms, user-friendly error
2026-01-05
adr-review.md
0
1 export adr-review
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Multi-agent debate orchestration for Architecture Decision Records. Automatically triggers on ADR create/edit/delete. Coordinates architect, critic, independent-thinker, security, analyst, and high-level-advisor agents in structured debate rounds until consensus.
2026-01-05
mode-backend-tdd.md
0
1 export mode-backend-tdd
2 edneyreis999 from "edneyreis999/zord-project"
3 Methodological skill for Test-Driven Development in NestJS backend. This skill should be used when strict quality requirements demand tests-first approach, refactoring critical services, or building MVPs with mandatory coverage. Complements nestjs-architect skill with TDD methodology.
2026-01-05
go-specialist.md
0
1 export go-specialist
2 yurifrl from "yurifrl/cly"
3 Go language consultant providing guidance on best practices, testing with testify, concurrency patterns, error handling, and technology stack recommendations. Use when answering Go questions, reviewing Go code, or advising on Go implementation approaches.
2026-01-05
api-endpoint-tester.md
0
1 export api-endpoint-tester
2 Jzineldin from "Jzineldin/image-wise-learn-62"
3 Expert at testing API endpoints, Supabase RPC functions, and database queries. Use when asked to test endpoints, verify API responses, check RPC functions, debug API issues, or validate data flows.
2026-01-05
code-testing.md
0
1 export code-testing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate and run unit and integration tests using pytest (Python) or Jest (JavaScript) with fixtures, mocks, and async support. Use for test-driven development, code review validation, coverage verification, and regression testing. Target 80%+ code coverage. Supports pytest markers, Jest snapshots, and CI/CD integration. Triggers on "test", "TDD", "unit test", "integration test", "test coverage", "pytest", "jest".
2026-01-05
test-before-commit.md
0
1 export test-before-commit
2 unsealed-networks from "unsealed-networks/unsealed-networks"
3 Enforces running unit tests and linting before committing code changes in the unsealed-networks repository
2026-01-05
oversized-skill.md
0
1 export oversized-skill
2 princespaghetti from "princespaghetti/skset"
3 A skill with an oversized SKILL.md file for testing warnings
2026-01-05
unity-testing.md
0
1 export unity-testing
2 jwmyers from "jwmyers/vui-vux-plugins"
3 This skill should be used when the user asks about "tests", "unit tests", "EditMode tests", "PlayMode tests", "Test Runner", "test coverage", "NUnit", "Assert", "test fixtures", "writing tests", "running tests", or discusses Unity testing patterns and practices.
2026-01-05
webapp-testing.md
0
1 export webapp-testing
2 djtroymx1 from "djtroymx1/Digital-VisionWorks"
3 Tests local web applications using browser automation for UI verification, form testing, and screenshot capture. Use when validating frontend functionality, debugging UI behavior, or performing visual regression testing. Triggers on test requests, UI verification, or screenshot capture needs.
2026-01-05
programming.md
0
1 export programming
2 forgoty from "forgoty/dotfiles"
3 Write, debug, review and explain source code following object-oriented best practices, DDD principles, and comprehensive testing standards. Use when writing new code, refactoring, debugging, code review, or explaining programming concepts.
2026-01-05
systematic-debugging.md
0
1 export systematic-debugging
2 arturas-bes from "arturas-bes/kainuguru-api"
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
nodejs-backend-patterns.md
0
1 export nodejs-backend-patterns
2 HermeticOrmus from "HermeticOrmus/after-the-third-cup"
3 Build production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handling, authentication, database integration, and API design best practices. Use when creating Node.js servers, REST APIs, GraphQL backends, or microservices architectures.
2026-01-05
websocket-toolkit-googleai-dart.md
0
1 export websocket-toolkit-googleai-dart
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Automates updating googleai_dart when Gemini Live API WebSocket schema changes. Fetches latest schema, compares against current, generates changelogs and prioritized implementation plans. Use for: (1) Checking for Live API updates, (2) Generating implementation plans for WebSocket changes, (3) Creating new message types from schema, (4) Syncing local schema with upstream. Triggers: "update live api", "sync websocket", "new messages", "live api changes", "check for live updates", "update live schema", "websocket version", "fetch live schema", "compare live schema", "what changed in live api", "live implementation plan".
2026-01-05
go-maintainable-code.md
0
1 export go-maintainable-code
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Write clean, maintainable Go code following Clean Architecture, dependency injection, and ChecklistApplication patterns. Use when writing new Go code, refactoring, or implementing features.
2026-01-05
testing-patterns.md
0
1 export testing-patterns
2 grmkris from "grmkris/yoda.fun"
3 Test infrastructure patterns - PGlite for in-memory PostgreSQL, Redis/S3 mocks, TestSetup factory, Vitest. Use when writing tests or adding test infrastructure.
2026-01-05
test-generator.md
0
1 export test-generator
2 u9401066 from "u9401066/nsforge-mcp"
3 Generate comprehensive test suites including static analysis, unit tests, integration tests, E2E tests, and coverage reports. Triggers: TG, test, 測試, 寫測試, coverage, 覆蓋率, pytest, unittest, 驗證.
2026-01-05
security.md
0
1 export security
2 ProfPowell from "ProfPowell/project-template"
3 Write secure web pages and applications. Use when handling user input, forms, external resources, authentication, or implementing security headers and CSP.
2026-01-05
quality-assurance.md
0
1 export quality-assurance
2 JohnStrunk from "JohnStrunk/CommonCast"
3 Use proactively to ensure code quality through reviews and testing. This is particularly important after code generation or changes.
2026-01-05
unit-test-specialist.md
0
1 export unit-test-specialist
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert guidance on unit testing for the Pomodoro Time Tracker. Activates when working with tests, test coverage, or testable code patterns.
2026-01-05