Browse Skills
Ln 775 Api Docs Generator
v1.0.0Configures Swagger/OpenAPI documentation
Ln 774 Healthcheck Setup
v1.0.0Configures health check endpoints for Kubernetes readiness/liveness/startup
Ln 773 Cors Configurator
v1.0.0Configures CORS policy for development and production
Ln 772 Error Handler Setup
v1.0.0Configures global exception handling middleware
Ln 771 Logging Configurator
v1.0.0Configures structured logging (Serilog/.NET, structlog/Python)
Ln 770 Crosscutting Setup
v1.0.0Coordinates logging, error handling, CORS, health checks, and API docs
Ln 761 Secret Scanner
v1.0.0Scans codebase for hardcoded secrets. Returns normalized findings with severity and remediation guidance. Pre-commit hook integration.
Ln 760 Security Setup
v1.0.0Coordinates security scanning (secrets + deps). Delegates to ln-761 + ln-625(mode=vulnerabilities_only). Generates SECURITY.md, pre-commit hooks, CI workflow.
Ln 743 Test Infrastructure
v1.0.0Creates test infrastructure with Vitest, xUnit, and pytest
Ln 742 Precommit Setup
v1.0.0Configures Husky, lint-staged, commitlint, and Python pre-commit
Ln 741 Linter Configurator
v1.0.0Configures ESLint, Prettier, Ruff, mypy, and .NET analyzers
Ln 740 Quality Setup
v1.0.0Coordinates linters, pre-commit hooks, and test infrastructure setup