Openui Scaffold banner
OthmanAdi OthmanAdi

Openui Scaffold

Development community

Description

--- description: Scaffold a new OpenUI project or add OpenUI to an existing project --- Trigger the OpenUI scaffolding workflow. Follow the decision tree from SKILL.md exactly. **Step 1 — Detect project state:** 1. Check if a package.json exists in the current directory 2. If yes, detect the framework by checking for next.config.*, vite.config.*, or neither 3. If no package.json exists, check if this is a non-JS project (look for requirements.txt, go.mod, Cargo.toml) **Step 2 — Follow the sc

Installation

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

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

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

Full documentation available on GitHub

View Source Repository