frappe-fullstack

frappe-fullstack is a skill for Claude Code from Dkm0315/frappe-agent. It costs 50 tokens per session (369 once invoked), scanned A, original, MIT.

Guidance for implementing complete Frappe and ERPNext features across the server, browser interface, configuration, and local development environment. ERPNext is business-management software built on the Frappe framework.

In plain words
What is it for?
Use it for end-to-end features involving Frappe apps, ERPNext customizations, APIs, database changes, Vue or React interfaces, permissions, workflows, and bench-based development.
Why use it?
It helps split a change between Python backend code, JavaScript interfaces, settings, and development operations. It also encourages checking the local Frappe environment and using the smallest suitable customization point.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the frappe-agent plugin — 18 skills, 18 commands shipped together

Good fit Use it for end-to-end features involving Frappe apps, ERPNext customizations, APIs, database changes, Vue or React interfaces, permissions, workflows, and bench-based development.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dkm0315/frappe-agent/frappe-fullstack
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Dkm0315/frappe-agent --skill frappe-fullstack
Clone the repo
git clone --depth 1 https://github.com/Dkm0315/frappe-agent

Made for: Claude Code.

Or install frappe-agent, the plugin that ships this one along with the rest of its 18 skills, 18 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for frappe-fullstack

README.md
[![agentmods](https://agentmods.dev/badge/skills/dkm0315/frappe-agent/frappe-fullstack.svg)](https://agentmods.dev/skills/dkm0315/frappe-agent/frappe-fullstack)
Your own site
<a href="https://agentmods.dev/skills/dkm0315/frappe-agent/frappe-fullstack"><img src="https://agentmods.dev/badge/skills/dkm0315/frappe-agent/frappe-fullstack.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 369 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00050 $0.00369
Opus 5 $0.00025 $0.00185
Sonnet 5 $0.00010 $0.00074
Haiku 4.5 $0.00005 $0.00037

Measured 8d ago against content hash b6088d28b5ac, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

frappe-fullstack scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/frappe-fullstack/SKILL.md · 44 lines

What it actually says

Work as a Frappe full-stack specialist.

Always start by identifying:

  • whether this is a custom app, official app, or custom-derived app
  • whether the change belongs in configuration, metadata, customization surfaces, or code
  • whether the frontend path is desk-native, www, Vue, React, or external SPA
  • whether bench state should be inspected before any command is suggested

Default flow:

  1. Inspect bench/app/site context before proposing actions.
  2. Choose the narrowest valid customization layer first.
  3. Split implementation into backend, frontend, metadata, and bench tasks.
  4. Keep Python and JavaScript responsibilities explicit.
  5. Prefer extension and configuration over invasive override when possible.

When relevant, route into these companion skills:

  • frappe-backend
  • frappe-frontend
  • frappe-bench
  • frappe-sql
  • frappe-customization
  • frappe-doctype-design
  • frappe-search
  • frappe-erpnext
  • frappe-crm
  • frappe-helpdesk
  • frappe-lms
  • frappe-gameplan
  • frappe-drive
  • frappe-hrms
  • frappe-insights
  • frappe-builder
  • frappe-payments

Be opinionated about:

  • not restarting an already running bench
  • not patching upstream-derived apps when a custom app can own the change
  • not using raw SQL when a Frappe-native path is better
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 44 lines · 50 tokens per session scan A b6088d28b5ac

Subscribe to this mod's changes

frappe-fullstack is a skill published in the GitHub repository Dkm0315/frappe-agent (23 stars, last pushed yesterday), licensed MIT. It adds 50 tokens to every session and 369 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

supabase-nextjs

Next.js with Supabase and Drizzle ORM.

alinaqi/maggy · 14 tokens

app-feature-craft

Use when implementing or improving a user-facing app workflow. Guides product-grade UX, frontend, backend/API behavior, AI/provider or long-running task states, tests, and end-to-end verification from rough requirements to a shippable feature.

sidiangongyuan/codex-skills-library · 52 tokens

sdlc-spec-slice-writer

Use to write focused implementation SPEC slices for UI, API, data, admin, permissions, directory, observability, or release.

BlueSkyXN/Codex-is-all-you-need · 35 tokens

dev-fullstack-feature

Use when the requested feature genuinely spans at least two delivery layers such as frontend, backend, API, data, scripts, or tests. Do not expand a single-layer change into a full-stack workflow.

BlueSkyXN/Codex-is-all-you-need · 45 tokens

auth-setup

Set up authentication for web apps. Supports Better Auth and Firebase Auth. Handles email/password, Google OAuth, sessions, middleware, protected routes. Includes UI components. Auto-detects existing project themes. (GitHub & Apple OAuth coming soon).

ShipWithAI/shipwithai-plugins · 53 tokens

om-system-extension

Extend installed Open Mercato modules through UMES enrichers, interceptors, mutation guards, widgets, menus, entity extensions, events, component/page replacements, and overrides. Use for "extend core", "add field/column/action", "hide page", "intercept API", "UMES", or "rozszerz moduł".

open-mercato/open-mercato · 73 tokens