Official skills publisher Verified Skillscout rank 145

Frappe

Frappe publishes official AI agent skills for its tools, services, and developer workflows. Frappe builds open-source software products and developer tools for Frappe Framework apps, UI components, file storage, and team workflows.

Browse 8 official AI agent skills across 2 Frappe repositories, with install commands and source links.

8 Skills
2 Repositories
1,189 Installs
1,076 GitHub stars

Install

Add Frappe skills to your agent

Install a full repository package, then let your agent activate the right skill for the task.

Ask your agent

Prompt

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/frappe/frappe_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Frappe skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

Skills packages

2 official repositories

Skills

frappe/skills

Agent skills for Frappe App development. Covers full-stack Frappe app work, code style, UI design, code review, technical writing, security advisories, and backport conflict resolution.

7 skills 1,097 installs 91 stars
npx skills add frappe/skills -y

Frappe Ui

frappe/frappe-ui

Frappe UI package for building consistent Vue 3 interfaces with Frappe components, semantic Tailwind tokens, and canonical UI patterns.

1 skill 92 installs 985 stars
npx skills add frappe/frappe-ui -y

8 skills

frappe/skills 7 skills

frappe-app-dev

Builds full-stack Frappe Framework applications end-to-end: DocTypes, controllers, APIs, hooks, permissions, jobs, testing, Desk/Vue frontend, and bench workflows.

frappe/skills 330 installs
View source

code-style

Applies readable implementation rules for code structure, file size, comments, helper ordering, and refactoring shape.

frappe/skills 278 installs
View source

ui-design

Gives the agent UI/UX judgment for layout, visual hierarchy, spacing, typography, color, accessibility, and product polish.

frappe/skills 267 installs
View source

quality-code-review

Reviews Frappe application code for correctness, security, performance, concurrency, readability, API design, testing, and observability.

frappe/skills 182 installs
View source

draft-security-advisory

Turns a vulnerability report into a publication-ready GitHub Security Advisory with impact, workarounds, CVSS, CWE, and credits.

frappe/skills 14 installs
View source

technical-writing

Writes documentation, READMEs, commits, pull requests, plans, and release notes in Simplified Technical English.

frappe/skills 12 installs
View source

resolve-backport-conflicts

Resolves merge conflicts in Mergify backport pull requests by comparing the target branch with the original pull request.

frappe/skills 4 installs
View source
frappe/frappe-ui 1 skill

frappe-ui

Builds consistent Frappe-style user interfaces with the frappe-ui Vue 3 component library, semantic Tailwind tokens, and canonical component patterns.

frappe/frappe-ui 92 installs
View source

Repository documentation

README from frappe/skills

frappe/skills/README.md View on GitHub

frappe/skills

A collection of agent skills for building Frappe Framework applications, plus general skills for code style, code review, writing, and UI design.

Skills

frappe-app-devFull-stack Frappe: DocTypes, controllers, APIs, database/ORM, hooks, permissions, jobs, realtime, caching, testing, app setup, frontend, and bench CLI.
quality-code-reviewReview checklist for Frappe applications: correctness, security, performance, concurrency, readability, API design, and testing.
code-styleGeneral code style rules for readable, maintainable implementation.
technical-writingDocumentation, READMEs, commits, pull requests, and release notes in Simplified Technical English.
ui-designGeneral UI/UX design principles for layout, hierarchy, spacing, typography, color, and accessibility.
draft-security-advisoryWrite a publication-ready GitHub Security Advisory from a vulnerability report: Impact and Workarounds body, CVSS, CWE, versions, and credits.

Install

Install all skills from the repository:

npx skills add frappe/skills

Install a single skill:

npx skills add frappe/skills --skill frappe-app-dev

Install several at once:

npx skills add frappe/skills \
  --skill frappe-app-dev --skill code-style --skill ui-design

Skills are matched by the name field in each SKILL.md frontmatter, and live under skills/<name>/.

Usage

Most skills activate automatically when you ask your agent about a matching task. Examples: create a DocType, build a Vue SPA, run bench migrate, review a diff, write a commit message, or lay out a page. Some skills only run when you call them. Run /draft-security-advisory to start that skill.

Copied