Browse Skills
9063 skills found
cloudflare-domain-setup.md
0
1
export
cloudflare-domain-setup
2
from
"ProvidenceIT/hosting-skills"
from
"ProvidenceIT/hosting-skills"
3
Configure domains in Cloudflare including adding sites, DNS records, SSL settings, and page rules. Use when setting up Cloudflare for new domains, configuring DNS records (A, CNAME, MX, TXT), or managing Cloudflare settings via API or dashboard guidance.
2026-01-05
tester.md
0
1
export
tester
2
from
"usefulmove/sonia"
from
"usefulmove/sonia"
3
Unified testing and static analysis suite using uv, pytest, ty, and ruff.
2026-01-05
worldcrafter-auth-guard.md
0
1
export
worldcrafter-auth-guard
2
from
"hopeoverture/worldcrafter-v2"
from
"hopeoverture/worldcrafter-v2"
3
Add authentication and authorization to routes, Server Actions, and API endpoints using Supabase Auth. Use when user needs "protect [route]", "add authentication", "require login", "add RBAC", "implement login/logout", or mentions auth, permissions, OAuth, API keys. Provides patterns for protected routes, Server Action auth checks, role-based access control (5 roles), OAuth providers (Google, GitHub), email verification, password strength, account lockout, and API key authentication. Do NOT use when building new features (use worldcrafter-feature-builder which can add auth), database-only changes (use worldcrafter-database-setup for RLS policies), routes without auth (use worldcrafter-route-creator), or testing only (use worldcrafter-test-generator).
2026-01-05
disciplined-implementation.md
0
1
export
disciplined-implementation
2
from
"terraphim/codex-skills"
from
"terraphim/codex-skills"
3
Phase 3 of disciplined development. Executes approved implementation plansstep by step. Each step includes tests, follows the design exactly, andproduces reviewable commits.
2026-01-05
global-tech-stack.md
0
1
export
global-tech-stack
2
from
"mshafei721/Turbocat"
from
"mshafei721/Turbocat"
3
Reference the project's defined technology stack including frameworks, languages, databases, testing tools, and deployment infrastructure. Use this skill when making technology decisions or choosing libraries. When working with project configuration files like package.json, requirements.txt, or Gemfile. When setting up new features that need to align with existing technology choices. When onboarding to understand the project's technical foundation. When choosing tools for testing, linting, CI/CD, or third-party services.
2026-01-05
chezmoi-dotfiles.md
0
1
export
chezmoi-dotfiles
2
from
"rghamilton3/dotfiles"
from
"rghamilton3/dotfiles"
3
Secure dotfiles management with chezmoi. Use when helping users initialize chezmoi repositories, add/manage dotfiles, handle secrets with age encryption, create templates for multi-machine configs, troubleshoot chezmoi issues, or review dotfiles for security. Always checks for security implications before adding files.
2026-01-05
wordpress-plugin-core.md
0
1
export
wordpress-plugin-core
2
from
"jackspace/ClaudeSkillz"
from
"jackspace/ClaudeSkillz"
3
This skill provides comprehensive knowledge for WordPress plugin development, covering core patterns, security best practices, database interactions, hooks/filters, Settings API, custom post types, REST API, and AJAX. This skill should be used when creating WordPress plugins, troubleshooting security issues, implementing custom post types/taxonomies, building admin interfaces, or working with the WordPress database.Use when: Creating new WordPress plugins, implementing nonces/sanitization/escaping, working with $wpdb and prepared statements, building Settings API pages, registering custom post types or taxonomies, implementing REST API endpoints, handling AJAX requests, debugging plugin activation/deactivation issues, preventing SQL injection/XSS/CSRF vulnerabilities.Keywords: wordpress plugin development, wordpress security, wordpress hooks, wordpress filters, wordpress database, wpdb prepare, sanitize_text_field, esc_html, wp_nonce, custom post type, register_post_type, settings api, rest api, admin-aja
2026-01-05
property-based-testing.md
0
1
export
property-based-testing
2
from
"rubrical-studios/virtual-ai-studio-dist"
from
"rubrical-studios/virtual-ai-studio-dist"
3
Property-based testing with Hypothesis (Python) and fast-check (JS)
2026-01-05
tailwind-auditor.md
0
1
export
tailwind-auditor
2
from
"twentynineteen/bucket"
from
"twentynineteen/bucket"
3
Audit and refactor Tailwind CSS usage for consistent theming across the codebase. Detects hardcoded colors, arbitrary values, and inconsistencies, then guides file-by-file updates with user approval.
2026-01-05
create-server-simulation-service.md
0
1
export
create-server-simulation-service
2
from
"biggs3d/Tools"
from
"biggs3d/Tools"
3
Create a C# server-side simulation service following the Plugin/IEventAdapter pattern with configuration, pulse updates, and entity management. Use when creating new simulations, scenario generators, or test data providers for FAAD HMI server.
2026-01-05
httpyac.md
0
1
export
httpyac
2
from
"forgoty/dotfiles"
from
"forgoty/dotfiles"
3
Work with httpyac .http files for HTTP, gRPC, GraphQL, and WebSocket API testing and contract validation. Use when creating or executing API test requests.
2026-01-05
cloudflare-nextjs.md
0
1
export
cloudflare-nextjs
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Deploy Next.js applications (App Router and Pages Router) to Cloudflare Workers using the OpenNext adapter. This skill should be used when deploying Next.js apps with SSR, ISR, or server components to Cloudflare's serverless platform. It covers setup for both new and existing projects, configuration requirements, development workflows, integration with Cloudflare services (D1, R2, KV, Workers AI), and prevention of 10+ documented errors including worker size limits, runtime compatibility, database connection scoping, and security vulnerabilities.Keywords: Cloudflare Next.js, OpenNext Cloudflare, @opennextjs/cloudflare, Next.js Workers, Next.js App Router Cloudflare, Next.js Pages Router Cloudflare, Next.js SSR Cloudflare, Next.js ISR, server components cloudflare, server actions cloudflare, Next.js middleware workers, nextjs d1, nextjs r2, nextjs kv, Next.js deployment, opennextjs-cloudflare cli, nodejs_compat, worker size limit, next.js runtime compatibility, database connection scoping, Next.js migration
2026-01-05
testing.md
0
1
export
testing
2
from
"rayvoidx/creator-onboarding-agent"
from
"rayvoidx/creator-onboarding-agent"
3
테스트 작성 및 커버리지 관리 스킬. 단위 테스트, 통합 테스트, E2E 테스트 작업 시 자동으로 활성화됩니다. pytest, test, coverage, mock, fixture 키워드에 반응합니다.
2026-01-05
project-planning.md
0
1
export
project-planning
2
from
"jackspace/ClaudeSkillz"
from
"jackspace/ClaudeSkillz"
3
Generates comprehensive planning documentation for web application projects, structuring work into context-safe phases with built-in verification criteria. Creates IMPLEMENTATION_PHASES.md, DATABASE_SCHEMA.md, API_ENDPOINTS.md, ARCHITECTURE.md, and other planning docs based on project needs. Optimized for Cloudflare Workers + Vite + React stack. Use when starting new projects, adding major features, or restructuring existing work into manageable phases.Keywords: project planning, planning documentation, IMPLEMENTATION_PHASES.md, DATABASE_SCHEMA.md, API_ENDPOINTS.md, ARCHITECTURE.md, UI_COMPONENTS.md, TESTING.md, AGENTS_CONFIG.md, phased development, context-safe phases, verification criteria, exit criteria, planning docs generator, web app planning, Cloudflare Workers planning, Vite React planning, project structure, project phases, major features planning, new project setup
2026-01-05
readme-auditor.md
0
1
export
readme-auditor
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
WordPress theme and plugin README auditor that verifies accuracy, removes exaggerated claims, and ensures maintainability. Use when reviewing or updating README files for WordPress projects (themes, child themes, plugins) to ensure all claims are verifiable against the actual codebase and that documentation remains accurate over time.
2026-01-05
go-backend-clean-architecture.md
0
1
export
go-backend-clean-architecture
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Go backend with Gin, MongoDB, JWT auth, and Clean Architecture.
2026-01-05
test-review.md
0
1
export
test-review
2
from
"athola/pensive"
from
"athola/pensive"
3
Evaluate and upgrade test suites with TDD/BDD rigor, coverage tracking, and reproducible evidence.
2026-01-05
web-resource-checker.md
0
1
export
web-resource-checker
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Validates essential web resource files (sitemap.xml, robots.txt, llms.txt, security.txt) for compliance with their specifications. Use when user asks about "sitemap validation", "robots.txt check", "llms.txt", "security.txt", "RFC 9116", "RFC 9309", "web resource audit", "サイトマップ", "セキュリティ", or wants to verify crawler/LLM accessibility files.
2026-01-05
bazinga-validator.md
0
1
export
bazinga-validator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Validates BAZINGA completion claims with independent verification. Spawned ONLY when PM sends BAZINGA. Acts as final quality gate - verifies test failures, coverage, evidence, and criteria independently. Returns ACCEPT or REJECT verdict.
2026-01-05
spawn-test-case.md
0
1
export
spawn-test-case
2
from
"Zeliper/z-coder"
from
"Zeliper/z-coder"
3
테스트 케이스 생성을 test-case-agent에 위임
2026-01-05
writing-skills.md
0
1
export
writing-skills
2
from
"keenanthomson/dotfiles"
from
"keenanthomson/dotfiles"
3
Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization
2026-01-05
backend-queries.md
0
1
export
backend-queries
2
from
"frankdevlabs/compilothq"
from
"frankdevlabs/compilothq"
3
Write secure and optimized database queries using parameterized queries, preventing SQL injection, avoiding N+1 queries through eager loading, selecting only needed columns, and using transactions for related operations. Use this skill when writing database queries using ORM query methods, raw SQL, or query builders in repository files, data access layer files, service files, or any backend code that fetches or manipulates database data. Use this when writing ORM queries with methods like findAll, findOne, findMany, where, include, select, joins, or populate to retrieve data from databases, writing raw SQL queries safely using parameterized inputs or prepared statements (never string interpolation or concatenation) to prevent SQL injection attacks, optimizing queries to prevent N+1 problems by using eager loading with include/populate or SQL joins to fetch related data in a single query instead of multiple sequential queries that degrade performance, implementing database transactions to wrap related operatio
2026-01-05
global-tech-stack.md
0
1
export
global-tech-stack
2
from
"DevanB/lucidlog"
from
"DevanB/lucidlog"
3
Understand and adhere to the project's technology stack including Laravel, PHP, React, PostgreSQL, Pest, Tailwind CSS, and all configured tools and services. Use this skill when making architectural decisions, when choosing libraries or packages, when configuring development tools, when setting up testing frameworks, when implementing authentication, when integrating third-party services, when configuring CI/CD pipelines, when setting up local development environments, or when ensuring consistency with the established tech stack across all parts of the application.
2026-01-05
sop-code-review.md
0
1
export
sop-code-review
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive code review workflow coordinating quality, security, performance, and documentation reviewers. 4-hour timeline for thorough multi-agent review.
2026-01-05