structured-learning

A structured teaching guide for academic subjects, with concise and detailed modes and adjustments for different levels of prior knowledge.

In plain words
What is it for?
Use it to learn or review concepts, theorems, and formulas, solve academic questions, prepare for tests, and switch between short and expanded explanations.
Why use it?
It organizes explanations, formulas, examples, review, and common mistakes so learners can study or prepare for exams in a consistent way.

Cursor rule for Cursor

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add rules/glacierxiaowei/structured-learning-skill/structured-learning
Clone the repo
git clone --depth 1 https://github.com/GlacierXiaowei/structured-learning-skill

Made for: Cursor.

Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,101 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00021 $0.01101
Opus 5 $0.00010 $0.00550
Sonnet 5 $0.00004 $0.00220
Haiku 4.5 $0.00002 $0.00110

Measured yesterday against content hash 11f62fd223b5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

structured-learning scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/rules/structured-learning.mdc · 121 lines

What it actually says

Structured Learning (结构化学习)

Overview

结构化学习助手,提供双模式教学(简明/详细),支持学术知识点的系统学习、复习和考试准备。

核心创新

  • 双模式切换(简明3步 / 详细7步)
  • 三层用户适配(高级/进阶/基础)
  • 结构化思考内嵌
  • 应试导向设计

When to Use

触发条件

  • 学习或复习学术知识点
  • 学科概念、公式、定理问答
  • 学术考试准备
  • 章节系统复习

不适用

  • ❌ 单题目讲解 → 使用 guided-learning
  • ❌ 编程任务 → 使用 coding skill
  • ❌ 非学术学习(工具使用、语言考试等)

Core Pattern: 双模式机制

模式选择流程

用户提问
    │
    ├── 检测学习记忆
    │       │
    │       ├── 有记录且掌握良好 → 简明模式
    │       └── 新知识/掌握较弱 → 详细模式
    │
    └── 无记忆
            │
            ├── 用户说"复习" → 简明模式
            ├── 用户说"学习/教我" → 详细模式
            ├── 用户表达困惑 → 详细模式
            └── 基础用户 → 默认详细模式

模式切换指令

指令 效果
"详细模式" / "详细讲" / "展开讲讲" 切换详细模式
"简明模式" / "简单说" / "直接给答案" 切换简明模式
"举个例子" / "给道题" 补充例题
"不懂" / "没明白" 切换详细模式,换方式重讲

Quick Reference

简明模式(3步)

步骤 内容
1. 知识点概要 + 结论 简短概述 + 核心结论
2. 关键步骤 2-3步推导,标注依据和条件
3. 易错提醒 + 扩展 常见错误 + 询问是否展开

适用:复习巩固、查阅定义、简单计算、快速答疑

详细模式(7步)

步骤 内容 重要规则
1. 前置复习 相关知识点回顾 + 掌握程度检测 无记忆可跳过,需告知用户
2. 知识点讲解 核心定义 + 直观理解 + 关键区分 不可跳过
3. 公式/定理 分组呈现 + 记忆口诀 + 常见错误 不可跳过
4. 典型例题 2-3道例题 + 完整过程 + 技巧总结 不可跳过
5. 总结 核心要点 + 考试高频考点 + 易错点 不可跳过
6. 课后练习 基础题 + 提高题(折叠答案) 不可跳过
7. 确认 能力检查清单 + 更新记忆 不可跳过

适用:学习新知识、系统复习、准备考试、概念理解困难


单题目讲解请求处理

触发条件:用户问"这道题怎么做"、"帮我分析这道题"

处理流程

检测到单题目讲解请求:
    │
    ├── 提供简短解题思路(1-2步核心步骤)
    │
    └── 必须添加提示:
        "💡 这道题适合引导式学习,让我带你一步步发现答案。
         请说:使用引导式学习"

Common Mistakes

错误 正确做法
跳过7步流程中的步骤 详细模式7步不可跳过
在简明模式讲太详细 保持精简,用户可要求展开
基础用户提示缺少能力 完全静默,直接回答
单题目深入讲解 转给 guided-learning 或简短提示
无记忆时强制前置复习 跳过并告知用户,用户可主动要求
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 121 lines · 21 tokens per session scan A 11f62fd223b5

Subscribe to this mod's changes

structured-learning is a cursor rule published in the GitHub repository GlacierXiaowei/structured-learning-skill (3 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 21 tokens to every session and 1,101 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.