Skip to content

Quick Start

1. Initialize

Pass all options to pre-populate the config in one step:

chico-ai init \
  --source github \
  --repo Chico-inc/agents-patterns \
  --path patterns \
  --source-prefix patterns/ \
  --target kiro \
  --branch master

This creates ~/.chico/config.yaml ready to use. No manual editing needed.

2. Plan

chico-ai plan

Preview what files will be synced without writing anything to disk.

You can also scope to a single source:

chico-ai plan agents-patterns

3. Apply

chico-ai apply

Download and apply the changes.

4. Sync (plan + apply in one step)

chico-ai sync

All three commands accept an optional source name to operate on a single source.

5. Schedule automatic syncs

chico-ai schedule install --every 30
chico-ai schedule install --every 15 --source agents-patterns