원클릭으로
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.