Personal collection of agent skills. Install one or all into your project's agent setup with a single command.
npx skills@latest add ginaphi/skillsThe CLI (vercel-labs/skills) prompts you to pick which skills to install and which coding agent to wire them into. Project-scoped by default (.claude/skills/), or global with -g.
| Skill | What it does |
|---|---|
genui |
Workflow skill. Triggers on "sketch a [thing]", "mock up [X]", "let me see a few options". Generates throwaway .openui files in docs/prototype/ for the developer to render live in the Genui VS Code extension. Bundles the OpenUI Lang authoring reference (positional-arg rules, ~50 verified component signatures, parse + schema validator) as an internal dependency. |
A compact line-oriented DSL for generative UI. Your AI agent writes a .openui file; the official renderer turns it into a React-rendered preview. See openuidev on GitHub for the language docs, the renderer, and the component library.
MIT — see LICENSE.