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

ai-actions-requests

04

freshworks-developers/fw-dev-tools

Cursor rule

Cursor rule "ai-actions-requests" from freshworks-developers/fw-dev-tools, covering ai actions request templates, config/requests.json, substitution, rules and config/iparams.json.

5 7d ago A 0 tokens original MIT

ai-actions-schemas

05

freshworks-developers/fw-dev-tools

Cursor rule

Cursor rule "ai-actions-schemas" from freshworks-developers/fw-dev-tools, covering ai actions schemas (actions.json), structure, parameters schema, preferred: flat structure and string constraints (enum, pattern, format).

5 7d ago A 0 tokens original MIT

ai-actions-server

06

freshworks-developers/fw-dev-tools

Cursor rule

Cursor rule "ai-actions-server" from freshworks-developers/fw-dev-tools, covering ai actions server.js patterns, platform 3.0 pattern, error messages surfaced to users, renderdata signature and rules.

5 7d ago A 0 tokens original MIT

freshworks-developers/fw-dev-tools

Cursor rule

Each action defined in actions.json must have a corresponding server/testdata/ .json test fixture. A missing server/testdata/ directory or any missing fixture is a blocking issue.

5 7d ago A 0 tokens original MIT

freshworks-developers/fw-dev-tools

Cursor rule

MANDATORY blocking gates - app building and validation MUST NOT complete without passing ALL gates. Zero tolerance for missing files, incomplete structure, or platform errors.

5 7d ago A 1,972 tokens original MIT

app-templates

10

freshworks-developers/fw-dev-tools

Cursor rule

Platform 3.0 app template selection guide. Use when creating or fixing apps to determine which skeleton template to use based on requirements (frontend-only, serverless, hybrid, or OAuth).

5 7d ago A 0 tokens original MIT

async-patterns

11

freshworks-developers/fw-dev-tools

Cursor rule

Fix async/await patterns for FDK validation. Use when fdk validate shows "Async function has no 'await' expression", async scoping issues, or unhandled promise rejections. Covers IIFE pattern, error handling, and race conditions.

5 7d ago A 0 tokens original MIT

freshworks-developers/fw-dev-tools

Cursor rule

Reduce function complexity to ≤ 7 for FDK validation. Use when fdk validate shows "Function has complexity X. Maximum allowed is 7." Apply lookup objects, guard clauses, functional patterns, and Sets for multiple comparisons.

5 7d ago A 0 tokens original MIT

confusion

13

freshworks-developers/fw-dev-tools

Cursor rule

Disambiguation guide for ambiguous app development prompts. Covers top 5 common ambiguities - OAuth vs API token, automatic vs manual trigger, frontend vs serverless, event selection, and error handling strategy. Load only when prompt is unclear.

5 7d ago A 0 tokens original MIT

freshworks-developers/fw-dev-tools

Cursor rule

Platform 3.0 enforcement - ZERO TOLERANCE for Platform 2.x patterns. Immediately reject whitelisted-domains, product structure, plain HTML, and legacy APIs. Reference SKILL.md for detailed patterns.

5 7d ago A 1,990 tokens original MIT

react-meta-patterns

17

freshworks-developers/fw-dev-tools

Cursor rule

React Meta framework defaults for Platform 3.0 UI apps — metaConfig, DEW components, React Router, optional Tailwind/vite, custom HTML placement. Use when creating or migrating Meta apps.

5 7d ago A 0 tokens original MIT

security

18

freshworks-developers/fw-dev-tools

Cursor rule

Security enforcement rules for Freshworks Platform 3.0 app development. Apply these rules to EVERY app to prevent vulnerabilities.

5 7d ago A 1,479 tokens original MIT

validation-workflow

20

freshworks-developers/fw-dev-tools

Cursor rule

Automatic validation and autofix workflow for Platform 3.0 apps. Runs fdk validate after file creation, fixes platform and lint errors iteratively (up to 6 iterations), and ensures zero errors before completion.

5 7d ago A 2,338 tokens original MIT