AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Iblai Cli Maintenance

skill-iblai-vibe-iblai-cli-maintenance · by iblai

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 rep…

No reviews yet
0 installs
29 views
0.0% view→install

Install

$ agentstack add skill-iblai-vibe-iblai-cli-maintenance

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-iblai-vibe-iblai-cli-maintenance)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Iblai Cli Maintenance? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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-facing iblai add / iblai startapp / iblai config + the scaffold templates.
  • [/iblai-ops-build](../iblai-ops-build/SKILL.md) — user-facing iblai builds.
  • [/iblai-ops-deploy](../iblai-ops-deploy/SKILL.md) — user-facing iblai 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.

Versions

  • v0.1.0 Imported from the upstream source.