with one click
code-formatter
A simple example skill for demonstration purposes
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
A simple example skill for demonstration purposes
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| 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)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.