学霸笔记 logo

学霸笔记

CommunityPopular
Unclecheng-li
学霸笔记

生成手写笔记本风格的单文件 HTML 学习笔记。当用户需要将技术内容、漏洞分析、知识总结等转化为视觉精美的网页笔记时使用。

Overview

PublisherUnclecheng-li
RepositoryAI_Animation
Skill name学霸笔记
Stars
1.3K
Forks
104
Bundled files
14
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 14 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by Unclecheng-li on GitHub. Read the source before you install it.

Installation

Install the 学霸笔记 AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/Unclecheng-li/AI_Animation.git /tmp/AI_Animation
mkdir -p .claude/skills
cp -r /tmp/AI_Animation/skills/scholar-notes .claude/skills/unclecheng-li
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable 学霸笔记 in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads 学霸笔记 on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so 学霸笔记 is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

学霸笔记 Skill

生成手写笔记本风格的单文件 HTML 学习笔记。

⚠️ 硬性约束(P0 级别,必须遵守)

  1. 禁止使用 emoji 作为任何图标或装饰符号 — 所有图标必须使用平面 UI 库(Lucide 或 Remix Icon)
  2. 内容页纸的高度不能超过皮革封面的高度 — 如果内容过多,必须压缩精简内容,以模板为参考

两种模板风格

Style A · 学霸笔记本(默认)

视觉:米黄横线纸 + 螺旋装订孔 + 胶带/咖啡渍/回形针装饰 字体:Kalam + Patrick Hand + Zeyada 图标:Lucide SVG(<i class="lucide-xxx"></i>交互:单页滚动,write-in 入场动画 适合:技术笔记、知识点总结、科普内容

assets/template.html

Style B · 手账皮革本

视觉:皮革封面 + 金属环装订 + 多页翻页 字体:Kalam + Ma Shan Zheng(毛笔)+ Zeyada 图标:Remix Icon(<i class="ri-xxx-line"></i>交互:翻页交互(键盘←→ / 点击),封面 + 内容页 适合:攻击链分析、漏洞笔记、深度技术研究

assets/template-journal.html

完整工作流

Step 1 · 需求澄清

如果用户未提供完整内容,需澄清以下问题:

  1. 笔记主题:标题是什么?副标题?
  2. 风格选择:Style A(学霸笔记本)还是 Style B(手账皮革本)?
  3. 内容大纲:有哪些章节/知识点?
  4. 技术术语:需要高亮的关键词、代码术语?
  5. 视觉元素:需要哪些组件(流程图、对比框、警告框、代码块等)?

Step 2 · 拷贝模板

bash
mkdir -p "项目/XXX/notes"
# Style A
cp "<SKILL_ROOT>/assets/template.html" "项目/XXX/notes/index.html"
# Style B
cp "<SKILL_ROOT>/assets/template-journal.html" "项目/XXX/notes/index.html"

立即修改 <title> 标签。

Step 3 · 填充内容

  1. 预检:读取模板的 <style> 块,确认所有可用的组件类名。
  2. 选择布局
    • Style A:从 references/layouts.md 中选择
    • Style B:从 references/layouts-journal.md 中选择
  3. 使用组件:从 references/components.md 中挑选组件。
  4. 添加装饰图标必须使用平面 UI 库图标绝对禁止使用 emoji
    • Style A:Lucide SVG(<i class="lucide-xxx"></i>
    • Style B:Remix Icon(<i class="ri-xxx-line"></i>
  5. 控制内容量内容页纸的高度不能超过皮革封面的高度,如果内容过多,压缩精简。

Step 4 · 对照检查清单自检

生成后,打开 references/checklist.md 逐项检查。

Step 5 · 本地预览

直接在浏览器中打开生成的 HTML 文件即可预览。

Step 6 · 迭代

根据用户反馈修改,调整内容、样式、动画延迟等。


设计原则

  1. 手写感第一:字体用 Kalam 系列,模拟真实手写。
  2. 纸质质感:横线纸 + 装订线 + 阴影。
  3. 装饰克制:胶带、咖啡渍、涂鸦是点缀,不能喧宾夺主。
  4. 颜色编码:红=警告/强调、蓝=信息/术语、绿=安全/正面、紫=技术/代码。
  5. 单文件输出:所有 CSS/JS 内联,浏览器直接打开。
  6. 禁止 emoji:不使用 emoji 作为图标。Style A 用 Lucide,Style B 用 Remix Icon。
  7. 内容适配:内容页纸的高度不能超过皮革封面的高度,内容过多时压缩精简。

资源文件结构

scholar-notes/
├── SKILL.md                      # 本文件
├── README.md                     # 人类文档
├── LICENSE
├── assets/
│   ├── template.html             # Style A 模板
│   └── template-journal.html     # Style B 模板
├── references/
│   ├── layouts.md                # Style A 布局库
│   ├── layouts-journal.md        # Style B 布局库
│   ├── components.md             # 组件手册
│   └── checklist.md              # 质量检查清单
└── examples/
    ├── style-a/                  # Style A 示例(5 个)
    └── style-b/                  # Style B 示例(3 个)

加载顺序:SKILL.md → 确定风格 → 读取对应模板 → 参考对应布局文件 → 参考 components.md → 自检 checklist.md

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the 学霸笔记 AI skill do?

生成手写笔记本风格的单文件 HTML 学习笔记。当用户需要将技术内容、漏洞分析、知识总结等转化为视觉精美的网页笔记时使用。

Why use 学霸笔记 on TypingMind?

Because you install it once and use it with any model. 学霸笔记 is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install 学霸笔记 in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/Unclecheng-li/AI_Animation/tree/master/skills/scholar-notes. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use 学霸笔记?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with 学霸笔记?

As many as you like. As long as a model supports skills, you can use 学霸笔记 with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the 学霸笔记 AI skill free?

Yes. It is published on GitHub by Unclecheng-li under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇