skill-porter
Convert skills between Claude Code and Gemini CLI
All Skills in This Repository (3)
Pure Emerald Level Indicatorsskill-porter
Convert Claude Code skills to Gemini CLI extensions and vice versa.
code-formatter
Convert Claude Code skills to Gemini CLI extensions and vice versa.
api-connector
Connect to REST APIs with authentication, JSON parsing, and retry logic.
Frequently Asked Questions
FAQPage SchemaHow to install skill-porter?â–¼
Run `npx skills add jduncan-rva/skill-porter --all -g -y` in your terminal to install it globally for your agent.
How to convert a Claude skill to a Gemini extension?â–¼
Point skill-porter at your skill folder and request a conversion, for example: convert ./my-skill to Gemini. It generates the gemini-extension.json manifest and GEMINI.md context file automatically.
Does skill-porter preserve MCP server configurations?â–¼
Yes. It keeps Model Context Protocol server settings intact and rewrites paths to use Gemini's ${extensionPath} variable when needed.
Can one skill work on both Claude Code and Gemini CLI?â–¼
Yes. The universal mode generates both platform file sets so a single project installs and runs on Claude Code and Gemini CLI.
Can skill-porter create a pull request automatically?â–¼
Yes. With the GitHub CLI authenticated, it converts the project, commits the changes on a new branch, and opens a pull request with full documentation.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core