All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- slack-messaging skill: removed. It used the browser-token
slackcliapproach, now superseded by the dedicatedslacklineplugin and itsusing-slackskill (a real bot identity instead of browser tokens). The standalone skill competed for the same triggers and pointed at the deprecated path.
- windows-vm skill: Create, manage, and connect to a headless Windows 11 VM running in Docker with KVM acceleration and SSH access. Supports full lifecycle management (create, start, stop, restart, ssh, status) with automated OpenSSH, Node.js, and Claude Code setup.
- slack-messaging skill: Send and read Slack messages from the command line using slackcli. Supports multiple workspaces with browser token authentication. Includes helper script for token extraction.
- finding-duplicate-functions skill: Detect semantic code duplication in LLM-generated codebases using a two-phase approach (classical extraction + LLM-powered intent clustering). Includes shell scripts for function extraction, category splitting, and report generation.
- Initial release with experimental skills
- using-tmux-for-interactive-commands skill: Control interactive CLI tools through tmux sessions
- mcp-cli skill: On-demand MCP server usage via the mcp CLI tool