informe-cli

Installation
SKILL.md

Installing the Informe CLI (after the workshop, 10 minutes)

Informe is the same internal agent you use in Slack. inf is the terminal door to it, and inside Claude Code "ask Informe" makes this skill call it for you.

Three prerequisites

  1. GitHub org invite. The CLI lives in a private repo, so you must be a member of mindlogic-ai. Post your GitHub id in #바이브코딩-workshop and Jaeho invites you. Accept the invite email.
  2. uv (a Python tool installer)
    • Mac: curl -LsSf https://astral.sh/uv/install.sh | sh
    • Windows PowerShell: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
  3. cloudflared (company login)

Open a new terminal, then:

Installs
2
First Seen
Sep 7, 2026
informe-cli — mindlogic-ai/vibe-kit