Skip to content

Gucky/InstallableSkillConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Installable Skill Converter

Installable Skill Converter

AI Agents - Meta-Skill MIT License LinkedIn

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.

Installing Installable Skill Converter

Install the skill with npx:

npx skills add https://github.com/Gucky/InstallableSkillConverter --skill installable-skill-converter

To install it globally for Codex:

npx skills add https://github.com/Gucky/InstallableSkillConverter --skill installable-skill-converter --agent codex --global

For a specific agent:

npx skills add https://github.com/Gucky/InstallableSkillConverter --skill installable-skill-converter --agent claude-code

For 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 node

Using Installable Skill Converter

In 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.

License

Installable Skill Converter was created by Wolfgang Muhsal. It is available under the MIT License, which permits commercial use, modification, distribution, and private use.

About

Agent skill that converts an existing skill into an installable package for npx skills add.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors