iblai-vibe-cli-maintenance

Solid

Internals of the `iblai` CLI (iblai-app-cli) — how its commands, Jinja2 template system, standalone-binary build, and release/publish flows are structured. Use when maintaining, debugging, rebuilding, or reproducing the iblai CLI itself, or when you need to know how `iblai add` / `iblai startapp` / `iblai builds` work under the hood — it preserves the CLI's construction so the behavior can be reproduced or ported.

AI & Automation 15 stars 5 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
40
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /iblai-vibe-cli-maintenance Maintainer-facing reference for the `iblai` command-line tool (`iblai-app-cli`). It captures **how the CLI is built**, not how to use it day-to-day — the user-facing behavior of each command lives with the skill that owns the feature: - `iblai add <feature>`, `iblai startapp`, `iblai config`, and the template system → [`/iblai-vibe-scaffold`](../iblai-vibe-scaffold/SKILL.md) - `iblai builds …` (Tauri desktop/mobile) → [`/iblai-vibe-ops-build`](../iblai-vibe-ops-build/SKILL.md) - `iblai deploy …` → [`/iblai-vibe-ops-deploy`](../iblai-vibe-ops-deploy/SKILL.md) > This skill is the authoritative record of how the `iblai` CLI is built — > so it can be rebuilt, forked, or its logic ported. The references below > are the source of truth. ## What's here | Reference | Covers | |---|---| | [`references/iblai-vibe-cli-add-command.md`](references/iblai-vibe-cli-add-command.md) | How `iblai add` detects an existing project and generates feature files (`commands/add.py`) | | [`references/iblai-vibe-cli-startapp.md`](references/iblai-vibe-cli-startapp.md) | How `iblai startapp` scaffolds a new app from the `base`/`agent` templates (`commands/startapp.py`) | | [`references/iblai-vibe-cli-templates.md`](references/iblai-vibe-cli-templates.md) | The Jinja2 template system — directory layout, variables, rendering | | [`references/iblai-vibe-cli-builds.md`](references/iblai-vibe-cli-builds.md) | How the `iblai builds` group wraps `@tauri-apps/cli` with prereq...

Details

Author
iblai
Repository
iblai/vibe
Created
5 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

DevOps & Infrastructure Listed

iblai-api-infrastructure

Deploy and self-host the ibl.ai platform infrastructure — AWS single/multi-server architecture, the golden-AMI staging launch pipeline, the iblai-infra-cli (Terraform + Ansible) provisioner, edX LMS SSO identity providers (Google/Microsoft/Apple/OpenID Connect), and standing up OpenClaw/NemoClaw agent-sandbox gateway servers. This is the ops/self-hosting reference (how the platform is deployed on infrastructure you control), not api.iblai.app REST calls. For the API side of claw instances, see /iblai-api-agent-sandbox.

15 Updated 2 days ago
iblai
AI & Automation Solid

iblai-vibe-component

Add an iblai component or feature to your app

15 Updated today
iblai
Web & Frontend Solid

iblai-vibe-design

Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells, components, forms, settings, onboarding, and empty states. Handles UX review, visual hierarchy, information architecture, cognitive load, accessibility, performance, responsive behavior, theming, anti-patterns, typography, fonts, spacing, layout, alignment, color, motion, micro-interactions, UX copy, error states, edge cases, i18n, and reusable design systems or tokens. Also use for bland designs that need to become bolder or more delightful, loud designs that should become quieter, live browser iteration on UI elements, or ambitious visual effects that should feel technically extraordinary. Falls back to the ibl.ai BRAND.md design system when the project has none. Not for backend-only or non-UI tasks.

15 Updated today
iblai