원클릭으로
setup-new-exercise
Create a new exercise in one primary language and generate stubs for the others.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a new exercise in one primary language and generate stubs for the others.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Instructions for managing the bibliography and converting formats.
Audit the repository to ensure all exercises exist in all three languages (EN, DE, FR) and are in sync.
Guidelines for translating content between English, German, and French, ensuring parallel structure and metadata synchronization.
Check if an exercise has enough and good enough scientific backing (literature and citations).
SOC 직업 분류 기준
| name | Setup New Exercise |
| description | Create a new exercise in one primary language and generate stubs for the others. |
Use this skill when the user asks to "create a new exercise" or "add a module".
exercise-bias-in-ocr).en, de, or fr).AI Literacy, Source Criticism, Ethics, MethodsKI & Digitale Methoden, Quellen, Ethik, MethodenLittératie IA, Critique des sources, Éthique, MéthodesCreate three files: one primary draft and two stubs.
File: [lang]/exercises/[slug].qmd
---
lang: [lang]
title: "Title"
description: "Description"
author:
- name: "Your Name"
affiliation: "Institution"
date: "today"
date-modified: "today"
categories: [Category]
tags: [Tag1, Tag2]
difficulty: [Difficulty]
time_estimate: "45 minutes"
draft: true
---
# Title
## Learning Objectives
* Objective 1
* Objective 2
## Introduction
[Content]
## Exercise
### Step 1
[Instructions]
### Step 2
[Instructions]
## Reflection
* Question 1
## References
::: {#refs}
:::
For the other two languages, create a file with minimal content to establish file parity.
File: [other_lang]/exercises/[slug].qmd
---
lang: [other_lang]
title: "TRANSLATION NEEDED: [Original Title]"
description: "Translation needed"
draft: true
---
:::{.callout-warning}
# Translation Needed
This exercise is currently only available in [Primary Language].
:::