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.
Create or link a project
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.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
What’s next
Content & CMS
Model and seed your content.
Install skills
Set your AI tool up for Fimo.
Collaboration
Invite teammates and clients.