Install
$ agentstack add skill-iblai-vibe-iblai-cli-maintenance ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
/iblai-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,iblai startapp,iblai config, and the template
system → [/iblai-scaffold](../iblai-scaffold/SKILL.md)
iblai builds …(Tauri desktop/mobile) → [/iblai-ops-build](../iblai-ops-build/SKILL.md)iblai deploy …→ [/iblai-ops-deploy](../iblai-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-cli-add-command.md](references/iblai-cli-add-command.md) | How iblai add detects an existing project and generates feature files (commands/add.py) | | [references/iblai-cli-startapp.md](references/iblai-cli-startapp.md) | How iblai startapp scaffolds a new app from the base/agent templates (commands/startapp.py) | | [references/iblai-cli-templates.md](references/iblai-cli-templates.md) | The Jinja2 template system — directory layout, variables, rendering | | [references/iblai-cli-builds.md](references/iblai-cli-builds.md) | How the iblai builds group wraps @tauri-apps/cli with prerequisite checks + passthrough (commands/builds.py) | | [references/iblai-cli-build-binary.md](references/iblai-cli-build-binary.md) | Building iblai as a single-file executable with PyInstaller | | [references/iblai-cli-publish.md](references/iblai-cli-publish.md) | Release + publish flows (GitHub, npm, PyPI) |
Relationship to the templates
The Jinja2 templates the CLI renders now live as skill assets beside the feature they scaffold (e.g. [iblai-auth/assets/](../iblai-auth/assets/), [iblai-scaffold/assets/base/](../iblai-scaffold/assets/base/), [iblai-ops-build/assets/icons/](../iblai-ops-build/assets/icons/)). references/iblai-cli-templates.md explains the variable contract those .j2 files expect.
Related skills
- [
/iblai-scaffold](../iblai-scaffold/SKILL.md) — user-facingiblai add/iblai startapp/iblai config+ the scaffold templates. - [
/iblai-ops-build](../iblai-ops-build/SKILL.md) — user-facingiblai builds. - [
/iblai-ops-deploy](../iblai-ops-deploy/SKILL.md) — user-facingiblai deploy.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: iblai
- Source: iblai/vibe
- License: MIT
- Homepage: https://ibl.ai/join
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.