connic

Installation
SKILL.md

Connic

Connic is a code-first platform for building, testing, and deploying AI agents. Agents are defined declaratively in YAML, extended with Python (tools, middleware, hooks, guardrails), and run on Connic's managed cloud. The CLI is connic (from the connic-composer-sdk package). Public docs live at https://connic.co/docs/v1.

When and how to use this skill

You are likely working inside a Connic project on disk. Confirm by looking for any of:

  • a .connic file at the repo root (contains api_key and project_id)
  • an agents/ directory containing *.yaml files with version: "1.0" at the top
  • connic-composer-sdk in requirements.txt

There is no connic.yaml / connic.yml manifest — the on-disk directory layout is the manifest. If none of the indicators above exist and the user asks about Connic generally, answer from the references; don't fabricate file paths.

The reference files in references/ are organized by topic. Load only the ones relevant to the current question — they are detailed and burning all of them upfront wastes context. The references are:

Installs
13
First Seen
May 11, 2026
connic — connic-org/connic-skill