freshworks-developers/fw-dev-tools

This is a repo for building freshworks apps through AI agents

5Stars on the repository
54Mods indexed here, across every type
7d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

fdk-fix

01

freshworks-developers/fw-dev-tools

Command

Fix all platform validation errors and lint errors in a Freshworks app. Runs fdk validate, identifies fatal errors and lint issues, applies fixes iteratively, and re-validates until all errors are resolved.

5 7d ago A 46 tokens original MIT

fdk-migrate

02

freshworks-developers/fw-dev-tools

Command

Migrate a legacy Freshworks app from platform-version 2.3 (2.x), FDK 9.x, and Node 18 to Platform 3.0 with FDK 10.0.1 and Node 24.11.0. Transforms manifest, request templates, Crayons UI, and validates on the new toolchain. Does not install fdk/Node—use fw-setup (or prompt user to add it) per SKILL.md.

5 7d ago A 102 tokens original MIT

fdk-react-create

03

freshworks-developers/fw-dev-tools

Command

Create a new Platform 3.0 React Meta app (default UI stack). Uses fdk create react-starter-template or react-meta skeletons with DEW components, metaConfig in manifest.json, and React Router.

5 7d ago A 49 tokens original MIT

fdk-react-migrate

04

freshworks-developers/fw-dev-tools

Command

Migrate an existing Platform 3.0 vanilla JS app to React Meta framework. Preserves server/config; adds metaConfig, DEW, React structure, and React Router.

5 7d ago C 42 tokens original MIT

fdk-refactor

05

freshworks-developers/fw-dev-tools

Command

Reduce function complexity in a Freshworks app to meet cyclomatic complexity ≤ 7 per function. Extracts helper functions, simplifies conditionals, and preserves behavior while improving code quality.

5 7d ago A 41 tokens original MIT

fw-setup-install

07

freshworks-developers/fw-dev-tools

Command

Install FDK (10.x or 9.x) with Node.js via nvm; supports bare version (X.Y.Z) or --version flag; use --both to install both FDK 10.x + FDK 9.x stacks.

5 7d ago C 54 tokens original MIT

fw-setup-use

12

freshworks-developers/fw-dev-tools

Command

Workspace FDK stack switch — nvm use from .nvmrc or explicit 10/9 (Node 24.11 vs 18); optional --write-nvmrc and --global flags.

5 7d ago A 45 tokens original MIT