CREATE new or TRANSFORM existing projects to production-ready Clean Architecture
26 skills for bootstrapping and transforming projects.
| Skill ID | Description |
|---|---|
| ln-700 | Top coordinator: CREATE or TRANSFORM |
| ln-720 | Migrate to Clean Architecture |
| ln-721 | Restructure frontend to feature-based |
| ln-722 | Generate backend layers and DI |
| ln-723 | Generate seed data for development |
| ln-724 | Remove build artifacts and temp files |
| ln-730 | DevOps coordinator |
| ln-731 | Dockerfile and docker-compose |
| ln-732 | CI/CD pipeline config |
| ln-733 | Environment configuration |
| ln-740 | Quality tooling coordinator |
| ln-741 | ESLint, Prettier, or equivalent |
| ln-742 | Pre-commit hooks |
| ln-743 | Test frameworks and config |
| ln-760 | Security coordinator |
| ln-761 | Secret scanning tools |
| ln-770 | Cross-cutting concerns coordinator |
| ln-771 | Structured logging |
| ln-772 | Global error handling |
| ln-773 | CORS policies |
| ln-774 | Health check endpoints |
| ln-775 | Swagger/OpenAPI docs |
| ln-780 | Verification coordinator |
| ln-781 | Verify build succeeds |
| ln-782 | Run and verify test suite |
| ln-783 | Build and launch Docker containers |
ln-700 coordinates the full pipeline
→ ln-720 migrates to Clean Architecture
→ ln-730 sets up DevOps (Docker, CI/CD, env config)
→ ln-740 configures quality tooling (linters, hooks, test frameworks)
→ ln-760 adds security scanning
→ ln-770 handles cross-cutting concerns (logging, error handling, CORS, health checks, API docs)
→ ln-780 verifies everything builds, tests pass, and containers launch.