Changelog
Release history for AI Skills Manager
← Back to Home
v1.8.0 February 15, 2026
Breaking Changes
- Removed
agenttemplate type — skills and agents are distinct; agent scaffolding belongs in.claude/agents/ - Removed
--memoryand--modelscaffold flags (agent-only fields) - Removed 5 agent-only validators — validation checks reduced from 25 to 20
Features
- New
--license <text>scaffold flag for agentskills.io spec compliance - New
--compatibility <text>scaffold flag for compatibility requirements - New
--metadata <key=value>repeatable scaffold flag for custom metadata - Interactive mode now prompts for license, compatibility, and metadata entries
Bug Fixes
- Fixed compatibility validation inconsistency with whitespace trimming
- Fixed metadata comma parsing — replaced comma-separated input with multi-entry loop
Improvements
- Field length corrections:
compatibilitymax increased to 500 chars,argument-hintmax increased to 200 chars - 100 new end-to-end tests, type guard unit tests for all 15 exported functions
v1.7.0 February 8, 2026
Features
- Interactive scaffold mode (
asm scaffold --interactive) for guided skill creation - Agent template type for scaffold command (
--template agent) --minimalflag for shorter, production-ready scaffold templates- Frontmatter schema v2 with 11 new field validators
- Nested skill directory discovery (
asm list --recursive) for monorepos - Claude Code 2.1.x frontmatter field validation
- Removed gitignore filtering from recursive discovery
- Docs and plugin system awareness updates
Improvements
- Depth limit warning for recursive list command
depthLimitReachedincluded in recursive JSON output- Reorganized skills documentation into separate directories
v1.6.0 January 11, 2026
Features
- Programmatic Node.js API — use ASM as a module with full TypeScript support
- Detailed option for API functions for richer CLI output
v1.5.1 January 5, 2026
Features
- Agent Skills specification compliance
v1.5.0 January 4, 2026
Features
- Uninstall skill command (
asm uninstall) - Update skill command (
asm update)
v1.4.0 January 1, 2026
Features
- Install skill command (
asm install) with automatic validation and rollback
v1.3.0 December 31, 2025
Features
- Package skill command (
asm package) for creating distributable .skill files
v1.2.0 December 30, 2025
Features
- Chore task skills for maintenance workflows
v1.1.1 December 29, 2025
Features
- Validate command (
asm validate) for checking skills against the specification
v0.0.1 December 27, 2025
Initial Pre-release
- Scaffold command (
asm scaffold) for creating new skills