Generate V0 Prompt banner
lucasxf lucasxf

Generate V0 Prompt

Testing community

Description

--- description: Convert a spec file into a self-contained v0.dev prompt argument-hint: <screen-name> --- # Generate v0 Prompt from Spec Convert a learnimo screen into a self-contained, copy-pasteable v0.dev prompt. One invocation = one screen. ## Usage ``` /generate-v0-prompt <screen-name> ``` Example: ``` /generate-v0-prompt "Login" /generate-v0-prompt "Create Learning" ``` The screen name must match (case-insensitive) a row in `.claude/v0-prompts/INDEX.md`. To see all screens and their

Installation

Installs to ~/.claude/commands/lucasxf-engineering-daybook-generate-v0-prompt.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/lucasxf/engineering-daybook/HEAD/.claude/commands/generate-v0-prompt.md -o ~/.claude/commands/lucasxf-engineering-daybook-generate-v0-prompt.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository