Logo

GitLab

Sign in

朱子纯 / erp-workflow-plugin

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • Commits 42
  • Compare
  • Branches 3
  • Tags 0
  • erp-workflow-plugin
  • skills
  • plan
  • plan-start
28 May, 2026
3 commits
  • skill(plan-start): collapse body restatements; defer git-state checks to coding-start
    f7306acf
    zichun authored
    2026-05-28 15:51:42 +0800  
    Browse Dir »
  • skill(scope-lock): collapse A/B/C ritual into shared procedure + trim duplicated guidance
    326c9769
    zichun authored
    2026-05-28 15:50:07 +0800  
    Browse Dir »
  • refactor: group skills by phase — skills/plan/ + skills/coding/ ...
    b7e4fa58
    Visual clarity: the file tree now matches the README's phase model.
    - skills/plan/   — 8 skills (plan-start entry + A0~A6)
    - skills/coding/ — 1 skill (coding-start thin entry)
    
    Slugs unchanged. /erp-workflow:<name> still resolves identically because
    each SKILL.md declares its own `name:` frontmatter (verified for all 9).
    
    Plugin loader treats the default `./skills/` scan as flat, so the nested
    layout is opted into via an explicit path array in plugin.json — the only
    mechanism Claude Code provides for nested skill discovery.
    
    Changes:
    - mv skills/{plan-start,project-init,scope-lock,skeleton-gen,
           db-design-gen,db-init,downstream-gen,frontend-scope-lock}
         → skills/plan/<same>/
    - mv skills/coding-start → skills/coding/coding-start/
    - .claude-plugin/plugin.json: skills[] now lists all 9 explicit paths
    - README.md: directory tree + Skill 清单 heading updated to reflect grouping
    
    No code touches any skill path (only README did, and only in the tree
    diagram). lib tests still pass (62/62).
    zichun authored
    2026-05-28 13:51:55 +0800  
    Browse Code »