Skip to main content
fimo init is the single onboarding entry point — it signs you in, creates or links a project, clones it locally, installs dependencies, and can wire up skills and rule files for your AI tool. There’s no separate fimo install or fimo create.
Common flags:
In a non-interactive shell, the create-new path requires [dir], --install / --no-install, and --skills / --no-skills (and --org if you belong to multiple orgs and have no active one). A bare fimo init in a non-TTY will hang.
Right after scaffolding, set a human-readable name and start the local dev loop:

Clone an existing project

fimo clone clones the project’s git repo and writes the local .fimo.settings.json and agent files — the same as init --project-id. After it succeeds, cd in and load the project context (AGENTS.md + the project skill) before generating code.

Authentication & organizations

fimo switch is the environment switcher (an alias of fimo checkout), not the org switcher. To change your active organization, use fimo orgs switch.

What’s next

Content & CMS

Model and seed your content.

Install skills

Set your AI tool up for Fimo.

Collaboration

Invite teammates and clients.