Skills
The Factorial Code Skills are what make your AI agent fluent in Factorial today. They teach your coding assistant how to work with the platform — writing processes and modules, using the CLI, authoring input parameter schemas, and embedding forms — so it builds correct code from your first prompt.
They are published as Agent Skills in the
factorialco/factorial-code-skills
repository and install into any skills-compatible assistant (Claude Code, Codex,
Cursor, and more).
You meet them as part of onboarding: fcode clone sets them
up by default, so your agent knows the platform from your first prompt — no manual setup.
Install
Section titled “Install”Use skills to install them once and
keep them updated:
# Install all skillsnpx skills add factorialco/factorial-code-skills
# Install a specific skillnpx skills add factorialco/factorial-code-skills --skill fcode-javascriptAvailable skills
Section titled “Available skills”| Skill | What it covers |
|---|---|
fcode-core-concepts | Platform architecture: processes, modules, execution context, variables, datastore, storage, workspace layout. Start here. |
fcode-javascript | Writing JavaScript (Node.js v22) processes and modules. |
fcode-python | Writing Python 3.13 processes and modules. |
fcode-json-schema | Authoring parametersSchema.json input parameter schemas. |
fcode-agent | The iterative, confirmation-driven workflow for building on Factorial Code end to end. |
fcode-examples | Reference implementations — a complete marketplace integration, a multi-process custom app lifecycle, and utility processes — to adapt when building end to end. |
fcode-cli | Using the fcode CLI for local development and cloud sync. |
fcode-forms | Embedding a process’s input parameter form on a webpage. |
For the full source and contribution guidelines, see the skills repository.