alphaparkinc

Genpark Voice Command Structured Action Dispatcher Skill — Design skill for Claude Code

Design community

Voice command transcription & structured autonomous action dispatcher (Wispr Flow style).

How to install Genpark Voice Command Structured Action Dispatcher Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open alphaparkinc/genpark-voice-command-structured-action-dispatcher-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Genpark Voice Command Structured Action Dispatcher Skill does

Voice command transcription & structured autonomous action dispatcher (Wispr Flow style).

Alternatives in Design

  • Algorithmic Art — Create generative art using p5.js with seeded randomness, flow fields, and particle systems 94.1k ★
  • Brainstorming — Transform rough ideas into fully-formed designs through structured questioning and alternative exploration 27.9k ★
  • Planning With Files — Claude Code skill implementing Manus-style persistent markdown planning — the workflow pattern behind the $2B 17.4k ★

README

genpark-voice-command-structured-action-dispatcher-skill

![Python 3.9+](https://img.shields.io/badge/python-3.9%2B-blue) ![License MIT](https://img.shields.io/badge/license-MIT-green) ![MCP Compatible](https://img.shields.io/badge/MCP-Compatible-purple) ![GenPark AI](https://img.shields.io/badge/GenPark-AI--Agent--Skill-orange)

**GenPark AI Agent Skill** -- Voice command transcription & structured autonomous action dispatcher (Wispr Flow style)

Quick Start

python example_usage.py

📊 Agentic Architecture Flowchart

graph LR
  User([User / AI Agent]) -->|JSON Request| Skill[GenPark AI Skill]
  Skill -->|Execution Logic| CoreEngine[Core Processing Engine]
  CoreEngine -->|Structured Output| User

🔌 MCP (Model Context Protocol) Integration

Run natively as an MCP server for Cursor, Claude Desktop & LLM frameworks:

python mcp_server.py