Browse Skills
9063 skills found
api-contract-testing.md
9
1
export
api-contract-testing
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Verifies API contracts between services using consumer-driven contracts, schema validation, and tools like Pact. Use when testing microservices communication, preventing breaking changes, or validating OpenAPI specifications.
2026-01-05
webapp-testing.md
9
1
export
webapp-testing
2
from
"LangConfig/langconfig"
from
"LangConfig/langconfig"
3
Expert guidance for testing web applications using Playwright and other testing frameworks. Use when testing UIs, automating browser interactions, or validating web app behavior.
2026-01-05
javascript.md
9
1
export
javascript
2
from
"hoelzro/dotfiles"
from
"hoelzro/dotfiles"
3
JavaScript development guidance for Claude Code. Use when writing, testing, or working with JavaScript code to ensure consistent practices and proper test execution.
2026-01-05
api-security-hardening.md
9
1
export
api-security-hardening
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
REST API security hardening with authentication, rate limiting, input validation, security headers. Use for production APIs, security audits, defense-in-depth, or encountering vulnerabilities, injection attacks, CORS issues.
2026-01-05
Unnamed Skill.md
9
1
export
Unnamed Skill
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
GitHub repository automation (CI/CD, issue templates, Dependabot, CodeQL). Use for project setup, Actions workflows, security scanning, or encountering YAML syntax, workflow configuration, template structure errors.
2026-01-05
test-quality-analysis.md
9
1
export
test-quality-analysis
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Detect test smells, overmocking, flaky tests, and coverage issues. Analyze test effectiveness, maintainability, and reliability. Use when reviewing tests or improving test quality.
2026-01-05
Unnamed Skill.md
9
1
export
Unnamed Skill
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Comprehensive testing guide for Cloudflare Workers using Vitest and @cloudflare/vitest-pool-workers. Use for test setup, binding mocks (D1/KV/R2/DO), integration tests, or encountering test failures, mock errors, coverage issues.
2026-01-05
Unnamed Skill.md
9
1
export
Unnamed Skill
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
WordPress plugin development with hooks, security, REST API, custom post types. Use for plugin creation, $wpdb queries, Settings API, or encountering SQL injection, XSS, CSRF, nonce errors.
2026-01-05
dependency-upgrade.md
9
1
export
dependency-upgrade
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.
2026-01-05
looplia-e2e.md
9
1
export
looplia-e2e
2
from
"memorysaver/looplia-core"
from
"memorysaver/looplia-core"
3
Comprehensive E2E testing for looplia CLI. Tests Docker deployments,
published CLI versions, and local development. Verifies workflow
execution, skill architecture (v0.6.9+), and command initialization
(v0.6.10+). Use when testing looplia releases, CI validation, or
verifying Docker builds.
2026-01-05
workers-ci-cd.md
9
1
export
workers-ci-cd
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Complete CI/CD guide for Cloudflare Workers using GitHub Actions and GitLab CI. Use for automated testing, deployment pipelines, preview environments, secrets management, or encountering deployment failures, workflow errors, environment configuration issues.
2026-01-05
webapp-testing.md
9
1
export
webapp-testing
2
from
"pacphi/sindri"
from
"pacphi/sindri"
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
critic.md
9
1
export
critic
2
from
"mcouthon/agents"
from
"mcouthon/agents"
3
Challenge assumptions and probe reasoning using adversarial thinking. Use when asked to find weaknesses, challenge a design, identify edge cases, or stress-test an approach. Triggers on: "use critic mode", "challenge this", "find weaknesses", "what could go wrong", "critic", "devil's advocate", "poke holes", "stress test", "what am I missing", "5 whys". Read-only mode - questions and probes but doesn't provide solutions.
2026-01-05
Unnamed Skill.md
9
1
export
Unnamed Skill
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
7-phase frontend design review with accessibility (WCAG 2.1 AA), responsive testing, visual polish. Use for PR reviews, UI audits, or encountering contrast issues, broken layouts, accessibility violations, inconsistent spacing, missing focus states.
2026-01-05
Unnamed Skill.md
9
1
export
Unnamed Skill
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Use for test lifecycle hooks: beforeAll, afterAll, beforeEach, afterEach, fixtures, preload.
2026-01-05
Unnamed Skill.md
9
1
export
Unnamed Skill
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
FastMCP Python framework for MCP servers with tools, resources, storage backends (memory/disk/Redis/DynamoDB). Use for Claude tool exposure, OAuth Proxy, cloud deployment, or encountering storage, lifespan, middleware, circular import, async errors.
2026-01-05
api-reference-documentation.md
9
1
export
api-reference-documentation
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Creates professional API documentation using OpenAPI specifications with endpoints, authentication, and interactive examples. Use when documenting REST APIs, creating SDK references, or building developer portals.
2026-01-05
security-review.md
9
1
export
security-review
2
from
"LangConfig/langconfig"
from
"LangConfig/langconfig"
3
Comprehensive security code review covering OWASP Top 10, authentication, authorization, and secure coding practices. Use when reviewing code for vulnerabilities or implementing security features.
2026-01-05
Unnamed Skill.md
9
1
export
Unnamed Skill
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Cloudflare Browser Rendering with Puppeteer/Playwright. Use for screenshots, PDFs, web scraping, or encountering rendering errors, timeout issues, memory exceeded.
2026-01-05
google-apps-script.md
9
1
export
google-apps-script
2
from
"henkisdabro/wookstar-claude-code-plugins"
from
"henkisdabro/wookstar-claude-code-plugins"
3
Comprehensive guide for Google Apps Script development covering all built-in services (SpreadsheetApp, DocumentApp, GmailApp, DriveApp, CalendarApp, FormApp, SlidesApp), triggers, authorization, error handling, and performance optimization. Use when automating Google Sheets operations, creating Google Docs, managing Gmail/email, working with Google Drive files, automating Calendar events, implementing triggers (time-based, event-based), building custom functions, creating add-ons, handling OAuth scopes, optimizing Apps Script performance, working with UrlFetchApp for API calls, using PropertiesService for persistent storage, or implementing CacheService for temporary data. Covers batch operations, error recovery, and JavaScript ES6+ runtime.
2026-01-05
Unnamed Skill.md
9
1
export
Unnamed Skill
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Clerk authentication for React, Next.js, Cloudflare Workers. Use for auth setup, protected routes, JWT verification/templates, clerkMiddleware, shadcn/ui integration, testing flows, or encountering secret key errors, JWKS cache issues, JWT size limits, CSRF vulnerabilities.
2026-01-05
security-auditing.md
9
1
export
security-auditing
2
from
"charlesjones-dev/claude-code-plugins-dev"
from
"charlesjones-dev/claude-code-plugins-dev"
3
Guide for conducting comprehensive security audits of code to identify vulnerabilities. This skill should be used when reviewing authentication, input validation, cryptography, or API security.
2026-01-05
Damage Control.md
9
1
export
Damage Control
2
from
"disler/claude-code-damage-control"
from
"disler/claude-code-damage-control"
3
Install, configure, and manage the Claude Code Damage Control security hooks system. Use when user mentions damage control, security hooks, protected paths, blocked commands, install security, or modify protection settings.
2026-01-05
Bun Test Basics.md
9
1
export
Bun Test Basics
2
from
"secondsky/claude-skills"
from
"secondsky/claude-skills"
3
Use for bun:test syntax, assertions, describe/it, test.skip/only/each, and basic patterns.
2026-01-05