Browse Skills
9063 skills found
test-ci-pipeline.md
0
1
export
test-ci-pipeline
2
from
"elevanaltd/hestai"
from
"elevanaltd/hestai"
3
CI/CD pipeline configuration for monorepo testing including GitHub Actions workflows, Turborepo integration, two-tier quality gates (typecheck→lint→test→build), preview branch integration, retry logic, and environment management. Use when configuring CI pipelines, troubleshooting CI test failures, implementing preview deployments, or optimizing CI performance. Triggers on: CI configuration, github actions testing, CI pipeline, turborepo CI, quality gates, preview integration, CI troubleshooting.
2026-01-05
hello-world.md
0
1
export
hello-world
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
A minimal test skill that demonstrates the basic skill structure
2026-01-05
thought-experiments.md
0
1
export
thought-experiments
2
from
"chrislemke/stoffy"
from
"chrislemke/stoffy"
3
Design, analyze, and evaluate philosophical thought experiments. Use when: creating new thought experiments to probe specific intuitions, analyzing existing thought experiments for hidden assumptions, generating variants that isolate different variables, stress-testing philosophical positions through scenarios, exploring edge cases. Triggers: 'thought experiment', 'imagine', 'suppose', 'hypothetical', 'what if scenario', 'intuition pump', 'trolley problem', 'zombie', 'Mary's room', 'Chinese room', 'experience machine', 'teletransportation', 'original position', 'veil of ignorance', 'Gettier case'.
2026-01-05
violetconnect-bigcommerce.md
0
1
export
violetconnect-bigcommerce
2
from
"violetio/violet-ai-plugins"
from
"violetio/violet-ai-plugins"
3
BigCommerce OAuth, embedded app JWT validation, and pre-registration patterns for VioletConnect
2026-01-05
security-management.md
0
1
export
security-management
2
from
"surrealwolf/unifi-network-mcp"
from
"surrealwolf/unifi-network-mcp"
3
Manage security policies, firewall zones, access control rules (ACLs), and guest network access. Perform comprehensive security audits and compliance reviews.
2026-01-05
draper-decorators.md
0
1
export
draper-decorators
2
from
"hoblin/claude-code-rails-skills"
from
"hoblin/claude-code-rails-skills"
3
This skill should be used when the user asks to "create a decorator", "write a decorator", "add presentation logic", "format model data for views", "use Draper", "test a decorator", "write decorator spec", or mentions separating presentation from business logic in Rails. Provides guidance on Draper gem best practices for Rails applications.
2026-01-05
gold-standards.md
0
1
export
gold-standards
2
from
"Integrum-Global/kaizen-studio"
from
"Integrum-Global/kaizen-studio"
3
Mandatory best practices and gold standards for Kailash SDK development including absolute imports, parameter passing, error handling, testing policies (NO MOCKING in Tiers 2-3), workflow design, custom node development, security, documentation, and test creation. Use when asking about 'best practices', 'standards', 'gold standards', 'mandatory rules', 'required patterns', 'absolute imports', 'NO MOCKING', 'testing policy', 'error handling standards', 'security best practices', 'documentation standards', or 'workflow design standards'.
2026-01-05
testing-patterns.md
0
1
export
testing-patterns
2
from
"vivekgana/databricks-platform-marketplace"
from
"vivekgana/databricks-platform-marketplace"
3
pytest fixtures and integration testing patterns for Spark applications, including DataFrame assertions and mock data generation.
2026-01-05
migrating-to-vitest-4.md
0
1
export
migrating-to-vitest-4
2
from
"djankies/claude-configs"
from
"djankies/claude-configs"
3
Migrate from Vitest 2.x/3.x to 4.x with pool options, coverage config, workspace to projects, and browser mode updates. Use when upgrading Vitest versions or encountering deprecated patterns.
2026-01-05
testing.md
0
1
export
testing
2
from
"kprsnt2/MyLocalCLI"
from
"kprsnt2/MyLocalCLI"
3
Testing patterns and best practices for unit, integration, and E2E testing.
2026-01-05
macos-notify.md
0
1
export
macos-notify
2
from
"pcasaretto/nix-home"
from
"pcasaretto/nix-home"
3
Send macOS desktop notifications after completing tasks, making significant changes, or before requesting permission. Use for task completion, file modifications, test results, and major milestones.
2026-01-05
setup-playwright.md
0
1
export
setup-playwright
2
from
"gruckion/marathon-ralph"
from
"gruckion/marathon-ralph"
3
Configure Playwright for E2E testing. Use when setting up end-to-end tests, when no E2E framework is detected, or when the user asks to configure browser testing.
2026-01-05
test-generation.md
0
1
export
test-generation
2
from
"layeddie/ai-rules"
from
"layeddie/ai-rules"
3
Generates comprehensive Elixir tests using ExUnit following TDD principles.
2026-01-05
deploy.md
0
1
export
deploy
2
from
"GoBeromsu/Quartaz"
from
"GoBeromsu/Quartaz"
3
This skill automates Quartz static site deployment to GitHub Pages with Playwright-based visual verification. This skill should be used when the user requests deployment, publishing, or explicitly invokes "/deploy". The workflow includes building the site, committing changes with auto-generated messages, pushing to the v4 branch, and verifying the deployed page in both light and dark modes using Playwright MCP tools.
2026-01-05
reviewing-security.md
0
1
export
reviewing-security
2
from
"djankies/claude-configs"
from
"djankies/claude-configs"
3
Automated tooling and detection patterns for JavaScript/TypeScript security vulnerabilities. Provides scan commands, vulnerability patterns, and severity mapping—not output formatting or workflow.
2026-01-05
architecture-paradigm-cqrs-es.md
0
1
export
architecture-paradigm-cqrs-es
2
from
"athola/claudenomicon"
from
"athola/claudenomicon"
3
Apply CQRS + Event Sourcing for collaboration-heavy domains needing auditability and independent scaling.
2026-01-05
tdd.md
0
1
export
tdd
2
from
"ebiyy/traylingo"
from
"ebiyy/traylingo"
3
Test-Driven Development workflow guide. TODO - This skill is a placeholder for future development. Will cover TDD patterns for Rust, TypeScript, and Tauri apps.
2026-01-05
graphql-resolvers.md
0
1
export
graphql-resolvers
2
from
"jovermier/cc-stack-marketplace"
from
"jovermier/cc-stack-marketplace"
3
GraphQL resolver patterns including dataloader for N+1 prevention, context propagation, authorization, error handling, and validation. Use when implementing GraphQL resolvers.
2026-01-05
parallel-ready-django.md
0
1
export
parallel-ready-django
2
from
"jpoutrin/product-forge"
from
"jpoutrin/product-forge"
3
Audit and prepare a Django codebase for parallel multi-agent development. Use when asked to check if a Django project is ready for parallelization, prepare a repo for multi-agent work, audit codebase structure, set up orchestration infrastructure, or identify blockers for parallel development. Analyzes Django apps, models, migrations, and module boundaries.
2026-01-05
kamal-deploy.md
0
1
export
kamal-deploy
2
from
"jalen0x/substore-kamal"
from
"jalen0x/substore-kamal"
3
Deploy Docker applications using Kamal 2 with zero-downtime and automatic SSL. Use this skill when (1) setting up new Kamal deployments, (2) generating deploy.yml configuration, (3) deploying apps that lack health endpoints (using Caddy workaround).
2026-01-05
security.md
0
1
export
security
2
from
"banjoey/FORGE"
from
"banjoey/FORGE"
3
Proactive security engineering for PAI projects. USE WHEN user needs threat modeling, CMMC compliance baseline, security requirements, vulnerability analysis, or security-first design. Prevents security issues during design, not after deployment.
2026-01-05
auto-animate.md
0
1
export
auto-animate
2
from
"jackspace/ClaudeSkillz"
from
"jackspace/ClaudeSkillz"
3
Production-tested setup for AutoAnimate (@formkit/auto-animate) - a zero-config, drop-in animation librarythat automatically adds smooth transitions when DOM elements are added, removed, or moved. This skill shouldbe used when building UIs that need simple, automatic animations for lists, accordions, toasts, or form validationmessages without the complexity of full animation libraries.Use when: Adding smooth animations to dynamic lists, building filter/sort interfaces, creating accordion components,implementing toast notifications, animating form validation messages, needing simple transitions without animation code,working with Vite + React + Tailwind, deploying to Cloudflare Workers Static Assets, or encountering SSR errors withanimation libraries.Keywords: auto-animate, @formkit/auto-animate, formkit, zero-config animation, automatic animations, drop-in animation,list animations, accordion animation, toast animation, form validation animation, lightweight animation, 2kb animation,prefers-reduce
2026-01-05
supabase-rls.md
0
1
export
supabase-rls
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Supabase Row Level Security policies. Use when creating RLS policies, securing tables, or implementing multi-tenant data isolation.
2026-01-05
pytest-patterns.md
0
1
export
pytest-patterns
2
from
"ricardoroche/ricardos-claude-code"
from
"ricardoroche/ricardos-claude-code"
3
Automatically applies when writing pytest tests. Ensures proper use of fixtures, parametrize, marks, mocking, async tests, and follows testing best practices.
2026-01-05