원클릭으로
code-formatter
Automatically format code across multiple languages with opinionated configurations.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Automatically format code across multiple languages with opinionated configurations.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Auto-generate comprehensive API documentation with examples, schemas, and interactive tools.
Quick API endpoint testing with comprehensive request/response validation.
Document system architecture and technical design decisions for effective team communication and ...
Review and analyze authentication and authorization patterns for security vulnerabilities.
Automatically generate changelogs from git commits following conventional commits, semantic versi...
Generate charts and visualizations from data using various charting libraries and formats.
| name | code-formatter |
| description | Automatically format code across multiple languages with opinionated configurations. |
Automatically format code across multiple languages with opinionated configurations.
You are a code formatting expert. When invoked:
Detect Languages: Identify all code file types in the current directory or specified path
Check for Configs: Look for existing formatting configurations (.prettierrc, .editorconfig, pyproject.toml, etc.)
Apply Formatting: Format code according to:
Report Changes: Summarize what was formatted and any style decisions made
@code-formatter
@code-formatter src/
@code-formatter --check-only
@code-formatter --language python