v1.4.0 - Session Memory, Marketplace & Testing
One CLI. 17 AI Agents. Zero Lock-in.
Write skills once, use everywhere. SkillKit v1.4.0 brings major new features for cross-agent skill management.
New Features
Session Memory System
Your AI agents learn, but that knowledge dies with the session. Now it persists:
skillkit memory compress # Compress observations into learnings
skillkit memory search "auth" # Search past learnings
skillkit memory export <id> # Export as shareable skillSkill Marketplace
Browse and install from curated skill repositories:
skillkit marketplace # Browse all skills
skillkit marketplace search "react" # Search for skills
skillkit marketplace --tags typescript # Filter by tagsTesting Framework
Test your skills with built-in assertions:
skillkit test # Run all skill tests
skillkit test --tags unit # Run tagged tests
skillkit test --json # JSON output for CIWorkflow Orchestration
Compose skills into multi-step workflows:
skillkit workflow list # List workflows
skillkit workflow run <name> # Execute workflowCI/CD Integration
Generate CI/CD templates for automated skill management:
skillkit cicd github-action # GitHub Actions
skillkit cicd gitlab-ci # GitLab CI
skillkit cicd pre-commit # Pre-commit hooksBug Fixes
- ReDoS protection for regex patterns in skill execution
- Fixed keyword double-counting in memory index
- Fixed tag filter for untagged tests
- Improved error-solution matching in compressor
- Added input validation and YAML escaping for CLI commands
- Fixed learning source preservation during memory compression
Documentation
- Completely rewritten README with compelling value proposition
- Updated all package READMEs with comprehensive documentation
- Added feature comparison table and organized command reference
Packages
- skillkit@1.4.0
- @skillkit/core@1.4.0
- @skillkit/cli@1.4.0
- @skillkit/tui@1.4.0
- @skillkit/agents@1.4.0
Supported Agents (17)
Claude Code, Cursor, Codex, Gemini CLI, OpenCode, Antigravity, Amp, Clawdbot, Droid, GitHub Copilot, Goose, Kilo, Kiro, Roo, Trae, Windsurf, Universal
Full Changelog: v1.3.1...v1.4.0