Skip to content

Releases: alexjcm/skillctrl

v1.4.0

13 May 12:43

Choose a tag to compare

✨ Added

  • Enables programmatic access to skillctrl via a Headless CLI without breaking the existing interactive menu.
  • Added direct commands (list, deploy, import, update) powered by commander.
  • Via the --json global flag, guaranteeing that stdout is exclusively parseable JSON, while telemetry and errors are routed to stderr.
  • Added robust process exit code handling and graceful signal termination handling.

v1.3.0

11 Apr 16:56

Choose a tag to compare

✨ Added

  • Introduced a TUI flow to delete imported skills, including multi-select, delete-all mode, preview, and
    destructive confirmation.
  • Introduced a TUI flow to delete globally installed skills, including IDE selection, known-skill selection,
    delete-all mode, collision-aware preview, and destructive confirmation.

🔧 Changed

  • Migrated all filesystem operations from fs-extra to native node:fs/promises.
  • Improved deletion-flow UX: Back now returns to the immediate previous step instead of exiting the flow.

🧹 Removed

  • Removed fs-extra and @types/fs-extra dependencies.

v1.2.0

08 Apr 13:16

Choose a tag to compare

🔄 Key Changes

  • IDE Support: Updated Antigravity deployment path to .agents/skills.
  • Optimizations: Improved build scripts and updated README instructions.

v1.0.0

03 Apr 20:54

Choose a tag to compare

v1.0.0 - Initial Release

skillctrl is a CLI designed to manage, deploy, and synchronize AI Agent Skills across modern AI-powered IDEs via a blazing-fast, interactive terminal wizard.

🌟 Highlights

  • 🤖 Multi-IDE Deployment: Seamlessly deploy skills to Windsurf, Cursor, Antigravity, Claude Code, IntelliJ (Codeium), and Codex.
  • 🖥️ Interactive TUI: Forget complex commands; manage your skill repository entirely through an intuitive terminal UI.
  • 📥 GitHub Sync: Instantly import and keep community skills updated using GitHub URLs or owner/repo shorthands.
  • ⚙️ Local Vault: Safely resolves paths and manages your custom ~/.skills/ environment automatically.
  • ⚡ Blazing Fast: Built with ESM, supporting Node.js >= 20, featuring near-instant startup times.