My AI agent skills. Written in Org-mode and exported with ox-skills.
- Edit
SKILLS.org - Run
M-x ox-skills-export-wim-to-md(C-c C-e s a, orSPC m e s ain evil)
Hand-written .md files in skills/ are left untouched (you can mix exported and manual skills freely).
Load the org-skill-maker skill to start immediately! It asks what you need, adds the right entry to SKILLS.org with EXPORT_SKILL_* properties, and exports it.
Install first (see below) to make it available in your environment, or just tell your agent:
Load the org-skill-maker skill and create a skill for <your task>
git clone git@github.com:gicrisf/skills.git ~/dev/skillsRequires GNU Stow.
cd ~/dev/skills && stow -t ~ linksSymlinks .claude/skills, .opencode/skills, .agents/skills and anything in links/.
ln -sfn ~/dev/skills/skills ~/.agents/skillsTo undo:
unlink ~/.agents/skillsMIT. See LICENSE.
Some skills adapted from:
- JuliusBrussee/caveman (MIT)
- mattpocock/skills (MIT)