원클릭으로
code-formatter
A simple example skill for demonstration purposes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
A simple example skill for demonstration purposes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Converts Claude Code skills to Gemini CLI extensions and vice versa. Use when the user wants to make a skill cross-platform compatible, port a skill between platforms, or create a universal extension that works on both Claude Code and Gemini CLI.
Connect to REST APIs, manage authentication, and process responses. Use for API integration tasks.
Formats code files using prettier and eslint. Use when the user wants to format code, fix linting issues, or clean up code style.
| name | code-formatter |
| description | A simple example skill for demonstration purposes |
| subagents | [{"name":"reviewer","description":"You are a senior code reviewer."}] |
| allowed-tools | ["Read","Write"] |
Automatically formats code files using industry-standard tools.
Format a single file:
"Format the src/index.js file"
Format entire directory:
"Format all files in the src/ directory"
Check formatting without changes:
"Check if files in src/ are properly formatted"
Set these environment variables for custom configuration:
PRETTIER_CONFIG: Path to prettier config (default: .prettierrc)ESLINT_CONFIG: Path to eslint config (default: .eslintrc.js)