Skip to content

Releases: trabian/fluxwing-skills

v0.0.2 - Claude Desktop App Skills

Choose a tag to compare

@tranqy tranqy released this 02 Nov 14:49

Claude Desktop App Skills

Six specialized Fluxwing skills for Claude Desktop App:

Installation

  1. Download the ZIP files below
  2. Open Claude Desktop (macOS/Windows app)
  3. Go to Settings > Capabilities
  4. Click "Upload skill" and select a ZIP file
  5. 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-skills

v0.0.1 - Claude Code Plugin + Desktop App Support

Choose a tag to compare

@tranqy tranqy released this 26 Oct 23:31

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.sh creates 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)

  1. Download ZIP files from this release
  2. Open Claude Desktop > Settings > Capabilities
  3. Click "Upload skill"
  4. 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