Releases: electroheadfx/efx-ai-skills
Releases · electroheadfx/efx-ai-skills
Release list
v0.1.4 - fixs
- Skill removal: os.RemoveAll handles real directories (not just symlinks)
- Provider-only skills visible: Manage view now shows skills that exist only in the provider dir (like Qoder's docx, pdf, pptx,
etc.) - Config persistence: Config view loads saved state from config.json instead of hardcoded defaults
- Provider toggle respected: Status view reads enabled_providers from config instead of only checking directory existence
efx-skills v0.1.3 — Faster Markdown Preview
What's New
⚡ Faster Markdown Preview
- Fixs: install skill, preview skill in search with vercels skills
- New Markdown Skills Preview in Provider setup
- Auto Collapse Skills folder
- New TUI theme
- Faster Markdown Preview: Replaced with glamour.WithStandardStyle("dracula") for instant rendering
- Added bins
Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Intel (x86_64) | efx-skills-darwin-amd64.zip |
| macOS | Apple Silicon (M1/M2/M3) | efx-skills-darwin-arm64.zip |
| Linux | x86_64 | efx-skills-linux-amd64.zip |
| Linux | ARM64 | efx-skills-linux-arm64.zip |
| Windows | x86_64 | efx-skills-windows-amd64.zip |
| Windows | ARM64 | efx-skills-windows-arm64.zip |
Install
# Download, unzip and move to PATH
unzip efx-skills-<platform>-<arch>.zip
sudo mv efx-skills /usr/local/bin/Full Changelog: v0.1.2...v0.1.3
v0.1.0
Efx-ai-skills v0.1.0 - Initial Release 🎉
A beautiful TUI for managing AI agent skills across multiple providers
✨ What's New
This is the first public release of efx-ai-skills, a unified terminal user interface for discovering, previewing, installing, and managing AI agent skills.
🚀 Key Features
- Unified Search - Search skills from multiple registries (skills.sh, playbooks.com)
- Beautiful Markdown Preview - View skill documentation with syntax highlighting
- Centralized Storage - One skill library shared across all providers
- Multi-Provider Support - Claude, Cursor, Qoder, Windsurf, Copilot, Cline, Roo Code, OpenCode, Continue.dev
- Intuitive Navigation - Vim-style keybindings and keyboard-first design
- Fast & Lightweight - Single Go binary with no external dependencies
🎯 What's Included
- Status dashboard showing all configured providers
- Interactive skill search and filtering
- Real-time markdown preview with scrolling support
- Provider management interface
- Configuration management
📋 Requirements
- Go 1.22+ (for building from source)
- Terminal with Unicode support
- macOS or Linux
Built with: Bubble Tea, Glamour, Lipgloss, Cobra
Author: Laurent Marques (efx)
License: MIT