ZSeven-W

Agent Skill Visualizer — Design skill for Claude Code

Design community

Visual drag-drop workflow builder for Agent skills.

How to install Agent Skill Visualizer

This entry records only its repository, not the path inside it, so there is no exact command to give. Open ZSeven-W/agent-skill-visualizer and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Agent Skill Visualizer does

Visual drag-drop workflow builder for Agent skills.

Alternatives in Design

  • Brand Guidelines — Apply Anthropic's official brand colors and typography to artifacts 94.1k ★
  • Weather Orchestrator Command — Fetch the current temperature for Dubai, UAE and create a visual SVG weather card 20.2k ★
  • Pair — Fuse two extracted designs into a single hybrid identity 3.6k ★

README

Agent Skill Visualizer

Visual drag-drop workflow builder for Agent skills. Export to SKILL.md format for OpenClaw/Claude Code.

![Screenshot](./screenshot.png)

Features

  • 🎨 Drag & Drop Interface - Visual workflow builder
  • 🔧 Node Types
    • ⚡ Trigger - Skill activation conditions
    • ⚙️ Action - Execute commands/tools
    • ❓ Condition - Branching logic
    • 🔄 Loop - Iteration
  • 📤 Export - Generate SKILL.md for OpenClaw/Claude Code

Quick Start

# Install dependencies
npm install

# Start development server
npm run dev

Usage

  1. Drag nodes from the left panel to the canvas
  2. Connect nodes by dragging from output to input handles
  3. Configure nodes by clicking on them
  4. Export to SKILL.md format

Tech Stack

  • React + TypeScript
  • Vite
  • @xyflow/react

License

MIT