fcode-cli

Installation
SKILL.md

Factorial Code — CLI

The fcode CLI develops and tests processes locally and syncs them with Factorial Code Cloud. For the platform model see fcode-core-concepts.

Command flow

First time on a machine: install with pnpm install -g @factorialco/fcode-cli, then fcode clone <workspace-slug> to bring a cloud workspace down into a <workspace-slug>/ folder (it also installs these agent skills; skip that with --skipSkillsSetup). The "How to build locally" guide on an App's Development tab shows the exact clone command for its dev workspace — copy it from there, the slug is an encoded token, not the App's UUID. To bring down every App your development team owns in one layout, use fcode team:clone instead (below).

When making and testing changes in an already-cloned workspace:

Installs
221
First Seen
Jun 23, 2026
fcode-cli — factorialco/factorial-code-skills