
Claude Skills by majiayu000
github.com/majiayu000Dead code & legacy audit worker (L3). Checks unreachable code, unused imports/variables/functions, commented-out code, backward compatibility shims, deprecated patterns. Returns findings.
Concurrency audit worker (L3). Checks race conditions, missing async/await, resource contention, thread safety, deadlock potential. Returns findings with severity, location, effort, recommendations.
Application lifecycle audit worker (L3). Checks bootstrap initialization order, graceful shutdown, resource cleanup, signal handling, liveness/readiness probes. Returns findings with severity, location, effort, recommendations.
Orchestrates full project bootstrap from Replit export to production-ready structure
Coordinates dependency upgrades across all detected package managers
Upgrades npm/yarn/pnpm dependencies with breaking change handling
Upgrades .NET NuGet packages with breaking change handling
Upgrades Python pip/poetry/pipenv dependencies with breaking change handling
Coordinates project structure migration to Clean Architecture
Restructures React frontend from monolith to component-based architecture
Generates .NET Clean Architecture backend structure from entity definitions
Migrates mock data from Drizzle ORM schemas to C# MockData classes
Removes all Replit artifacts from exported projects (configs, packages, code comments)
Generates Docker and docker-compose configuration for multi-container development
Generates GitHub Actions CI workflow configuration
Configures environment variables and secrets protection
Coordinates linters, pre-commit hooks, and test infrastructure setup
Configures ESLint, Prettier, Ruff, and .NET analyzers
Configures Husky, lint-staged, commitlint, and Python pre-commit
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 workflow.
Scans codebase for hardcoded secrets. Returns normalized findings with severity and remediation guidance. Pre-commit hook integration.
Audits project dependencies for vulnerabilities. Multi-ecosystem support (npm, .NET, Python, Go). CVSS-based severity classification.
Coordinates logging, error handling, CORS, health checks, and API docs
Configures global exception handling middleware
Configures CORS policy for development and production
Configures health check endpoints for Kubernetes readiness/liveness/startup
Configures Swagger/OpenAPI documentation
Orchestrates final verification - build, test, and container health checks
Builds all detected projects and verifies successful compilation
Builds and launches Docker containers with health verification using best practices
UK legal research using the Lex API. Search UK legislation and legal provisions. Use when researching UK law, analysing statutory instruments, or grounding responses in authoritative legal sources.
Queries Chilean legislation from the Biblioteca del Congreso Nacional using SPARQL and Linked Data. Use when searching for Chilean laws, decrees, regulations, congressional information, or when user mentions specific Chilean legal codes.
Development: Git LFS file management for large binary files in the repository. Handles checkout, status, fetch, and verification of LFS-tracked files. Run from repository root with 'just lfs'. Use when developers need to manage large files like recordings, images, or binary assets.
Control LG smart appliances via ThinQ API. Use when user asks about their fridge, washer, dryer, AC, or other LG appliances. Supports checking status, changing temperature, toggling modes (express, eco), and monitoring door status.
LG Innotek MPN encoding patterns, LED suffix decoding, and handler guidance. Use when working with LG LEDs, camera modules, automotive components, or LGHandler.
Cohesive Linear HoTT patterns for interaction entropy with diagram generation. Implements Schreiber's cohesive modalities (♯,♭,ʃ) and Riley's linear modality (♮) for quantum-classical bridging.
Task management and workflow patterns using liaison. Use when managing tasks, creating workflows, or working with task-driven automation.
LibAFL is a modular fuzzing library for building custom fuzzers. Use for advanced fuzzing needs, custom mutators, or non-standard fuzzing targets.
LibAFL is a modular fuzzing library for building custom fuzzers. Use for advanced fuzzing needs, custom mutators, or non-standard fuzzing targets.
Upgrades .NET NuGet packages with breaking change handling
Coordinates project structure migration to Clean Architecture
Restructures React frontend from monolith to component-based architecture
Generates .NET Clean Architecture backend structure from entity definitions
Coordinates Docker, CI/CD, and environment configuration setup via auto-detection
Coordinates linters, pre-commit hooks, and test infrastructure setup
Configures ESLint, Prettier, Ruff, and .NET analyzers
Configures Husky, lint-staged, commitlint, and Python pre-commit
Creates test infrastructure with Vitest, xUnit, and pytest