Browse Skills

9063 skills found

integration-test-agent.md
0
1 export integration-test-agent
2 Unicorn from "Unicorn/Radium"
3 Generates integration tests for system components and workflows
2026-01-05
youtube-manager.md
0
1 export youtube-manager
2 smorand from "smorand/claude-config"
3 Expert in managing YouTube content using YouTube Data API v3 and yt-dlp. **Use this skill whenever the user mentions 'YouTube', 'video download', 'playlist', 'YouTube videos', 'download from YouTube', or requests to list playlists, search videos, download videos, manage playlists, or any YouTube-related operations.** Handles authentication via OAuth, listing playlists (including Watch Later and Liked Videos), getting playlist items, downloading videos with yt-dlp, searching videos, getting video details, creating/deleting playlists, and adding/removing videos from playlists. (project, gitignored)
2026-01-05
better-auth-jwt-jwks.md
0
1 export better-auth-jwt-jwks
2 MuhammedSuhaib from "MuhammedSuhaib/LevelUpSpeckit-Plus"
3 Expert skill for implementing Better Auth with JWT tokens and JWKS (JSON Web Key Set) for secure authentication between Next.js frontend and FastAPI backend. Handles JWT token generation, verification, JWKS endpoint setup, and secure API communication. Includes setup for database integration, session management, and user isolation. Use when implementing authentication between frontend (Next.js) and backend (FastAPI) services with JWT tokens and JWKS.
2026-01-05
test-data-generation.md
0
1 export test-data-generation
2 thapaliyabikendra from "thapaliyabikendra/ai-artifacts"
3 Test data generation patterns using Bogus, test builders, and ABP seeders. Use when: (1) creating realistic test data, (2) implementing test data seeders, (3) building test fixtures, (4) generating fake data for development.
2026-01-05
devops-dx.md
0
1 export devops-dx
2 majiayu000 from "majiayu000/claude-skill-registry"
3 GitHub/Railway housekeeping for CI env/secret management and DX maintenance.Use when setting or auditing GitHub Actions variables/secrets, syncing Railway env → GitHub, or fixing CI failures due to missing env.
2026-01-05
tdd.md
0
1 export tdd
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Test-Driven Development workflow - write tests first, then implementation
2026-01-05
ux-researcher-designer.md
0
1 export ux-researcher-designer
2 nimeshgurung from "nimeshgurung/artifact-hub-collections"
3 UX research and design toolkit for Senior UX Designer/Researcher including data-driven persona generation, journey mapping, usability testing frameworks, and research synthesis. Use for user research, persona creation, journey mapping, and design validation.
2026-01-05
testing-strategy.md
0
1 export testing-strategy
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive testing strategy covering test pyramids, framework selection, coverage standards, test organization, mocking patterns, and CI/CD integration. Activate when planning testing approaches, setting quality gates, or establishing test standards.
2026-01-05
security-scanner.md
0
1 export security-scanner
2 physics91 from "physics91/claude-vibe"
3 WHEN: Security scan, vulnerability detection, XSS/CSRF analysis, secret exposure, OWASP Top 10WHAT: XSS/injection detection + hardcoded secrets + auth/authz issues + severity-based vulnerability listWHEN NOT: Performance → perf-analyzer, Cloud security → cloud-security-expert
2026-01-05
cui-cypress.md
0
1 export cui-cypress
2 cuioss from "cuioss/cui-llm-rules"
3 Cypress E2E testing standards including framework adaptations, test organization, and best practices
2026-01-05
api-integration.md
0
1 export api-integration
2 j0KZ from "j0KZ/mcp-agents"
3 Master third-party API integration in ANY language with best practices and patterns. Use when connecting to external services, handling OAuth, or implementing webhooks.
2026-01-05
agent-architect.md
0
1 export agent-architect
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Design, optimize, and refactor AI agent systems based on Anthropic best practices and latest research. Guides you through architectural decisions with interactive questionnaire, loads current documentation, and launches specialized agent-architect for detailed analysis.
2026-01-05
agent-check.md
0
1 export agent-check
2 metasaver from "metasaver/metasaver-marketplace"
3 Use when mapping audit targets to appropriate config or domain agents. Analyzes file types, patterns, and content to determine which agents should audit each file/target. Returns agents[] needed for audit workflow.
2026-01-05
justfile-advanced-patterns.md
0
1 export justfile-advanced-patterns
2 bryonjacob from "bryonjacob/aug"
3 Level 3 patterns - test-smart, deploy, migrate, logs, status (production systems)
2026-01-05
scientific-debugging.md
0
1 export scientific-debugging
2 axiomantic from "axiomantic/spellbook"
3 Use when user requests scientific debugging, mentions being a scientist about debugging, or asks for rigorous hypothesis testing - enforces formal theory-experiment cycles with clear evidence requirements, no smoking guns or assumptions
2026-01-05
backend-dev.md
0
1 export backend-dev
2 majiayu000 from "majiayu000/claude-skill-registry"
3 FastAPI backend development with SQLAlchemy 2.0, Pydantic v2, and async Python. Use for API endpoints, database models, migrations, authentication, and background tasks.
2026-01-05
reviewing-nextjs-16-patterns.md
0
1 export reviewing-nextjs-16-patterns
2 djankies from "djankies/claude-configs"
3 Review code for Next.js 16 compliance - security patterns, caching, breaking changes. Use when reviewing Next.js code, preparing for migration, or auditing for violations.
2026-01-05
tdd-execution.md
0
1 export tdd-execution
2 metasaver from "metasaver/metasaver-marketplace"
3 Execute TDD workflow for user stories - spawn tester agent to write tests (RED), then coder agent to implement (GREEN). Use when executing stories in test-first discipline with parallel wave-based orchestration.
2026-01-05
env-local.md
0
1 export env-local
2 sayali-ingle-pdl from "sayali-ingle-pdl/adusa-ai-vuejs-app-template"
3 Generates .env.local file for local development environment variables. Contains developer-specific configuration like API URLs, ports, and feature flags. Gitignored for security.
2026-01-05
soracom-screenshot-generator.md
0
1 export soracom-screenshot-generator
2 soracom from "soracom/saef"
3 Organizes E2E test screenshots from CI/CD artifacts (user-console-monorepo), backs up previous assets, and guides annotation workflow for documentation.
2026-01-05
assume-cloudformation-role.md
0
1 export assume-cloudformation-role
2 Daisuke897 from "Daisuke897/dotfiles"
3 Assume AWS IAM role for CloudFormation operations and set temporary credentials as environment variables. Use when working with CloudFormation stacks or when authentication setup is needed before AWS CloudFormation operations.
2026-01-05
detecting-command-injection.md
0
1 export detecting-command-injection
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Detects OS command injection vulnerabilities by identifying unsafe system/popen/exec calls with user-controlled input. Use when analyzing command execution, shell operations, or investigating potential command injection points.
2026-01-05
sandbox-architect.md
0
1 export sandbox-architect
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Analyze codebases to generate optimal Claude Code Sandbox configurations. Use this skill when users need to set up sandbox security settings for their projects. This skill should be triggered when users ask about sandbox configuration, security settings, or when setting up Claude Code for a new project. It analyzes the codebase stack (Node.js, Python, Rust, Go, PHP, etc.), detects dependencies, and generates appropriate sandbox and permission settings through an interactive Q&A process.
2026-01-05
api-integration.md
0
1 export api-integration
2 IHKREDDY from "IHKREDDY/agent-skills"
3 Design and implement REST API integrations with proper error handling, authentication, rate limiting, and testing. Use when building API clients, integrating third-party services, or when users mention API, REST, webhooks, HTTP requests, or service integration.
2026-01-05