Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

skills

Jonas Kuiler's agent skills, packaged for installation into Claude Code (and any other agent that understands the SKILL.md format).

Install

Claude Code plugin (recommended)

/plugin marketplace add jonaskuiler/skills
/plugin install jonaskuiler-skills@jonaskuiler

Updates arrive automatically when the plugin is updated.

Other agents (Codex, Cursor, etc.)

npx skills@latest add jonaskuiler/skills

The interactive installer lets you pick which skills to install.

Repository layout

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

License

MIT

About

Jonas Kuiler's agent skills, packaged as a Claude Code plugin

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors