From dev-essentials
Build and run Glif AI workflows - API integration, workflow design, app embedding
npx claudepluginhub willsigmon/sigstack --plugin dev-essentialsThis skill is limited to using the following tools:
Complete Glif workflow expertise.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Complete Glif workflow expertise.
Base URL: https://simple-api.glif.app
Auth: Bearer token from https://glif.app/settings/api-tokens
curl -X POST https://simple-api.glif.app \
-H "Authorization: Bearer $GLIF_TOKEN" \
-H "Content-Type: application/json" \
-d '{"id": "glif-id", "inputs": {"prompt": "..."}}'
Glifs are JSON graphs with blocks connected via variable references.
Block types: Text input, image input, GPT-4, Claude, DALL-E, Stable Diffusion, code execution
@glifxyz/sdk packageUse when: Creating glifs, running AI workflows, integrating Glif into apps