Official Agent Skills for building on the Factorial Code platform. These skills are the canonical home of the Factorial Code AI rules — install them into any skills-compatible coding agent (Claude Code, Codex, Cursor, …) so it knows how to write processes and modules, use the CLI, author input-parameter schemas, and embed forms.
Using skills:
# Install all skills
npx skills add factorialco/factorial-code-skills
# Install a specific skill
npx skills add factorialco/factorial-code-skills --skill fcode-javascript| Skill | What it covers |
|---|---|
fcode-ama |
The platform user journey and support: access requests, teams, app creation, OAuth setup, demo companies, the Dev Marketplace, releases, publication, escalation paths. |
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-cli |
Using the fcode CLI for local development and cloud sync. |
fcode-forms |
Embedding a process's input-parameter form on a webpage. |
fcode-i18n |
Workspace locales and translations: locale files, the fcode.i18n helper, translated form schemas, and the i18n:* CLI commands. |
fcode-examples |
Reference implementations: a marketplace payroll integration, a custom app with install/uninstall lifecycle, and utility processes. |
Each skill is a directory under skills/ containing a SKILL.md
(Agent Skills spec) plus any bundled
references/ and assets/. Validate with
skills-ref:
npx skills-ref validate skills/fcode-javascriptCI validates every skill on each pull request. Content-ownership rules for contributors are in CONTRIBUTING.md.