Usage
Actions
skill add
Install a skill from the skills.sh marketplace.
What happens:
- Parses and sanitizes the source URL
- Checks if the skill is already installed
- Runs
npx -y skills add <repo>to download - Copies from
.agents/skills/to.drevon/skills/ - Reads
SKILL.mdfor description - Updates
skills-lock.json - Runs
drevon syncto inject into all agent configs
skill remove
Remove an installed skill.skills-lock.json, and recompiles all agent configs.
skill list
Show all installed skills.skill sync
Re-sync skills into agent configs. Also migrates any skills from the legacy.agents/skills/ directory to .drevon/skills/.
- Skills were installed outside of Drevon (e.g., via
npx skills adddirectly) - You need to repair the skills-lock.json
- Agent configs are out of sync with installed skills