Stats
Actions
Tags
From ti-admin-plugin
Action: Fetch the full tree (sections, lessons, topics) of a course via GET /courses/{courseId}/structure.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ti-admin-plugin:get-course-structureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This is an **Action** skill — a single, unambiguous API call. It is deterministic and narrowly scoped.
This is an Action skill — a single, unambiguous API call. It is deterministic and narrowly scoped.
GET /incoming/v2/courses/{courseId}/structure
courseId (UUID — this is the course ID within a course group, not the course group ID).get-course-structure.js --id=UUID.node skills/actions/get-course-structure/get-course-structure.js --id=COURSE_UUID
Do not modify, create, or delete any content. This is a read-only action.
npx claudepluginhub thoughtindustries/ti-admin-plugin --plugin ti-admin-pluginGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.