freshworks-developers/fw-dev-tools
Plugin Claude Code
Freshworks Platform 3.0 developer skills: FDK and Node lifecycle, app development, AI Actions integrations, automated app review, and marketplace publishing.
freshworks-developers/fw-dev-tools
Plugin Claude Code
Freshworks Platform 3.0 developer skills: FDK and Node lifecycle, app development, AI Actions integrations, automated app review, and marketplace publishing.
freshworks-developers/fw-dev-tools
Plugin Claude Code
Freshworks Platform 3.0 developer toolkit: FDK setup, app development, AI Actions, app review, and marketplace publish via MCP. API key from https://developers.freshworks.com/developer/ - API key for Freddy AI Copilot for VS Code plugin & Agentic Developer Toolkit. or Connect to Developer MCP server (For MCP…
freshworks-developers/fw-dev-tools
MCP server Claude CodeCodexCursor +2
MCP server "fw-dev-mcp", hosted remotely at mcp.freshworks.dev, as configured in freshworks-developers/fw-dev-tools.
freshworks-developers/fw-dev-tools
Instructions file CodexOpenCode
Instructions for freshworks-developers/fw-dev-tools, covering agent instructions — marketplace repo (contributors), before you open a pr, if you change…, repository layout and rules and slash commands (inventory).
freshworks-developers/fw-dev-tools
Instructions file
Instructions for freshworks-developers/fw-dev-tools: This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
freshworks-developers/fw-dev-tools
Plugin Claude Code
AI Actions and third-party integrations on Platform 3.0: actions.json, SMI, request templates, schemas, validation, and integration workflows.
freshworks-developers/fw-dev-tools
Skill Claude CodeCodex
Expert-level skill for AI Actions and integrations on Freshworks Platform 3.0. Use when (1) Creating actions.json and SMI functions (flat request, nested response), (2) Request templates and third-party API integration, (3) Pre-build validation (pricing, paywalls, account prerequisites), (4) Failure-case validation…
freshworks-developers/fw-dev-tools
Agent
Validates AI Action app integrations built by previous agents. Use when you need to (1) verify integration files and plans against CSV, Excel, spec, or PRD, (2) re-validate endpoints and document status, (3) enforce Cursor or project rules (failure cases, test data, broken endpoints), (4) remove unnecessary app…
freshworks-developers/fw-dev-tools
Agent
Expert integration scope and implementation agent. Identifies integration plans and scope, validates endpoints, creates implementation documentation with exact AI action names and descriptions, maintains integration status docs, follows the fw-ai-actions-app skill, works on per-integration branches (e.g.…
freshworks-developers/fw-dev-tools
Agent
Expert integration scoping specialist. Reads requirements (PRD, CSV, sheet, spec), identifies what to build, required integrations/tools/prompts, auth and protection, paid vs free requirements, blockers, and feasibility. Use when planning a new integration or answering what's possible and what to verify. Comparing…
freshworks-developers/fw-dev-tools
Cursor rule
Requires verified third-party API documentation and secure credential handling (iparams/OAuth) before implementing AI Actions integrations.
freshworks-developers/fw-dev-tools
Cursor rule
Freshworks Platform 3.0 AI Actions manifest, modules, engines, and serverless app structure when editing actions or platform config.
freshworks-developers/fw-dev-tools
Cursor rule
README structure and sections for AI Actions marketplace apps (features, auth, setup, action list).
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.
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).
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.
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.
freshworks-developers/fw-dev-tools
Cursor rule
Run fdk validate after changes; fix blocking errors with limited iterations; ignore style-only noise for AI Actions apps.
freshworks-developers/fw-dev-tools
Plugin Claude Code
Expert-level skill for building, debugging, reviewing, and migrating Freshworks Platform 3.0 custom apps.
freshworks-developers/fw-dev-tools
Skill Claude CodeCodex
Expert-level skill for building, debugging, reviewing, and migrating Freshworks Platform 3.0 marketplace apps. REQUIRES Node.js 24.x + FDK 10.x. New UI apps default to React Meta (DEW, metaConfig.framework react); vanilla Crayons is opt-in. Commands: /fdk-react-create, /fdk-react-migrate, /fdk-fix, /fdk-migrate…
freshworks-developers/fw-dev-tools
Agent
Scans Freshworks marketplace apps for security vulnerabilities, code quality issues, and Platform 3.0 compliance. Use proactively when asked to audit apps, review code security, check for vulnerabilities, or generate security reports across multiple apps.
freshworks-developers/fw-dev-tools
Agent
(Superseded by logger) Logs every decision, skill, rule, web search, and step during Freshworks app creation. Use logger agent for transcript-based post-hoc logging.
freshworks-developers/fw-dev-tools
Agent
Freshworks decision logger. Maintains FRESHWORKS-APP-DECISION-LOG.md from app-building sessions. Can run alongside the builder or post-hoc by reading agent transcripts.
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.