Browse Skills
Ln 733 Env Configurator
v1.0.0Configures environment variables and secrets protection
Ln 732 Cicd Generator
v1.0.0Generates GitHub Actions CI workflow configuration
Ln 731 Docker Generator
v1.0.0Generates Docker and docker-compose configuration for multi-container development
Ln 730 Devops Setup
v1.0.0Coordinates Docker, CI/CD, and environment configuration setup via auto-detection
Ln 724 Artifact Cleaner
v1.0.0Universal platform artifact cleaner: Replit, StackBlitz, CodeSandbox, Glitch
Ln 723 Seed Data Generator
v1.0.0Universal seed data generator: MIGRATE from ORM schemas or GENERATE from entity definitions to any target format
Ln 722 Backend Generator
v1.0.0Generates .NET Clean Architecture backend structure from entity definitions
Ln 721 Frontend Restructure
v1.0.0Frontend structure worker: SCAFFOLD new React project or RESTRUCTURE existing monolith to component-based architecture
Ln 720 Structure Migrator
v1.0.0Coordinates project structure: SCAFFOLD new or RESTRUCTURE existing to Clean Architecture
Ln 700 Project Bootstrap
v1.0.0Universal project bootstrapper: CREATE new or TRANSFORM existing project to production-ready structure
Ln 654 Resource Lifecycle Auditor
v1.0.0Checks session scope mismatch, streaming resource holding, missing cleanup, pool config, error path leaks, factory vs injection anti-patterns.
Ln 653 Runtime Performance Auditor
v1.0.0Checks blocking IO in async, unnecessary allocations, sync sleep, string concat in loops, missing to_thread, redundant copies. Returns findings with severity and effort.