Browse 138,453 skills across 70 categories. Mirrored from majiayu000/claude-skill-registry.
Generates seed data from ORM schemas or entity definitions to any target format. Use when populating databases for devel...
Removes platform-specific artifacts from Replit, StackBlitz, CodeSandbox, Glitch. Use when preparing exported projects f...
Universal platform artifact cleaner: Replit, StackBlitz, CodeSandbox, Glitch
Removes all Replit artifacts from exported projects (configs, packages, code comments)
Coordinates Docker, CI/CD, and environment configuration setup via auto-detection
Sets up Docker, CI/CD, and environment configuration with auto-detection. Use when adding DevOps infrastructure to a pro...
Generates Docker and docker-compose configuration for multi-container development
Generates Dockerfile and docker-compose configuration for multi-container development. Use when containerizing a project...
Generates GitHub Actions CI workflow configuration
Generates GitHub Actions CI workflow configuration. Use when adding continuous integration to a project.
Configures environment variables and secrets protection
Configures environment variables and secrets protection. Use when setting up .env files and gitignore rules for a projec...
Coordinates linters, pre-commit hooks, and test infrastructure setup
Sets up linters, pre-commit hooks, and test infrastructure. Use when adding code quality tooling to a project.
Configures ESLint, Prettier, Ruff, and .NET analyzers
Configures ESLint, Prettier, Ruff, mypy, and .NET analyzers. Use when setting up linting and formatting for a project.
Configures Husky, lint-staged, commitlint, and Python pre-commit
Configures Husky, lint-staged, commitlint, and Python pre-commit hooks. Use when adding Git hook automation to a project...
Creates test infrastructure with Vitest, xUnit, and pytest
Generates project-specific .claude/commands for Claude Code
Generates individual .claude/commands files from templates
Coordinates security scanning (secrets + deps). Delegates to ln-761/ln-762. Generates SECURITY.md, pre-commit hooks, CI...
Sets up security scanning for secrets and dependency vulnerabilities. Use when adding security infrastructure to a proje...
Scans codebase for hardcoded secrets with severity classification and remediation guidance. Use when auditing a project...
Audits project dependencies for vulnerabilities. Multi-ecosystem support (npm, .NET, Python, Go). CVSS-based severity cl...
Coordinates logging, error handling, CORS, health checks, and API docs
Sets up logging, error handling, CORS, health checks, and API docs. Use when adding cross-cutting concerns to backend pr...
Configures structured JSON logging with Serilog (.NET) or structlog (Python). Use when adding logging to backend project...
Configures structured logging (Serilog/.NET, structlog/Python)
Configures global exception handling middleware. Use when adding centralized error handling to .NET or Python backends.
Configures CORS policy for development and production
Configures CORS policy for development and production environments. Use when setting up cross-origin access for APIs.
Configures health check endpoints for Kubernetes readiness/liveness/startup probes. Use when deploying to Kubernetes.
Configures health check endpoints for Kubernetes readiness/liveness/startup
Configures Swagger/OpenAPI documentation
Configures Swagger/OpenAPI documentation for backend APIs. Use when adding interactive API docs to a project.
Orchestrates final verification - build, test, and container health checks
Verifies bootstrapped projects via build, test, and container health checks. Use when validating project setup completen...
Builds all detected projects and verifies successful compilation
Builds all detected projects and verifies successful compilation. Use when checking that a bootstrapped project compiles...
Executes all test suites and reports results with coverage
Builds and launches Docker containers with health verification using best practices
Builds and launches Docker containers with health verification. Use when validating that containerized services start co...
Multi-cycle performance optimization with profiling and bottleneck analysis. Use when optimizing application performance...
Profiles runtime performance with CPU, memory, and I/O metrics. Use when measuring bottlenecks before optimization.
Researches competitive benchmarks and generates optimization hypotheses for identified bottlenecks. Use after profiling.
Use when validating optimization plans through the evaluation platform with mandatory research, parallel agent evidence,...
Validates optimization plan via multi-agent review before execution. Use when verifying feasibility of optimization hypo...
Executes optimization hypotheses with keep/discard testing loop. Use when applying validated performance improvements.
Upgrades dependencies across all detected package managers. Use when updating npm, NuGet, or pip packages project-wide.
Upgrades npm/yarn/pnpm dependencies with breaking change handling. Use when updating JavaScript/TypeScript dependencies.
Upgrades .NET NuGet packages with breaking change handling. Use when updating .NET dependencies.