ワンクリックで
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