Skip to content

v1.4.0 - Session Memory, Marketplace & Testing

Choose a tag to compare

@rohitg00 rohitg00 released this 23 Jan 18:24
· 283 commits to main since this release

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 skill

Skill 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 tags

Testing 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 CI

Workflow Orchestration

Compose skills into multi-step workflows:

skillkit workflow list        # List workflows
skillkit workflow run <name>  # Execute workflow

CI/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 hooks

Bug 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