Browse Skills

9063 skills found

Unnamed Skill.md
9
1 export Unnamed Skill
2 secondsky from "secondsky/claude-skills"
3 Google Gemini CLI for second opinions, architectural advice, code reviews, security audits. Leverage 1M+ context for comprehensive codebase analysis via command-line tool.
2026-01-05
neon-vercel-postgres.md
9
1 export neon-vercel-postgres
2 secondsky from "secondsky/claude-skills"
3 Neon + Vercel serverless Postgres for edge and serverless environments. Use for Cloudflare Workers, Vercel Edge, Next.js apps with HTTP/WebSocket connections, database branching (git-like), Drizzle/Prisma ORM integration, migrations, PITR backups, or encountering connection pool exhausted errors, TCP connection issues, SSL config problems.
2026-01-05
Bun Test Coverage.md
9
1 export Bun Test Coverage
2 secondsky from "secondsky/claude-skills"
3 Use for test coverage with Bun, --coverage flag, lcov reports, thresholds, and CI integration.
2026-01-05
api-authentication.md
9
1 export api-authentication
2 secondsky from "secondsky/claude-skills"
3 Secure API authentication with JWT, OAuth 2.0, API keys. Use for authentication systems, third-party integrations, service-to-service communication, or encountering token management, security headers, auth flow errors.
2026-01-05
api-testing.md
9
1 export api-testing
2 secondsky from "secondsky/claude-skills"
3 HTTP API testing for TypeScript (Supertest) and Python (httpx, pytest). Test REST APIs, GraphQL, request/response validation, authentication, and error handling.
2026-01-05
better-auth.md
9
1 export better-auth
2 secondsky from "secondsky/claude-skills"
3 Skill for integrating Better Auth - comprehensive TypeScript authentication framework for Cloudflare D1, Next.js, Nuxt, and 15+ frameworks. Use when adding auth, encountering D1 adapter errors, or implementing OAuth/2FA/RBAC features.
2026-01-05
mobile-app-testing.md
9
1 export mobile-app-testing
2 secondsky from "secondsky/claude-skills"
3 Mobile app testing with unit tests, UI automation, performance testing. Use for test infrastructure, E2E tests, testing standards, or encountering test framework setup, device farms, flaky tests, platform-specific test errors.
2026-01-05
vulnerability-scanning.md
9
1 export vulnerability-scanning
2 secondsky from "secondsky/claude-skills"
3 Automated security scanning for dependencies, code, containers with Trivy, Snyk, npm audit. Use for CI/CD security gates, pre-deployment audits, compliance requirements, or encountering CVE detection, outdated packages, license compliance, SBOM generation errors.
2026-01-05
sveltia-cms.md
9
1 export sveltia-cms
2 secondsky from "secondsky/claude-skills"
3 Sveltia CMS Git-backed content management (Decap/Netlify CMS successor). 5x smaller bundle (300 KB), GraphQL performance, solves 260+ issues. Use for static sites (Hugo, Jekyll, 11ty, Gatsby, Astro, Next.js), blogs, docs, i18n, or encountering OAuth errors, TOML/YAML issues, CORS problems, content listing errors.
2026-01-05
testing-patterns.md
9
1 export testing-patterns
2 LetPeopleWork from "LetPeopleWork/Lighthouse"
3 TDD workflow and test strategy patterns including test pyramid, coverage strategies, mocking approaches, and anti-patterns. Load when writing tests, designing test strategies, or reviewing test coverage.
2026-01-22
Bun Test Mocking.md
9
1 export Bun Test Mocking
2 secondsky from "secondsky/claude-skills"
3 Use for mock functions in Bun tests, spyOn, mock.module, implementations, and test doubles.
2026-01-05
performance-auditing.md
9
1 export performance-auditing
2 charlesjones-dev from "charlesjones-dev/claude-code-plugins-dev"
3 Guide for analyzing and improving application performance including identifying bottlenecks, implementing caching, and optimizing queries. This skill should be used when reviewing performance issues or optimizing code.
2026-01-22
security-dependency-scanning.md
9
1 export security-dependency-scanning
2 charlesjones-dev from "charlesjones-dev/claude-code-plugins-dev"
3 Guide for conducting comprehensive web dependency security scans to identify outdated libraries, CVEs, and security misconfigurations. Use when analyzing deployed websites for dependency vulnerabilities.
2026-01-22
playwright.md
9
1 export playwright
2 secondsky from "secondsky/claude-skills"
3 Browser automation and E2E testing with Playwright. Auto-detects dev servers, writes clean test scripts. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use for cross-browser testing, visual regression, API testing, component testing in TypeScript/JavaScript and Python projects.
2026-01-05
woocommerce-dev-cycle.md
9
1 export woocommerce-dev-cycle
2 secondsky from "secondsky/claude-skills"
3 Run tests, linting, and quality checks for WooCommerce development. Use when running tests, fixing code style, or following the development workflow in WooCommerce projects.
2026-01-05
playwright.md
9
1 export playwright
2 pacphi from "pacphi/sindri"
3 Browser automation, web scraping, and visual testing with Playwright on Display :1. Use for navigating web pages, clicking elements, filling forms, taking screenshots, executing JavaScript, and visual verification of web applications. Visual access available via VNC on port 5901.
2026-01-21
debug.md
9
1 export debug
2 mcouthon from "mcouthon/agents"
3 Systematic debugging with hypothesis-driven investigation. Use when something is broken, tests are failing, unexpected behavior occurs, or errors need investigation. Triggers on: "this is broken", "debug", "why is this failing", "unexpected error", "not working", "bug", "fix this issue", "investigate", "tests failing", "trace the error", "use debug mode". Full access mode - can run commands, add logging, and fix issues.
2026-01-19
wp-performance-review.md
9
1 export wp-performance-review
2 elvismdev from "elvismdev/claude-wordpress-skills"
3 WordPress performance code review and optimization analysis. Use when reviewing WordPress PHP code for performance issues, auditing themes/plugins for scalability, optimizing WP_Query, analyzing caching strategies, checking code before launch, or detecting anti-patterns, or when user mentions "performance review", "optimization audit", "slow WordPress", "slow queries", "high-traffic", "scale WordPress", "code review", "timeout", "500 error", "out of memory", or "site won't load". Detects anti-patterns in database queries, hooks, object caching, AJAX, and template loading.
2026-01-21
Unnamed Skill.md
9
1 export Unnamed Skill
2 joshyorko from "joshyorko/rcc"
3 Expert help with RCC (Repeatable, Contained Code): creating/running robots, robot.yaml + conda.yaml, holotree environment caching, rcc task testrun vs rcc run, dependency management (conda-forge + pip), Playwright/robotframework-browser install (rccPostInstall: rfbrowser init), Control Room (rcc cloud), troubleshooting enterprise networks/proxies, and performance profiling with --pprof/--timeline/--trace.
2026-01-18
accessibility-auditing.md
9
1 export accessibility-auditing
2 charlesjones-dev from "charlesjones-dev/claude-code-plugins-dev"
3 Guide for conducting comprehensive accessibility audits of code to identify WCAG compliance issues and barriers to inclusive design. This skill should be used when reviewing accessibility, ARIA implementation, keyboard navigation, or screen reader compatibility.
2026-01-22
jest-generator.md
9
1 export jest-generator
2 secondsky from "secondsky/claude-skills"
3 Generate Jest unit tests for JavaScript/TypeScript with mocking, coverage. Use for JS/TS modules, React components, test generation, or encountering missing coverage, improper mocking, test structure errors.
2026-01-05
skill-review.md
9
1 export skill-review
2 secondsky from "secondsky/claude-skills"
3 Comprehensive 15-phase skill audit for claude-skills repository. Use for skill updates, marketplace verification, package currency checks, or encountering standards compliance, dependency, API validation errors.
2026-01-05
nette-testing.md
9
1 export nette-testing
2 nette from "nette/claude-code"
3 Invoke before writing or modifying any .phpt test files. Provides Nette Tester conventions, Assert methods, and tester commands.
2026-01-18
claude-hook-writer.md
9
1 export claude-hook-writer
2 secondsky from "secondsky/claude-skills"
3 Expert guidance for writing secure, reliable, and performant Claude Code hooks - validates design decisions, enforces best practices, and prevents common pitfalls. Use when creating, reviewing, or debugging Claude Code hooks.
2026-01-05