원클릭으로
optimize-codebase
Identifies and refactors monolithic files (>2k lines) into modular, performance-safe component structures.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Identifies and refactors monolithic files (>2k lines) into modular, performance-safe component structures.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Comprehensive code review covering Functionality, Security (OWASP), Performance, and Maintainability. Includes good/bad examples.
Generates robust, cross-platform launcher scripts (Windows .bat, Unix .sh, Mac .sh) with dependency checking, .env handling, and graceful shutdown logic.
Automates the creation of professional-grade Antigravity skills. Incorporates best practices for progressive disclosure, resource organization, and automatic agent registration.
Scans the current conversation thread and updates a project work log. Useful for tracking progress and generating release notes.
A strict, scientific debugging protocol (The "Iron Law"). No fixes allowed without root cause investigation.
Generates standardized API documentation (OpenAPI/Markdown) for backend endpoints.
| name | optimize_codebase |
| description | Identifies and refactors monolithic files (>2k lines) into modular, performance-safe component structures. |
Use this skill to clean up technical debt by checking for massive source files and logically breaking them down.
list_dir to see file sizes.view_file_outline to understand structure before splitting.write_to_file to create new modular files.Before touching any code, propose a strategy:
app.js -> app/).index file (or keep the original filename as a shell) that imports and aggregates the new modules, preserving the original external API.