Token导航 LogoToken导航TokenDH.com
开发执行命令github未标认证来源可访问许可证需确认审计通过

professor-skill教授技能

Agent Skill

professor-skill 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

416

周安装

17

GitHub Stars

11

下载量

135
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:professor-skill(教授技能)
来源仓库:https://github.com/commithu502craft/professor-skill
仓库路径:skills/professor-skill
安装命令:
npx skills add https://github.com/commithu502craft/professor-skill --skill professor-skill
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/commithu502craft/professor-skill --skill professor-skill

简介

professor-skill 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。

  • 可结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用于需要快速定位仓库问题、跟踪代码变更或管理协作流程的场景。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Professor Skill

Use this skill when the user wants to build a 大学老师.skill / Professor Skill from real course materials.

The output must stay useful first and funny second:

  • Useful enough to help with review, Q&A, and exam prep
  • Distinct enough to feel like this specific professor
  • Meme-friendly enough that the result is screenshot-worthy

Core Model

Always separate the professor into two engines:

  1. Course Brain Extract the actual course structure:

- key topics - repeated concepts - likely exam scope - common question types - grading preferences - typical mistakes

  1. Teacher Persona Extract the professor's delivery style:

- catchphrases - explanation rhythm - patience level - response habits - classroom humor or sarcasm - how they emphasize or downplay topics

The final output should merge both: Teacher Persona decides tone. Course Brain decides substance.

Workflow

Step 1: Collect minimum intake

Ask only for the smallest set of details needed to start:

  • professor name
  • school or department if available
  • course name
  • what materials the user has
  • one-line impression of the professor

If the user already provided files or context, do not repeat questions.

If there is no professor workspace yet, initialize one first:

python ${CLAUDE_SKILL_DIR}/tools/professor_writer.py --name "<teacher>" --course "<course>" --school "<school>" --department "<department>"

This creates:

  • meta.json
  • persona.md
  • course.md
  • review_guide.md
  • materials/ source folders
  • materials_manifest.md
  • source_brief.md
  • workflow.md

Step 2: Sort material by signal strength

Rank sources before extracting:

  1. exams, quizzes, assignments
  2. lecture transcripts or lecture notes
  3. slides and syllabus
  4. group chats, Q&A logs, office-hour notes
  5. professor bio, homepage, publication summaries

Use higher-signal sources to determine exam and review content. Use lower-signal sources to sharpen persona and identity.

When source files have been placed into materials/, always run the single-command build pipeline:

python ${CLAUDE_SKILL_DIR}/tools/build_professor_outputs.py "<professor-dir>"

This pipeline must:

  • extract parseable text from pdf, pptx, docx, and text files into exports/extracted/
  • refresh materials_manifest.md
  • refresh source_brief.md
  • generate persona.md, course.md, and review_guide.md
  • validate the workspace before claiming it is ready

Read materials_manifest.md, source_brief.md, and the highest-signal extracted files first.

If ${CLAUDE_SKILL_DIR} is unavailable in the runtime, resolve tool paths relative to the skill root directory rather than the caller's working directory.

Step 3: Build three artifacts

Always generate these three files or sections:

  • persona.md
  • course.md
  • review_guide.md

If the user explicitly wants it, also generate:

  • mock exam
  • likely key points
  • oral-style explanation notes
  • teacher-style chat replies

When updating existing artifacts:

  • preserve strong evidence already reflected in the files
  • replace [fill me] placeholders with concrete content
  • keep unsupported claims marked as low-confidence inference

Step 3.5: Refuse fake confidence

If validate_professor.py warns that there are no exams, no transcripts, or no indexed sources, you should still help, but explicitly lower confidence and explain which parts are inferred.

Step 4: Keep the humor disciplined

Humor should come from recognition, not random jokes.

Prefer these patterns:

  • "这题上课讲过" energy
  • vague but familiar teacher phrasing
  • passive-aggressive reminders
  • overlong slides, underspecified key points
  • exam warnings that feel suspiciously real

Avoid:

  • insulting the professor
  • fabricated misconduct
  • fake official notices
  • humor that reduces usefulness

Legal And Content Guardrails

  • Treat imported materials as potentially sensitive by default.
  • Do not encourage users to upload or redistribute content they do not have the right to use.
  • Do not present generated text as an official notice, grading rule, or statement from the real professor.
  • Do not fabricate private facts, misconduct claims, or internal school policies.
  • If the user appears to be using private chats, recordings, unpublished materials, or other potentially restricted content without permission, warn briefly and continue only with clearly lawful, minimal assistance.
  • When uncertainty exists, prefer summarization, study guidance, and low-confidence caveats over imitation that could be mistaken for the real person.

Output Requirements

persona.md

Include:

  • identity summary
  • catchphrases
  • speaking style
  • how the professor answers vague questions
  • how they react to lazy students
  • how they signal importance without saying "this will be on the exam"
  • boundaries and correction notes

course.md

Include:

  • course overview
  • chapter map
  • likely core topics
  • recurring concepts
  • known exam styles
  • grading preferences or answer expectations
  • high-risk confusion points

review_guide.md

This is the student-facing compressed artifact.

It should:

  • prioritize likely exam content
  • reduce fluff
  • explain what to memorize versus what to understand
  • include "teacher may ask this way" examples
  • include a short "last-night-before-exam" section

Style Rules

  • Respond in the user's language. If the user is writing in Chinese, stay in Chinese.
  • Be concrete. Replace generic praise with specific behavioral patterns.
  • Do not present guesses as facts. Mark weak inferences clearly.
  • If the material is thin, say so and still produce a lightweight version.
  • Keep outputs organized and readable. Students should be able to skim them fast.

Internet Flavor

If the user wants stronger virality or "网感", lean into these angles while staying accurate:

  • "老师说不考"
  • "PPT 讲了很多,重点像没讲"
  • "群里回复比题目更难懂"
  • "你以为是人格模拟,实际上是期末自救"

The project should feel like a real tool wrapped in a shareable joke, not a joke wrapped around an empty shell.

Bundled Resources

  • Prompt templates live in prompts/
  • Material schema guidance lives in references/materials-schema.md
  • GitHub README positioning guidance lives in references/github-readme-design.md
  • Local scaffolding/build scripts live in tools/
  • Example professor data lives in professors/example_linear-algebra-liu/

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.07%
按下载量换算50

Claude

32.16%
按下载量换算43

Cursor

17.34%
按下载量换算23

Gemini CLI

9.01%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/commithu502craft/professor-skill --skill professor-skill 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills