Browse Skills
732 skills found
debug-mode.md
4
1
export
debug-mode
2
from
"nicobailon/debug-mode"
from
"nicobailon/debug-mode"
3
Hypothesis-driven debugging with hybrid dual-track parallel execution (Opus 4.5 + GPT 5.2). Spawns two independent chains of subagents where each reviews and improves upon its own previous work, then synthesizes findings from both tracks. Use when debugging hard-to-reproduce bugs, CI/E2E test failures, flaky tests, or when standard fixes have failed.
2026-03-01
performance-testing.md
4
1
export
performance-testing
2
from
"spjoshis/claude-code-plugins"
from
"spjoshis/claude-code-plugins"
3
Modular Claude plugins for agent-based expertise and reusable skills across software development and Agile. Easily extend, share, and automate best practices for modern development.
2026-03-17
testing.md
4
1
export
testing
2
from
"loadinglucian/deployer"
from
"loadinglucian/deployer"
3
The server and site deployment tool for PHP
2026-04-12
tmdb-integration.md
4
1
export
tmdb-integration
2
from
"giolaq/Multi-TV-dev-power"
from
"giolaq/Multi-TV-dev-power"
3
TMDB (The Movie Database) API integration for React Native TV streaming apps. Use when users need help with movie/TV show data, poster images, search functionality, trending content, video trailers from TMDB, API authentication, rate limiting, or TypeScript types for TMDB responses.
2026-04-13
ios-game-testing.md
4
1
export
ios-game-testing
2
from
"ruarfff/Nathaniel"
from
"ruarfff/Nathaniel"
3
Test the Nathaniel iOS game in simulator. Use when asked to test the game, verify changes work, run sanity tests, check if a feature works, or when the user says "test this", "run the game", "verify it works", "check in simulator".
2026-02-14
pre-commit-review.md
4
1
export
pre-commit-review
2
from
"buzzdan/ai-coding-rules"
from
"buzzdan/ai-coding-rules"
3
ai coding rules for agents
2026-04-12
create-unit-test.md
4
1
export
create-unit-test
2
from
"tech-with-seth/iridium"
from
"tech-with-seth/iridium"
3
React Router 7 starter with BetterAuth, Prisma, AI SDK, VoltAgent and Tailwind
2026-04-01
email.md
4
1
export
email
2
from
"arlenagreer/claude_configuration_docs"
from
"arlenagreer/claude_configuration_docs"
3
Claude Code SuperClaude framework configuration and documentation
2026-04-16
frontend-setup.md
4
1
export
frontend-setup
2
from
"Alekoii/claude-skills"
from
"Alekoii/claude-skills"
3
Interactive multi-level skill for scaffolding frontend projects from source. Use when user wants to:(1) Create a new frontend project (web, mobile, desktop, or cross-platform)(2) Set up a React, Vue, Svelte, Angular, Flutter, React Native, Electron, or Tauri project(3) Configure shadcn/ui with custom styling, colors, fonts, and components(4) Set up architecture patterns (Bulletproof React, Clean Architecture, Feature-based, etc.)(5) Add state management, data fetching, forms, validation, testing, or toolingTriggers: "create frontend project", "setup react app", "new vue project", "scaffold mobile app", "setup shadcn", "create next.js app", "new expo project", "setup tauri app"
2026-01-21
clerk.md
4
1
export
clerk
2
from
"wrsmith108/clerk-claude-skill"
from
"wrsmith108/clerk-claude-skill"
3
Clerk authentication integration for Astro/Next.js. Use when implementing authentication, handling Clerk middleware, testing with Playwright, or debugging auth issues. Trigger phrases include "Clerk auth", "sign in", "authentication", "middleware", "E2E testing with Clerk".
2026-04-07
scale-game.md
4
1
export
scale-game
2
from
"akornmeier/claude-config"
from
"akornmeier/claude-config"
3
Collection of Claude skills and settings for AI dev assist developement
2026-02-21
axe.md
4
1
export
axe
2
from
"aliceisjustplaying/claude-resources-monorepo"
from
"aliceisjustplaying/claude-resources-monorepo"
3
Control iOS Simulators via accessibility APIs. Use this skill when the user wants to automate iOS simulator interactions, tap buttons by accessibility label, type text, swipe, take screenshots, describe the UI accessibility tree, or test iOS apps programmatically.
2026-04-14
code-review.md
4
1
export
code-review
2
from
"LukasStrickler/ai-dev-atelier"
from
"LukasStrickler/ai-dev-atelier"
3
Opinionated setup for building software with AI coding agents
2026-04-14
stripe-integration.md
4
1
export
stripe-integration
2
from
"Eng0AI/eng0-template-skills"
from
"Eng0AI/eng0-template-skills"
3
Centralized repository for all eng0 platform template skills
2026-04-01
mastering-aws-cli.md
4
1
export
mastering-aws-cli
2
from
"SpillwaveSolutions/mastering-aws-cli"
from
"SpillwaveSolutions/mastering-aws-cli"
3
|
2026-04-17
docker-build-and-test-workflow.md
4
1
export
docker-build-and-test-workflow
2
from
"technicalpickles/agentic-container"
from
"technicalpickles/agentic-container"
3
Use this skill when building, testing, or working with Docker images in the agentic-container repository. Covers when to rebuild vs reuse images, how to leverage layer caching, and efficient iteration patterns.
2026-04-03
chrome-devtools-testing.md
4
1
export
chrome-devtools-testing
2
from
"nicobailon/chrome-devtools-testing"
from
"nicobailon/chrome-devtools-testing"
3
Browser testing and debugging with Playwright. QA testing, screenshots, form interactions, console errors, network analysis, performance profiling. Batch scripting for multiple actions per turn.
2026-04-14
tunit.md
4
1
export
tunit
2
from
"AndreHogberg/summit-ui"
from
"AndreHogberg/summit-ui"
3
A headless blazor component library
2026-03-13
e2e-testing-agent.md
3
1
export
e2e-testing-agent
2
from
"RaphaEnterprises-AI/argus-backend"
from
"RaphaEnterprises-AI/argus-backend"
3
🤖 Argus E2E Testing Agent - AI-Powered Autonomous Testing Engine | Backend/Core with Claude, LangGraph, Playwright & Computer Use API
2026-03-08
layer-testing.md
3
1
export
layer-testing
2
from
"bengous/claude-code-plugins"
from
"bengous/claude-code-plugins"
3
Opinionated plugins and workflow extensions for Claude Code.
2026-04-07
tdd.md
3
1
export
tdd
2
from
"motoki317/dotfiles"
from
"motoki317/dotfiles"
3
Guide Test-Driven Development using Kent Beck's Red-Green-Refactor cycle. Use when writing tests, implementing features via TDD, or following plan.md test instructions.
2026-04-16
wp-migrate.md
3
1
export
wp-migrate
2
from
"BWBama85/wp-migrate.sh"
from
"BWBama85/wp-migrate.sh"
3
WordPress migration script supporting SSH push and archive import modes with automated database handling, URL replacement, and wp-content sync
2026-03-18
prereview.md
3
1
export
prereview
2
from
"erraggy/oastools"
from
"erraggy/oastools"
3
OpenAPI Specification (OAS) tools for validating, parsing, fixing, converting, diffing, joining, and building specs; as well as generating client/servers/types from specs.
2026-04-18
security-bluebook-builder.md
3
1
export
security-bluebook-builder
2
from
"SHADOWPR0/security-bluebook-builder"
from
"SHADOWPR0/security-bluebook-builder"
3
Create or refine a concise, normative security policy ("Blue Book") for sensitive applications. Use when users need a threat model, data classification rules, auth/session policy, logging and audit requirements, retention/deletion expectations, incident response, or security gates for apps handling PII/PHI/financial data.
2026-01-19