FS

frappe/skills

Developer tools
81 stars 품질 70 트렌드 70

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

개요

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

README

Frappe Skills

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

Skills

Skill What it covers
frappe-app-dev Full-stack Frappe: DocTypes, controllers, APIs, database/ORM, hooks, permissions, jobs, realtime, caching, testing, app setup, frontend (Desk/Vue/portal), and the bench CLI + site management
code-style General code style rules
ui-design General UI/UX design principles

Install

Install all skills from the repo:

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//.

Usage

Once installed, each skill activates automatically when you ask your agent about a matching task — creating DocTypes, building a Vue SPA, or running bench migrate (frappe-app-dev); enforcing code style (code-style); UI/UX judgment (ui-design); and so on.

View this README on GitHub

추천 도구

다른 키워드를 입력하거나 필터를 제거해 보세요.

설치

npx skillfish add frappe/skills