Releases: trabian/fluxwing-skills
Releases · trabian/fluxwing-skills
Release list
v0.0.2 - Claude Desktop App Skills
Claude Desktop App Skills
Six specialized Fluxwing skills for Claude Desktop App:
Installation
- Download the ZIP files below
- Open Claude Desktop (macOS/Windows app)
- Go to Settings > Capabilities
- Click "Upload skill" and select a ZIP file
- Repeat for each skill you want to install
Included Skills
- fluxwing-component-creator.zip (70KB) - Create UI components through natural language
- fluxwing-library-browser.zip (7.6KB) - Browse available templates and components
- fluxwing-component-expander.zip (9.3KB) - Add interaction states to components
- fluxwing-screen-scaffolder.zip (18KB) - Build complete screens from components
- fluxwing-component-viewer.zip (6.6KB) - View component details and metadata
- fluxwing-screenshot-importer.zip (24KB) - Convert screenshots to uxscii components
Requirements
- Claude Desktop App (macOS/Windows)
- Pro, Max, Team, or Enterprise plan
- Code execution enabled
What's New in v0.0.2
- Desktop App compatible ZIP packages
- Enhanced skill documentation
- Improved component templates
Prefer CLI? Use Claude Code plugin instead:
/plugin marketplace add trabian/fluxwing-skills
/plugin install fluxwing-skillsv0.0.1 - Claude Code Plugin + Desktop App Support
Fluxwing Skills v0.0.1 - Initial Beta Release
Initial beta release with support for both Claude Code plugin system and Claude Desktop app.
🎉 Features
Claude Code Plugin Support
- Install with one command:
/plugin marketplace add trabian/fluxwing-skills - Automatic updates via plugin system
- No manual file copying required
Claude Desktop App Support
- 6 pre-built ZIP files for easy upload
- Install via Settings > Capabilities > Upload skill
- Works on macOS and Windows
Automated Build Script
scripts/build-desktop-zips.shcreates properly formatted ZIPs- Developers can rebuild as needed
📦 Installation
Claude Code (CLI)
```bash
/plugin marketplace add trabian/fluxwing-skills
/plugin install fluxwing-skills
```
Claude Desktop App (GUI)
- Download ZIP files from this release
- Open Claude Desktop > Settings > Capabilities
- Click "Upload skill"
- Select downloaded ZIP files
Development
```bash
git clone https://github.com/trabian/fluxwing-skills.git
cd fluxwing-skills
./scripts/install.sh
```
📄 Available Skills
All 6 Fluxwing skills included:
- fluxwing-component-creator - Create UI components with ASCII art
- fluxwing-library-browser - Browse component templates
- fluxwing-component-expander - Add interaction states
- fluxwing-screen-scaffolder - Build complete screens
- fluxwing-component-viewer - View component details
- fluxwing-screenshot-importer - Import from screenshots
📚 Documentation
- Complete INSTALL guide covering all platforms
- Web documentation at GitHub Pages
⚠️ Requirements
- Claude Code: Latest version with plugin support
- Claude Desktop: Pro, Max, Team, or Enterprise plan with code execution enabled
For questions or issues, please visit: https://github.com/trabian/fluxwing-skills/issues