scaffold-exercises
Installation
SKILL.md
Scaffold Exercises
สร้างโครงสร้าง directory ของ exercise ให้ผ่าน pnpm ai-hero-cli internal lint แล้ว commit ด้วย git commit
การตั้งชื่อ directory
- Section:
XX-section-name/อยู่ในexercises/(เช่น01-retrieval-skill-building) - Exercise:
XX.YY-exercise-name/อยู่ในแต่ละ section (เช่น01.03-retrieval-with-bm25) - เลข section =
XX, เลข exercise =XX.YY - ชื่อเป็น dash-case (ตัวพิมพ์เล็ก คั่นด้วย hyphen)
Variant ของ exercise
แต่ละ exercise ต้องมี subfolder อย่างน้อยหนึ่งแบบจากรายการนี้:
problem/- พื้นที่ทำงานของผู้เรียน มี TODO ให้ทำsolution/- implementation อ้างอิงexplainer/- เนื้อหาเชิงแนวคิด ไม่มี TODO