一键导入
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 页面并帮你完成安装。
基于 SOC 职业分类
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).
| 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].
:::