ワンクリックで
mermaid-diagram
Generate Mermaid diagrams for educational content. Use when visualizing concepts, architectures, or workflows.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate Mermaid diagrams for educational content. Use when visualizing concepts, architectures, or workflows.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Creates assessments with varied question types (MCQ, code-completion, debugging, projects) aligned to learning objectives with meaningful distractors based on common misconceptions. Activate when educators design quizzes, exams, or tests measuring understanding; need questions at appropriate cognitive levels (Bloom's taxonomy); want balanced cognitive distribution (60%+ non-recall); or require rubrics for open-ended questions. Generates MCQs with diagnostic distractors, code-writing prompts, debugging challenges, and project-based assessments targeting deep understanding.
Integrate OpenAI ChatKit framework with custom backend and AI agents. Handles ChatKit server implementation, React component integration, context injection, and conversation persistence.
This skill should be used when scaffolding complex concepts for learners. It applies cognitive load architecture principles to break down concepts into digestible pieces while respecting learning science limits.
Docusaurus file naming, syntax, and structure conventions for RoboLearn platform
This skill should be used when deploying a Docusaurus site to GitHub Pages. It automates the configuration, building, and deployment process, handling GitHub Pages setup, environment configuration, and CI/CD automation. Includes local validation before GitHub Actions triggering.
Design simulation worlds using SDF with ground planes, models, physics configuration, and lighting
| name | mermaid-diagram |
| description | Generate Mermaid diagrams for educational content. Use when visualizing concepts, architectures, or workflows. |
| version | 0.1.0 |
| status | placeholder |
Purpose: Generate clear, educational Mermaid diagrams that visualize concepts for learners.
| Type | Use Case |
|---|---|
flowchart | Process flows, decision trees |
sequenceDiagram | Message passing, ROS topics |
stateDiagram | Robot states, FSMs |
classDiagram | Code structure, URDF hierarchy |
graph | System architecture |
Used by lesson-generator when content requires visualization.
Status: Placeholder - To be implemented with diagram generation patterns.