multica-cli

Installation
SKILL.md

Multica CLI

Use this skill to operate Multica from the local multica CLI. Multica connects this machine to a Multica workspace and authenticates with a local PAT. It runs a daemon that executes AI agent tasks locally through installed CLIs such as codex, claude, opencode, hermes, gemini, and others.

Core Workflow

  1. Check the installed CLI before assuming syntax:
    • multica version
    • multica --help
    • multica <command> --help
  2. If the command is missing, read references/cli.md and follow the install flow for the current OS. On Windows, use PowerShell.
  3. Verify authentication and target workspace before state-changing commands:
    • multica auth status
    • multica workspace list
    • multica workspace get
  4. Prefer --output json for parsing, scripting, and summaries. Use table output when the user just wants a readable view.
  5. Prefer names/slugs for interactive work, but use canonical IDs from --output json or --full-id for automation when names might collide.
  6. For installed-version differences, trust local --help over cached docs or examples.
  7. Treat PowerShell examples as Windows-oriented; translate quoting and line continuation for Bash or other shells when needed.
Installs
1
Repository
giarld/skills
GitHub Stars
5
First Seen
6 days ago
multica-cli — giarld/skills