Agent skill
textbook-exercises-generator
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/textbook-exercises-generator
SKILL.md
Textbook Exercises & Capstone Generator
A skill for generating exercises, mini-projects, and capstone checkpoints for textbook chapters in Physical AI & Humanoid Robotics.
Description
This skill generates educational content for textbook chapters including:
- 3 exercises (conceptual + practical)
- 1 mini project using real tools (ROS 2, Gazebo, Isaac)
- 1 capstone checkpoint connecting to the final humanoid robot
Parameters
chapter_title: The title of the textbook chapterchapter_summary: A brief summary of the chapter contentdifficulty_level: The difficulty level (Beginner / Intermediate / Advanced)
Output Format
The skill outputs content in Markdown format with the heading "Exercises & Capstone Checkpoints" containing:
- 3 exercises (mix of conceptual and practical)
- 1 mini project with specific tool usage
- 1 capstone checkpoint connecting to humanoid robotics
Example Usage
skill: "textbook_exercises_generator"
chapter_title: "Introduction to ROS 2"
chapter_summary: "Basic concepts of ROS 2 including nodes, topics, services"
difficulty_level: "Beginner"
Implementation
This skill will generate:
- Three exercises that combine conceptual understanding with practical application
- A mini-project that uses ROS 2, Gazebo, or Isaac Sim tools
- A capstone checkpoint that connects to the broader humanoid robot concept
- All content formatted in Markdown under appropriate headings
Didn't find tool you were looking for?