levnikolaevich/claude-code-skills Skills
(108)Browse AI agent skills from levnikolaevich/claude-code-skills for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
ln-651-query-efficiency-auditor
levnikolaevich/claude-code-skills
Query efficiency audit worker (L3). Checks redundant entity fetches, N-UPDATE/DELETE loops, unnecessary resolves, over-fetching, missing bulk operations, wrong caching scope. Returns findings with severity, location, effort, recommendations.
ln-652-transaction-correctness-auditor
levnikolaevich/claude-code-skills
Transaction correctness audit worker (L3). Checks missing intermediate commits, transaction scope (too wide/narrow), missing rollback handling, long-held transactions, trigger/notify interaction. Returns findings with severity, location, effort, recommendations.
ln-653-runtime-performance-auditor
levnikolaevich/claude-code-skills
Runtime performance audit worker (L3). Checks blocking IO in async, unnecessary allocations, sync sleep in async, string concat in loops, missing to_thread for CPU-bound, redundant data copies. Returns findings with severity, location, effort, recommendations.
ln-654-resource-lifecycle-auditor
levnikolaevich/claude-code-skills
Resource lifecycle audit worker (L3). Checks session scope mismatch, streaming resource holding, missing cleanup, pool config, error path leaks, factory vs injection anti-patterns.
ln-700-project-bootstrap
levnikolaevich/claude-code-skills
Universal project bootstrapper: CREATE new or TRANSFORM existing project to production-ready structure
ln-710-dependency-upgrader
levnikolaevich/claude-code-skills
Coordinates dependency upgrades across all detected package managers
ln-711-npm-upgrader
levnikolaevich/claude-code-skills
Upgrades npm/yarn/pnpm dependencies with breaking change handling
ln-712-nuget-upgrader
levnikolaevich/claude-code-skills
Upgrades .NET NuGet packages with breaking change handling
ln-713-pip-upgrader
levnikolaevich/claude-code-skills
Upgrades Python pip/poetry/pipenv dependencies with breaking change handling
ln-720-structure-migrator
levnikolaevich/claude-code-skills
Coordinates project structure: SCAFFOLD new or RESTRUCTURE existing to Clean Architecture
ln-721-frontend-restructure
levnikolaevich/claude-code-skills
Frontend structure worker: SCAFFOLD new React project or RESTRUCTURE existing monolith to component-based architecture
ln-722-backend-generator
levnikolaevich/claude-code-skills
Generates .NET Clean Architecture backend structure from entity definitions
ln-723-seed-data-generator
levnikolaevich/claude-code-skills
Universal seed data generator: MIGRATE from ORM schemas or GENERATE from entity definitions to any target format
ln-724-artifact-cleaner
levnikolaevich/claude-code-skills
Universal platform artifact cleaner: Replit, StackBlitz, CodeSandbox, Glitch
ln-730-devops-setup
levnikolaevich/claude-code-skills
Coordinates Docker, CI/CD, and environment configuration setup via auto-detection
ln-731-docker-generator
levnikolaevich/claude-code-skills
Generates Docker and docker-compose configuration for multi-container development
ln-732-cicd-generator
levnikolaevich/claude-code-skills
Generates GitHub Actions CI workflow configuration
ln-733-env-configurator
levnikolaevich/claude-code-skills
Configures environment variables and secrets protection
ln-740-quality-setup
levnikolaevich/claude-code-skills
Coordinates linters, pre-commit hooks, and test infrastructure setup
ln-741-linter-configurator
levnikolaevich/claude-code-skills
Configures ESLint, Prettier, Ruff, mypy, and .NET analyzers
ln-742-precommit-setup
levnikolaevich/claude-code-skills
Configures Husky, lint-staged, commitlint, and Python pre-commit
ln-743-test-infrastructure
levnikolaevich/claude-code-skills
Creates test infrastructure with Vitest, xUnit, and pytest
ln-750-commands-generator
levnikolaevich/claude-code-skills
Generates project-specific .claude/commands for Claude Code
ln-751-command-templates
levnikolaevich/claude-code-skills
Generates individual .claude/commands files from templates