Openui Prompt banner
OthmanAdi OthmanAdi

Openui Prompt

Development community

Description

--- description: Generate or regenerate the system prompt from the component library --- Generate the system prompt that tells the LLM which components are available and how to use OpenUI Lang. --- ## Step 1 — Detect the approach Check the project to determine which prompt generation method to use: - **Non-JS backend** (Python, Go, Rust, or no backend yet): Use the CLI approach - **JS/TS backend that imports the library at runtime**: Use the runtime approach - If unclear, default to CLI — i

Installation

Installs to ~/.claude/skills/othmanadi-openui-forge-openui-prompt/SKILL.md

Terminal
mkdir -p ~/.claude/skills/othmanadi-openui-forge-openui-prompt && curl -fsSL https://raw.githubusercontent.com/OthmanAdi/openui-forge/HEAD/commands/openui-prompt.md -o ~/.claude/skills/othmanadi-openui-forge-openui-prompt/SKILL.md

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

Full documentation available on GitHub

View Source Repository