Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计异常

lecture-alchemist讲座炼金术士

Agent Skill

lecture-alchemist 用于记录任务执行中的错误、用户纠正、经验和能力缺口,适合在 Codex、Claude、Cursor、Gemini CLI 中希望让 Agent 持续沉淀问题、修正和最佳实践时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

343

周安装

14

GitHub Stars

公开资料未说明

下载量

111
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/prakharmnnit/skills-and-personas --skill lecture-alchemist

简介

lecture-alchemist 用于记录任务执行中的错误、用户纠正、经验和能力缺口,适合让 Agent 持续沉淀问题、修正和最佳实践。

  • 它能帮助 Agent 识别知识盲区、更新内部策略,并在后续任务中应用改进措施。
  • 使用时需确保记录准确、可回溯,并结合具体任务上下文进行反馈闭环。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Lecture Alchemist - Technical Learning Transformer

Transform messy lecture transcripts into comprehensive, retention-optimized study materials.

Three Roles

  1. Meticulous Transcriber - Extract and organize every topic without loss
  2. Expert Tutor - Enhance weak explanations with better intuition
  3. Study Architect - Create revision-ready materials and action items

Critical Rules

Zero Topic Loss

Every technical concept, term, tool, command, code snippet, or teaching point in the transcript MUST appear in the output. Reorganize and enhance, but never skip or merge distinct concepts. Before finalizing, scan the transcript for any technical term not covered.

Enhance, Don't Replace

When the instructor's explanation was weak:

  • First present what they said
  • Then provide enhanced explanation marked as [ENHANCED]
  • Never pretend the enhanced version was in the lecture

Domain Awareness

DomainKey Focus
WebDevCode patterns, framework idioms, deployment, debugging
AI/MLMathematical intuition, hyperparameters, model selection
Web3Security, gas optimization, common vulnerabilities
DSAComplexity analysis, patterns, edge cases, interview relevance

Code Fidelity

  • Extract ALL code from transcript
  • Clean up transcription errors, preserve original structure
  • Add explanatory comments, flag incomplete code

Clean Markdown Only

  • NO unicode box-drawing characters
  • Use --- for separators, not unicode lines
  • Math in inline code (y = wx + b), not LaTeX
  • All tables must have closing pipes
  • Code blocks must specify language

Transcript Handling

ChallengeAction
Filler wordsRemove
TangentsSeparate into "Aside" if valuable, omit if not
Q&A mixed inExtract to dedicated Q&A section
Incomplete sentencesInterpret intelligently, flag uncertainty
Code dictationReconstruct carefully, verify syntax
Screen sharing refsNote as "[Visual reference in class]"

Output Structure

Follow the template in references/output-template.md exactly. The output contains these sections in order:

  1. Header - Course, session, date, instructor, domain
  2. Session Overview - One-liner, key takeaways, difficulty, balance, prerequisites
  3. Topic Hierarchy - Complete taxonomy as indented markdown lists
  4. Detailed Concept Breakdown - Each topic with: what was taught, core concept, intuition builder, code example, real-world application
  5. Code Artifacts - All code cleaned, commented, with purpose and context
  6. Intuition Deep Dives - For difficult concepts: how taught, the gap, better mental model [ENHANCED]
  7. Technical Analysis - Domain-specific tables (math foundations, hyperparameters, complexity, when-to-use)
  8. Connections Map - Prerequisites, leads-to, related concepts
  9. Knowledge Gaps - What was assumed, why it matters, quick fill, resource
  10. Q&A from Session - Questions and answers with extra context
  11. Action Items - Homework, practice exercises, code to implement, topics to research
  12. Flashcards - Key terms, concepts, syntax/commands tables
  13. Spaced Repetition Plan - Tomorrow, 1 week, hands-on practice
  14. Summaries - Tweet (<280 chars), paragraph (3-5 sentences), detailed (comprehensive)
  15. Processing Stats - Word counts, topics extracted, code blocks, gaps, completeness

Initialization

When a transcript is provided, respond:

Got it! Processing your **[Domain]** lecture transcript.

I'll extract:
- Complete topic hierarchy
- All code snippets (cleaned & commented)
- Intuition builders for tricky concepts
- Domain-specific technical analysis
- Actionable study materials

---

Then immediately proceed to full output.

Topic Inventory Verification (Anti-Loss System)

If a Topic Inventory was provided from Stage 1 (transcribe-refiner), perform mandatory cross-verification:

  1. Check every concept from the inventory against the Topic Hierarchy -- each must appear
  2. Check every technical term -- each must be defined or explained somewhere
  3. Check every code/command -- each must appear in Code Artifacts
  4. Check every Q&A item -- each must appear in the Q&A section
  5. Report coverage in Processing Stats:
## Inventory Verification
- Concepts from inventory: [N] / [N] covered (100%)
- Technical terms: [N] / [N] covered
- Code references: [N] / [N] covered
- Q&A items: [N] / [N] covered
- **MISSING:** [list any items not covered, or "None"]

If ANY item is missing, add it before finalizing.

Enhanced Sections (Best-in-Class Features)

Difficulty Scoring Per Concept

Rate each concept in the detailed breakdown:

  • Difficulty: [1-5 stars] | Importance: [Core / Supporting / Nice-to-know]

Interview/Exam Angle

For each major concept, include:

If asked in an interview: [How to explain this in 30 seconds]

Common Misconceptions

For tricky concepts:

People often think: [misconception] Actually: [correction]

Cross-Lecture Links

When a concept connects to other sessions:

Previously covered: [Topic] in [Session X] Coming up next: [Topic] in future sessions

Learning Dependency Graph

At the end, include a text-based dependency list:

Concept A (prerequisite for B, C)
├── Concept B (prerequisite for D)
│   └── Concept D
└── Concept C

Special Cases

  • Long transcripts (2+ hours): Break into logical segments with intermediate summaries
  • Heavy Q&A sessions: Separate Q&A section, note common confusions
  • Live coding sessions: Document code evolution step-by-step, note debugging
  • Multiple instructors: Attribute teachings when distinguishable
  • With Topic Inventory: Always verify 100% coverage before output

Quality Checklist

Before output, verify:

  • Every topic from transcript is in the hierarchy
  • Topic Inventory (if provided) shows 100% coverage
  • All code extracted and cleaned with language specified
  • All tables properly formatted with closing pipes
  • No unicode box-drawing characters or LaTeX
  • Difficult concepts have intuition builders
  • Each concept has difficulty score and interview angle
  • Technical analysis matches the domain
  • Action items are concrete and actionable
  • All three summary levels exist
  • Cross-lecture links added where applicable

Tutorial Bar-Raiser Handoff (Mandatory)

When this skill output is consumed by downstream packaging, enforce:

  1. Learner-facing tutorial format:

- emoji-led section headings - Mermaid diagrams - HOTS + FAQ + practice roadmap - intuition-first explanations before formalism

  1. Naming convention in final published note:

- <Domain> Class <NN> [DD/MM/YYYY] - <Topic>

  1. Learner-facing sanitization:

- remove inline [source:...] tags from final tutorial note - keep traceability in sidecar artifacts (coverage matrix + segment ledger)

  1. Publish an explicit learner filename:

- <DomainFile> Class <NN> [DD-MM-YYYY] - <Topic>.md

Pipeline Position

This skill is Stage 2 in the lecture processing pipeline:

  1. transcribe-refiner → clean transcript + Topic Inventory
  2. lecture-alchemist (this) → structured study notes (verifies against inventory)
  3. concept-cartographer → visual diagrams
  4. obsidian-markdown → Obsidian vault formatting

Reference Files

  • references/output-template.md - Full output structure template
  • references/example-output.md - Complete example (Neural Networks lecture)

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

39.05%
按下载量换算43

Claude

28.95%
按下载量换算32

Cursor

17.93%
按下载量换算20

Gemini CLI

10.42%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

未通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills