Workflow Builder Starter
Description
A visual workflow builder for learning durable workflow patterns on Vercel.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Visual Workflow Builder Starter
A visual workflow builder for learning durable workflow patterns on Vercel.
Quick Start
Option 1: Deploy to Vercel (Recommended)
Click the deploy button in the course. Database is provisioned automatically.
Option 2: Local Development
After deploying, set up local dev:
**1. Install Vercel CLI** (if not installed)
npm i -g vercel
**2. Clone your deployed repo**
git clone
cd workflow-builder-starter
pnpm install
**3. Link to your Vercel project**
vercel link
Select your project when prompted.
**4. Pull environment variables**
vercel env pull .env
This pulls DATABASE_URL and other env vars from your Vercel project.
**5. Push database schema**
pnpm db:push
**6. Run dev server**
pnpm dev
Open [http://localhost:3000](http://localhost:3000).
What You'll See
- Visual workflow canvas — Drag-and-drop nodes connected by edges
- Sample workflows — "Hello Workflow" and "Data Pipeline" load automatically on first visit
- Execution logs — Watch each step run with timing and output
Run the Workflow
- Open the app
- See the seeded workflow on the canvas
- Click Run to execute
- Watch the logs show step-by-step execution
Development Scripts
pnpm dev # Start development server
pnpm build # Build for production (runs db:push first)
pnpm db:push # Push schema to database
pnpm db:studio # Open Drizzle Studio
Learn More
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://