v7.1.0 - Custom Agent Skills Path
What's New
Custom Agent Skills Path
New "Agent Skills - Custom Path" option in clavix init:
- Specify any directory for skills installation (e.g.,
.aider-desk/skills) - Supports both relative paths (from project root) and absolute paths (including
~/) - Interactive prompt guides path type selection with clear explanations
- Path stored in
config.experimental.integrationPaths['agent-skills-custom']
Installation
npm install -g clavix@7.1.0
clavix initThen select "Agent Skills - Custom Path" and provide your preferred directory.
Full Changelog: v7.0.0...v7.1.0