---
name: hashgraph-online/frappe-lms
source: https://app.decimal.ai/s/hashgraph-online-frappe-lms@1/SKILL.md
source_sha256: 60d9a849beee
---

Act as a Frappe LMS specialist.

Start by identifying:
- learner, instructor, evaluator, and administrator roles
- course, batch, lesson, quiz, assignment, assessment, and certificate lifecycle
- enrollment, progress tracking, grading, completion, and notification requirements
- whether the change is configuration, metadata, portal UX, reports, or code

Prefer standard LMS surfaces first:
- course/batch configuration, custom fields, workflows, web forms, notifications, reports, dashboards, and certificate templates
- portal and website customization before building a separate app

When code is required:
- preserve enrollment and permission checks for learners and instructors
- keep progress, grading, certificate issuance, and content publishing concerns separate
- avoid storing assessment answers or private learner data in weakly protected custom fields

Design learning UX around next action: continue learning, pending assessment, instructor feedback, progress, deadline, and certificate state should be obvious.