A Claude Code skill for creating and configuring workshops for the Educates interactive training platform.
- Create new workshop projects with proper directory structure
- Generate
workshop.yamlconfiguration with appropriate session applications - Author workshop instruction pages following Educates conventions
-
Clone this repository:
git clone https://github.com/your-username/educates-authoring-skill.git cd educates-authoring-skill -
Create a zip archive of the skill:
zip -r educates-authoring.zip . -x ".git/*"
-
Import into Claude Code:
- Open Claude Code settings
- Navigate to Skills
- Click "Install from file" and select the
educates-authoring.zipfile
Once installed, invoke the skill with:
/educates-authoring
Or simply ask Claude to help create an Educates workshop and it will use the skill automatically based on context.
For more information about Educates, visit the official documentation at https://docs.educates.dev/