Stats
Actions
Tags
From odoo-content-toolkit
Create e-learning course with lessons and quizzes in Odoo 18
How this command is triggered — by the user, by Claude, or both
Slash command
/odoo-content-toolkit:create-course <topic> [--type training|documentation] [--scope short|medium|large]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Create e-learning course: $ARGUMENTS
Read ALL skills and references in this order:
1. SEO guidelines:
@${CLAUDE_PLUGIN_ROOT}/references/seo-guidelines.md
2. E-Learning creator skill:
@${CLAUDE_PLUGIN_ROOT}/skills/elearning-creator/SKILL.md
3. API reference:
@${CLAUDE_PLUGIN_ROOT}/references/xmlrpc-api.md
Steps:
1. Parse: topic, type (default: training), scope (default: medium 8-12 lessons)
2. Research topic if needed (use deep-research skill)
3. Create course outline (sections → lessons → quizzes) and present to user
4. After user approval, write HTML content for each lesson
5. Create ...Create e-learning course: $ARGUMENTS
Read ALL skills and references in this order:
SEO guidelines: @${CLAUDE_PLUGIN_ROOT}/references/seo-guidelines.md
E-Learning creator skill: @${CLAUDE_PLUGIN_ROOT}/skills/elearning-creator/SKILL.md
API reference: @${CLAUDE_PLUGIN_ROOT}/references/xmlrpc-api.md
Steps:
npx claudepluginhub michalvarys/claude-plugins --plugin odoo-content-toolkit