Execute qualquer Skill no Manus
com um clique
com um clique
Execute qualquer Skill no Manus com um clique
Começar$pwd:
$ git log --oneline --stat
stars:182
forks:17
updated:23 de novembro de 2025 às 22:46
Explorador de arquivos
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)