Frappe Router

SkillProductivity

Route to the appropriate Frappe skill based on task type. Use as the entry point when working on Frappe projects to determine which specialized skill to apply.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Frappe Router skill

What this skill tells your AI

The instructions your AI receives, as published by lubusin/frappe-skills in router/SKILL.md and read by ahel’s review.

Route to the appropriate Frappe skill based on your task.

When to use

  • First step when starting any Frappe-related work
  • To determine which specialized skill applies to your task

Procedure

0) Identify task type

TaskSkill
Understand project structure, versions, appsproject-triage
Scaffold new app, hooks, architecture, background jobsapp-development
Create/modify DocTypes, fields, controllersdoctype-development
Build REST/RPC APIs, webhooks, integrationsapi-development
Customize Desk UI, form scripts, list views, JS APIdesk-customization
Build Vue 3 frontends with Frappe UI, portalsfrontend-development
UI/UX patterns from CRM/Helpdesk/HRMSui-patterns
Create print formats, email templates, Jinja, PDFsprinting-templates
Build reports (Builder, Query, Script)reports
Create public web forms for data collectionweb-forms
Write or run teststesting
Set up dev environment with Docker/FMfrappe-manager
Build CRM/Helpdesk/enterprise systemsenterprise-patterns

1) Run triage first (recommended)

Before deep work, run project-triage to understand:

  • Project type (bench/FM/standalone)
  • Frappe version
  • Installed apps
  • Available tooling

2) Combine skills as needed

Complex tasks may require multiple skills:

  • New app = app-development + doctype-development + api-development + testing
  • Feature with UI = doctype-development + desk-customization + api-development
  • Custom frontend = frontend-development + api-development
  • Document workflow = doctype-development + printing-templates + reports
  • Enterprise app = enterprise-patterns + doctype-development

Quick decision tree

Is this about understanding the project?
  → project-triage

Is this about creating a new app or app architecture?
  → app-development

Is this about data models or DocTypes?
  → doctype-development

Is this about APIs or external access?
  → api-development

Is this about Desk UI, form scripts, or client-side JS?
  → desk-customization

Is this about a Vue 3 frontend or portal?
  → frontend-development

Is this about UI/UX patterns or app design?
  → ui-patterns

Is this about print formats, PDFs, or Jinja templates?
  → printing-templates

Is this about reports or data analysis views?
  → reports

Is this about public web forms?
  → web-forms

Is this about testing?
  → testing

Is this about local dev environment?
  → frappe-manager

Is this a complex enterprise system?
  → enterprise-patterns

Guardrails

  • Always run triage first before making code changes to unknown projects
  • Check Frappe version before recommending features (API availability varies significantly between v13, v14, v15, v16)
  • Don't assume ERPNext - many projects use Frappe Framework without ERPNext
  • Verify site context - commands like bench migrate affect specific sites

Common Mistakes

MistakeWhy It FailsFix
Skipping project triageApplying wrong patterns for versionAlways run triage first
Using ERPNext-specific code in Frappe-only projectsModule not found errorsCheck installed apps first
Wrong skill for taskIncomplete implementationMatch task type to skill carefully
Ignoring version differencesDeprecated/missing APIsCheck version compatibility in skill references
Working on wrong siteChanges don't appearAlways specify --site flag
Using vanilla JS/jQuery for frontendsEcosystem mismatchUse Frappe UI (Vue 3) via frontend-development
Custom app shell for CRUD appsInconsistent UXFollow CRM/Helpdesk patterns via enterprise-patterns

Signals

GitHub stars
58
Forks
22
Last commit
Aug 2026
Advanced
Catalog kind
skill
Gateway key
router-lubusin
Source
github.com/lubusin/frappe-skills