Ejecuta cualquier Skill en Manus
con un clic
con un clic
Ejecuta cualquier Skill en Manus con un clic
Comenzar$pwd:
$ git log --oneline --stat
stars:182
forks:17
updated:23 de noviembre de 2025, 22:46
Explorador de archivos
SKILL.md
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)