Skip to main content

peter-zhou-overview

Compute Peter Zhou learning overview reports. Use for total wrong counts, subject breakdown, mastery progress, repeat-correction markers, weak knowledge tags, correction candidates, and recent source/correction activity.

설치로 이동

소스 정보

저장소
szsip239/peter-zhou
최근 소스 활동
2026년 7월 23일 14:09
감지된 SKILL.md 언어
영어
스타
1
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
peter-zhou-overview
description
Compute Peter Zhou learning overview reports. Use for total wrong counts, subject breakdown, mastery progress, repeat-correction markers, weak knowledge tags, correction candidates, and recent source/correction activity.
# Overview Use this subskill when the user asks for progress, mastery, weak points, or what to practice next. Core contract: - Compute reports on demand from canonical JSON stores with `scripts/knowledge_overview.py overview`. - For Agent-chat status, progress, general Peter Zhou startup, or “what next” requests, run `scripts/chat_dashboard.py --data-dir <dir> --top-n 3 --json`. Send its `markdown` field directly, preserving emoji, action numbering, and links to existing local assets. Retain `actions` for routing: execute each structured `execution` contract and use its natural-language `prompt` only as fallback. - When the Dashboard offers `⏱ 今日 10 分钟复习`, route it to the resumable `agent_chat_review` workflow rather than generating a paper. - The dashboard discovers deep KnowledgeModule courseware from validated runtime metadata. It must ignore unvalidated metadata, missing HTML, and references that resolve outside `data/`; do not add these modules to the lightweight `knowledge-pages/index.json`. - Check `scripts/learning_profile.py show --data-dir <dir> --json` when the user asks for personalized priorities or study advice. If the profile is missing, overview can still run, but personalized recommendations should ask the first-use interview first. - Count only `is_wrong=true` records for final wrong-question statistics. - Derive mastery from correction counters; do not maintain aggregate tables. - Sort weak tags by unmastered count, then low tag mastery, then total wrong count.
GitHub에서 보기