iblai-vibe-component
Installation
SKILL.md
/iblai-vibe-component
Overview of all ibl.ai components and how to create a new app.
Before adding a component or creating a new app, check
for a iblai.env in the project root. Look for PLATFORM,
DOMAIN, and TOKEN variables. If the file does not exist or is missing
these variables, tell the user:
"You need an iblai.env with your platform configuration. Copy the
bundled template and fill in your values:
cp iblai.env.example iblai.env (vibe-starter ships the example) — or,
when the project has no iblai.env.example:
curl -o iblai.env https://raw.githubusercontent.com/iblai/vibe/refs/heads/main/iblai.env"
iblai.env is NOT a .env.local replacement — it only holds the 3
shorthand variables. Next.js still reads runtime env vars from .env.local.