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.
推荐工具
换一个关键词,或者移除筛选条件。
安装
npx skillfish add frappe/skills