Skip to content

v7.1.0 - Custom Agent Skills Path

Choose a tag to compare

@bobvibes bobvibes released this 22 Jan 16:31

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 init

Then select "Agent Skills - Custom Path" and provide your preferred directory.

Full Changelog: v7.0.0...v7.1.0