Skip to content
Local environment Preproduction — not production data

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.

Use skills to install them once and keep them updated:

# Install all skills
npx skills add factorialco/factorial-code-skills
# Install a specific skill
npx skills add factorialco/factorial-code-skills --skill fcode-javascript
SkillWhat it covers
fcode-core-conceptsPlatform architecture: processes, modules, execution context, variables, datastore, storage, workspace layout. Start here.
fcode-javascriptWriting JavaScript (Node.js v22) processes and modules.
fcode-pythonWriting Python 3.13 processes and modules.
fcode-json-schemaAuthoring parametersSchema.json input parameter schemas.
fcode-agentThe iterative, confirmation-driven workflow for building on Factorial Code end to end.
fcode-examplesReference implementations — a complete marketplace integration, a multi-process custom app lifecycle, and utility processes — to adapt when building end to end.
fcode-cliUsing the fcode CLI for local development and cloud sync.
fcode-formsEmbedding a process’s input parameter form on a webpage.

For the full source and contribution guidelines, see the skills repository.