Introducing Agent Skill Installer
Agent Skill Installer started as a by-product of another project I am working on. That project needed to install a skill reliably and easily, and the installer came out useful enough that I decided to make it available more generally.
Agent skills are useful when they are easy to try. The awkward part is usually
not writing SKILL.md; it is getting the files into the right place, making the
agent aware of them, and later remembering exactly what was installed.
Agent Skill Installer is a small Python tool for that part of the job. It installs Codex and Claude Code skills from GitHub, PyPI, a local checkout, or a local wheel file. Installation can be global for the current user or specific to a repository.
