Installable Skill Converter is an agent skill that helps convert an existing skill into an installable skill package for npx skills add.
It focuses on the structural work: moving skill-owned files into the proper skill subfolder, keeping the root README human-facing, adding or updating installation instructions, checking icon metadata, and validating discovery with the Skills CLI. It does not rewrite the skill's own instructions, references, scripts, or bundled knowledge unless explicitly asked.
Install the skill with npx:
npx skills add https://github.com/Gucky/InstallableSkillConverter --skill installable-skill-converterTo install it globally for Codex:
npx skills add https://github.com/Gucky/InstallableSkillConverter --skill installable-skill-converter --agent codex --globalFor a specific agent:
npx skills add https://github.com/Gucky/InstallableSkillConverter --skill installable-skill-converter --agent claude-codeFor all supported agents:
npx skills add https://github.com/Gucky/InstallableSkillConverter --skill installable-skill-converter --agent '*'If npx is not available, install Node.js first. On macOS with Homebrew:
brew install nodeIn Codex, trigger the skill directly:
$installable-skill-converter
You can also ask naturally:
Use the Installable Skill Converter skill to make this skill installable with npx skills add.
Installable Skill Converter was created by Wolfgang Muhsal. It is available under the MIT License, which permits commercial use, modification, distribution, and private use.
