What's Changed
Added
- Skill Management - Centralized registry for managing Agent Skills across projects
- One-Command Installation:
ai-devkit skill add <registry>/<repo> <skill-name> - Local Cache: Skills stored in
~/.ai-devkit/skills/to avoid duplication - Symlink-First Strategy: Symlinks with automatic copy fallback for Windows
- Multi-Environment Support: Works with Cursor, Claude Code, Codex, OpenCode, and Antigravity
- CLI Commands:
ai-devkit skill add <registry>/<repo> <skill-name>- Install a skill from registryai-devkit skill list- List all installed skills with sourcesai-devkit skill remove <skill-name>- Remove skill from project
- Features:
- Centralized registry file (
skills/registry.json) with verified repositories - Automatic
.ai-devkit.jsoncreation if missing - Environment filtering (only shows/uses environments with skill support)
- Git repository caching for efficient reuse across projects
- Validation for registry IDs and skill names (follows Agent Skills spec)
- Centralized registry file (
- One-Command Installation:
Full Changelog: https://github.com/codeaholicguy/ai-devkit/compare/cli@0.6.0...cli@0.7.0