원클릭으로
clean-code-claude-code
clean-code-claude-code에는 tmoody1973에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Apply the Boy Scout Rule to existing code -- leave every file cleaner than you found it. Use this skill when the user is working in an existing codebase and asks to clean up code, improve existing files, apply the Boy Scout Rule, tidy up a module, or says things like "clean this up while you're in there," "this file needs some love," "improve this code," or "make this better." Performs incremental cleanup without changing behavior.
Comprehensive clean code review, refactoring, and code quality analysis skill. Use this skill whenever the user asks to review code, refactor code, improve code quality, audit code for best practices, find code smells, clean up messy code, apply clean code principles, enforce coding standards, or evaluate code readability. Also trigger when the user says things like "make this cleaner," "this code is a mess," "review my code," "refactor this," "code quality check," or "apply clean code patterns." This skill provides the full Clean Code Handbook reference with detailed examples and patterns for writing maintainable, scalable code.
Scaffold a clean project structure organized by concern. Use this skill when the user asks to set up a new project, organize a messy codebase, create a project structure, restructure files, or says things like "set up the project," "organize this code," "create a clean folder structure," or "scaffold this project." Guides users through creating a well-organized codebase following Clean Code Pattern 7 (Clean Project Structure).