Skip to content

v7.0.0 - Agent Skills Integration

Choose a tag to compare

@bobvibes bobvibes released this 21 Jan 21:18

Agent Skills as Primary Integration

Clavix v7 introduces Agent Skills as the recommended way to use Clavix. Agent Skills follow the agentskills.io specification and work with any compatible AI tool.

Why Agent Skills?

  • Universal compatibility - Works with any AI tool that supports the Agent Skills spec
  • Two installation scopes - Global (~/.config/agents/skills/) or Project (.skills/)
  • Efficient context - Skills optimized for < 500 lines each
  • Future-proof - As more tools adopt Agent Skills, your workflows work everywhere

Added

  • Agent Skills Integration - Full support for agentskills.io specification

    • New AgentSkillsAdapter generates skills following the Agent Skills standard
    • Two installation scopes: Global and Project
    • All 10 Clavix workflows available as curated skills
    • Skills are directory-based with SKILL.md files per spec
    • Agent Skills section appears FIRST in integration selector
  • Curated Skill Templates - 10 condensed, optimized skill templates

    • < 500 line recommendation for efficient context usage
    • Proper YAML frontmatter (name, description, license)
    • State Assertions, Self-Correction Protocols, Mode Boundaries

Fixed

  • Preserve existing command files during init - Only files matching clavix-* prefix are updated

Changed

  • README revamp - Skills-first documentation with cleaner, leaner structure

Full Changelog: https://github.com/ClavixDev/Clavix/blob/main/CHANGELOG.md