audit-experience

Installation
SKILL.md

Audit the course learn experience: $ARGUMENTS

$ARGUMENTS should be a course slug or "all" for the full learn system. If empty, audit the shared learn infrastructure.

Before Starting

  1. Read {{COURSE_SECTIONS_DIR}}/SectionContent.tsx — the section router
  2. Read src/lib/config/lesson-types.ts — canonical types, labels, icons
  3. Read {{SCHEMAS_DIR}}/course-learn.ts — SECTION_TYPES
  4. Read {{COURSE_COMPONENTS_DIR}}/learn/CourseLearnLayout.tsx — layout structure
  5. Read {{COURSE_COMPONENTS_DIR}}/learn/CourseLearnSidebar.tsx — sidebar
  6. Read {{COURSE_COMPONENTS_DIR}}/learn/LessonPanel.tsx — lesson wrapper
  7. Read {{COURSE_COMPONENTS_DIR}}/learn/LessonContent.tsx — content dispatcher

Audit Checks

1. SECTION COMPONENT COVERAGE

For every type in SECTION_TYPES, verify a component exists:

Installs
1
GitHub Stars
1
First Seen
Jun 4, 2026
audit-experience — joshuashepherd/my-skills