build-personal-skill
Evidence-based creation of a reusable personal course-making Skill from the user's own classroom and chat history. Use when the user asks to summarize,…
Improve factual reliability while creating or reviewing a course or supplied content. Use when the user asks to fact-check, verify accuracy, reduce hallucinations, make a reliable course, or mentions 事实性错误、知识性错误、专业知识准确性、可靠性. During creation, checks the completed pages before
$ npx -y skills add thu-maic/openmaic --skill fact-check --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/fact-checkContext preview
The summary Claude sees to decide when to auto-load this skill.
Improve factual reliability while creating or reviewing a course or supplied content. Use when the user asks to fact-check, verify accuracy, reduce hallucinations, make a reliable course, or mentions 事实性错误、知识性错误、专业知识准确性、可靠性. During creation, checks the completed pages before
name: fact-check title: "事实核查" description: "Improve factual reliability while creating or reviewing a course or supplied content. Use when the user asks to fact-check, verify accuracy, reduce hallucinations, make a reliable course, or mentions 事实性错误、知识性错误、专业知识准确性、可靠性. During creation, checks the completed pages before delivery; on existing content, returns a short evidence-backed report and lets the user choose what to fix. Not for grammar, style, or layout. Combine with deep-research when current evidence is the course's main subject."
Keep serious factual mistakes and AI hallucinations out of the course without turning course-making into an exhaustive audit. Focus on the few claims that materially affect trust.
Choose the mode from the request and current course state; do not ask the user to choose a mode:
one, load `stage-design` and run the check only after all pages exist.
report findings first. Do not edit unless fixes were already requested or the user approves findings after the report.
Use the normal `stage-design` workflow; this skill changes factual handling, not the teaching method, page style, or build sequence.
After all pages exist, call `list_scenes`, then read every completed page with `read_stage` using `detail:"text"`; follow `nextOffset` until all visible text and narration have been read. Run a quick final sanity check of exact facts and cross-page contradictions. Correct obvious errors before delivery because creating the course already authorizes making its content accurate, subject to the source-of-truth boundary below. Do not interrupt creation with a separate audit report or approval gate unless that boundary requires a user decision; briefly mention only material corrections or remaining uncertainty when handing off the finished course.
For a course, call `list_scenes`, then read all visible text and narration with `read_stage` using `detail:"text"`; follow `nextOffset` until complete. Respect a narrower scope if the user gave one.
Read once for context and silently shortlist high-signal risks:
Do not verify every claim. Skip correct material, wording preferences, harmless simplifications, and low-value trivia.
Check `list_materials` and relevant `read_material` content first. User sources may support a claim, but the course being checked cannot prove itself.
Use `web_search` for shortlisted claims that depend on current, exact, disputed, or specialist knowledge. A normal first pass should need no more than about 6–8 searches. Use `fetch_url` to read the source: a result snippet or the mere existence of a related source is not evidence.
Do not pause the run to ask the user for sources, permission to use general knowledge, or permission to continue. Use the tools and materials that are available. If web search is unavailable, continue with stable knowledge, make fewer factual commitments, and mark genuinely uncertain claims. Never guess a URL for `fetch_url`; fetch only a user-provided URL or one returned by `web_search`.
For a compound statement, isolate the questionable part and verify that exact part. Prefer primary or official sources. One authoritative source is enough for an obvious error; add corroboration only for disputed or high-impact claims. For versioned knowledge such as law, policy, standards, or medicine, check the relevant date, version, and jurisdiction.
“No reliable evidence found” does not mean false. If verification remains inconclusive, say so rather than inventing a verdict or correction.
Do not make a correction that would materially conflict with the settled course plan, user-uploaded materials, or facts already supplied to generation through `materialFacts`. Treat these as approved inputs, not ordinary generated copy.
If the evidence indicates that an approved input itself may contain a factual error, do not edit the affected course content or silently override the input. Use `ask_user` to flag the input conflict, state the affected page or claim and the contrary evidence concisely, and offer options to keep the approved input, authorize the factual correction, or review the conflict without editing. Put the warning in the `ask_user` prompt so it appears in the choice card, not only in the preceding report. This protection applies even when edits were otherwise authorized. It does not block corrections to errors introduced independently by generated page content.
In review mode, return roughly 3–8 useful findings in the first pass, or fewer when fewer exist. Group them under these bold plain-text labels, in this order, and omit an empty group. Keep them at normal body-text size: do not prefix them with Markdown heading markers such as `#` or `##`.
Within the groups, number findings consecutively across the whole report with Arabic numerals. Give every finding a short bold line containing its number, page/location, and specific issue, for example: `**1. 第 5 页|测验解析|知识混淆**`. Do not use Markdown heading markers for finding titles either.
Under each heading, use exactly three bullets:
include a concise source and date here
Open Multi-Agent Interactive Classroom — Get an immersive, multi-agent learning experience in just one click
Repo: thu-maic/openmaic
Evidence-based creation of a reusable personal course-making Skill from the user's own classroom and chat history. Use when the user asks to summarize,…
Multi-stage series — a request for several classrooms that belong together, like 「7 天学 Python」, a four-week onboarding track, a semester unit split across…
Deep Interactive courses. Plans the course so the learner manipulates something on most pages — simulations, diagrams they explore, code they run, games, 3D…
Courses whose content rests on current, external or real-world facts that must be verified against live sources before being taught — recent events, market or…
Turn any concept, lesson, slide deck, or source material into a Feynman learning cycle in which learners explain first, expose the smallest gap, rebuild the…
Chinese K-12 core-literacy course design for a single OpenMAIC classroom. Use when a teacher asks for 中小学课程、核心素养、素养导向、2022 课标、真实情境、任务群、表现性评价, or wants a…