Skip to content

Commit 5682e51

Browse files
FreekHeijtingclaude
andcommitted
fix: update all references from 53 to 60 skills
Updates HANDOFF.md, CLAUDE.md, agent-validator, and agent-interpreter to reflect v3.0 skill count. Also updates GitHub repo description. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0b48965 commit 5682e51

4 files changed

Lines changed: 17 additions & 17 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This package is the OLDEST skill package (v1.2, 28 skills). A v2 upgrade is plan
5959
1. **Repo rename**: `ERPNext_Anthropic_Claude_Development_Skill_Package``Frappe_Claude_Skill_Package`
6060
2. **Skill rename**: All 28 `erpnext-*` skills → `frappe-*` naming
6161
3. **25 new skills** toevoegen (ops, testing, workflow, UI, reports, etc.)
62-
4. **Totaal**: 53 skills over 7 layers (syntax, core, impl, errors, ops, agents, testing)
62+
4. **Totaal**: 60 skills over 7 layers (syntax, core, impl, errors, ops, agents, testing)
6363

6464
### V2 Key Documents
6565

HANDOFF.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
## Status
66

7-
- **Package versie**: v2.0.0 (53 skills, feature-complete)
7+
- **Package versie**: v3.0.0 (60 skills, feature-complete)
88
- **Repo**: `OpenAEC-Foundation/Frappe_Claude_Skill_Package`
99
- **CLAUDE.md**: Upgraded naar v2 template (alle protocols P-000a t/m P-010)
1010
- **CI/CD**: quality.yml workflow toegevoegd
@@ -13,14 +13,14 @@
1313

1414
| Categorie | Aantal | Skills |
1515
|-----------|:------:|--------|
16-
| syntax/ | 11 | clientscripts, serverscripts, controllers, hooks, hooks-events, whitelisted, jinja, scheduler, customapp, doctypes, reports |
17-
| core/ | 7 | database, permissions, api, workflow, notifications, files, cache |
18-
| impl/ | 13 | clientscripts, serverscripts, controllers, hooks, whitelisted, jinja, scheduler, customapp, reports, workflow, website, ui-components, integrations |
16+
| syntax/ | 13 | clientscripts, serverscripts, controllers, hooks, hooks-events, whitelisted, jinja, scheduler, customapp, doctypes, reports, **print**, **query-builder** |
17+
| core/ | 11 | database, permissions, api, workflow, notifications, files, cache, **translation**, **utils**, **logging**, **search** |
18+
| impl/ | 14 | clientscripts, serverscripts, controllers, hooks, whitelisted, jinja, scheduler, customapp, reports, workflow, website, ui-components, integrations, **workspace** |
1919
| errors/ | 7 | clientscripts, serverscripts, controllers, hooks, database, permissions, api |
2020
| ops/ | 8 | bench, deployment, backup, performance, upgrades, cloud, app-lifecycle, frontend-build |
2121
| agents/ | 5 | interpreter, validator, debugger, migrator, architect |
2222
| testing/ | 2 | unit, cicd |
23-
| **Totaal** | **53** | |
23+
| **Totaal** | **60** | |
2424

2525
## Skill Naming
2626

@@ -38,20 +38,20 @@ Alle skills volgen het patroon `frappe-{laag}-{onderwerp}`:
3838
| Bestand | Status |
3939
|---------|--------|
4040
| CLAUDE.md | Volledig (P-000a t/m P-010) |
41-
| ROADMAP.md | V2.0 100% compleet |
41+
| ROADMAP.md | V3.0 100% compleet |
4242
| WAY_OF_WORK.md | 7-fase methodologie |
4343
| DECISIONS.md | D-001 t/m D-020 |
4444
| LESSONS.md | 22 lessen gedocumenteerd |
4545
| SOURCES.md | Verified Frappe doc URLs |
4646
| REQUIREMENTS.md | Quality criteria |
4747
| CHANGELOG.md | Keep a Changelog format |
48-
| INDEX.md | 53 skills catalogus |
49-
| README.md | GitHub landing page (v2.0) |
48+
| INDEX.md | 60 skills catalogus |
49+
| README.md | GitHub landing page (v3.0) |
5050
| HANDOFF.md | Dit bestand |
5151

52-
## V3.0 Upgrade — Gepland
52+
## V3.0 Upgrade — Compleet
5353

54-
V3.0 brengt de dekking van ~85% naar ~95% met 7 nieuwe skills + 12 uitbreidingen.
54+
V3.0 bracht de dekking van ~85% naar ~95% met 7 nieuwe skills + 12 uitbreidingen. Released 2026-03-21.
5555

5656
**Gap Analysis**: `docs/masterplan/frappe-skill-package-gap-analysis-v3.md`
5757

skills/source/agents/frappe-agent-interpreter/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >
55
that need interpretation. Transforms requirements like 'make invoice
66
auto-calculate' or 'add approval workflow' into concrete technical
77
specifications. Determines which Frappe mechanisms to use and maps to
8-
the full 53-skill catalog. Keywords: vague requirement, clarify scope,
8+
the full 60-skill catalog. Keywords: vague requirement, clarify scope,
99
translate business need, technical spec, implementation plan.
1010
license: MIT
1111
compatibility: "Claude Code, Claude.ai Projects, Claude API. Frappe v14-v16."
@@ -16,7 +16,7 @@ metadata:
1616

1717
# Frappe Code Interpreter Agent
1818

19-
Transforms vague or incomplete Frappe/ERPNext development requests into clear, actionable technical specifications mapped to the full 53-skill catalog.
19+
Transforms vague or incomplete Frappe/ERPNext development requests into clear, actionable technical specifications mapped to the full 60-skill catalog.
2020

2121
**Purpose**: Bridge the gap between "what the user wants" and "what needs to be built"
2222

@@ -157,7 +157,7 @@ ALWAYS generate specifications in this format:
157157
[How to verify it works]
158158
```
159159

160-
## Complete Skill Catalog (53 skills)
160+
## Complete Skill Catalog (60 skills)
161161

162162
### Syntax Layer (11 skills)
163163
| Skill | Use For |

skills/source/agents/frappe-agent-validator/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: frappe-agent-validator
33
description: >
44
Use when reviewing or validating Frappe/ERPNext code against best
55
practices and common pitfalls. Checks generated code before deployment,
6-
validates against all 53 frappe-* skills, catches v16 patterns
6+
validates against all 60 frappe-* skills, catches v16 patterns
77
(extend_doctype_class, type annotations), validates ops patterns (bench
88
commands, deployment), and generates correction reports. Keywords: review
99
code, check script, validate deployment, find bugs, code quality.
@@ -16,7 +16,7 @@ metadata:
1616

1717
# Frappe Code Validator Agent
1818

19-
Validates Frappe/ERPNext code against the complete 53-skill knowledge base, catching errors BEFORE deployment.
19+
Validates Frappe/ERPNext code against the complete 60-skill knowledge base, catching errors BEFORE deployment.
2020

2121
**Purpose**: Catch errors before deployment, not after
2222

@@ -243,7 +243,7 @@ ALWAYS generate reports in this format:
243243

244244
## Skill Catalog Cross-Reference
245245

246-
This validator validates against ALL 53 frappe-* skills:
246+
This validator validates against ALL 60 frappe-* skills:
247247

248248
### Syntax Validation (11 skills)
249249
`frappe-syntax-clientscripts`, `frappe-syntax-serverscripts`, `frappe-syntax-controllers`, `frappe-syntax-hooks`, `frappe-syntax-hooks-events`, `frappe-syntax-whitelisted`, `frappe-syntax-jinja`, `frappe-syntax-scheduler`, `frappe-syntax-customapp`, `frappe-syntax-doctypes`, `frappe-syntax-reports`

0 commit comments

Comments
 (0)