Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

TDAA-Go

TDAA-Go には TDAA-Go から収集した 13 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
13
Stars
6
更新
2026-05-22
Forks
3
職業カバレッジ
1 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

generate-week
その他の高等教育教員

Use when generating a complete week of materials, including learning sheets and test bundles, through adversarial writer-vs-reviewer debate

2026-05-22
setup-zulip-grading
その他の高等教育教員

Use when an instructor wants to wire up Zulip-based homework submission for the course — creates a grading bot on the instructor's Zulip realm via API, writes `.zuliprc` at repo root, and bootstraps `coursedesign/roster.csv`. Run once after `/bootstrap`. Triggers on phrases like "set up zulip submissions", "configure zulip grading bot", "wire up the homework bot", "/setup-zulip-grading".

2026-05-22
write-learning-sheet
その他の高等教育教員

Use when writing a new learning sheet from scratch for a specific week — reads textbook sections, follows templates, and produces a single learning-sheet.typ file

2026-05-22
zulip-mark-feedback
その他の高等教育教員

Use when an instructor wants to pull homework photos that students DM'd to the grading bot, grade them, and DM per-question feedback back. End-to-end Zulip-based grading orchestrator that delegates to /grade-homework and (optionally) /homework-report. Requires /setup-zulip-grading to have been run once. Triggers on phrases like "grade homework via zulip", "pull and mark week N from zulip", "/zulip-mark-feedback 3", "send the feedback DMs".

2026-05-22
bootstrap
その他の高等教育教員

Use when setting up a new course from a forked template repo — gates on a canonical source (textbook or equivalent), ingests its title-page + ToC for metadata, optionally folds in supplementary syllabus/slides/notes, writes config.toml, extracts textbook chapters, creates the weekly schedule, and enables GitHub Pages deployment when possible

2026-05-22
grade-homework
その他の高等教育教員

Use when the user wants to grade a folder of student homework submissions against a teacher-provided solutions document — handles mixed formats (PDF, JPG, DOCX), produces a grades CSV and per-student English feedback with explicit flagging of ambiguous items for teacher review. Triggers on phrases like "grade the homework", "mark HW9", "批作业".

2026-05-22
homework-report
その他の高等教育教員

Use after grade-homework to produce a teacher-facing Typst PDF report that shows each student's submission images side-by-side with their per-question marks, feedback, and flags. Triggers on phrases like "generate the grading report", "build a report from the marks", "make a PDF with the marked homework".

2026-05-22
pivot
その他の高等教育教員

Use when pivoting a finalized learning sheet's task and examples to a new real-world context, or when scrutinizing its reasoning for logical gaps

2026-05-22
review-learning-sheet
その他の高等教育教員

Use when reviewing a weekly learning sheet for pedagogical quality — evaluates beginner motivation, intuition, example quality, and proof correctness

2026-05-22
review-tests
その他の高等教育教員

Use when reviewing test, test.B, and validation files for scope alignment, correctness, and consistency with the learning sheet

2026-05-22
revise
その他の高等教育教員

Use when revising a learning sheet interactively — walks through chunk by chunk, checking intuition, rigor, and conciseness, then audits tests for scope/triviality issues

2026-05-22
write-tests
その他の高等教育教員

Use when generating test, test.B, and validation files from a finalized learning sheet — ensures scope alignment, consistent structure, and all terms defined

2026-05-22
learn
その他の高等教育教員

Use when a student wants to interactively learn a weekly learning sheet — presents material chunk by chunk with contextual questions and brainstorming

2026-05-08