Jonas Kuiler's agent skills, packaged for installation into Claude Code (and any other agent that understands the SKILL.md format).
/plugin marketplace add jonaskuiler/skills
/plugin install jonaskuiler-skills@jonaskuiler
Updates arrive automatically when the plugin is updated.
npx skills@latest add jonaskuiler/skills
The interactive installer lets you pick which skills to install.
.claude-plugin/
plugin.json # Claude Code plugin manifest
marketplace.json # Claude Code marketplace manifest
skills/<name>/SKILL.md
agents/<name>.md
Each skill is a directory under skills/ containing a SKILL.md with YAML frontmatter (name, description) followed by the instructions, plus any bundled resources. New skills must also be listed in plugin.json's skills array (and agents in agents).
MIT