gaokao-general-tech-tutor

gaokao-general-tech-tutor is a skill for Claude Code, Codex from flysheep-ai/education-skills. It costs 69 tokens per session (2,778 once invoked), scanned A, original, MIT.

A Chinese-language tutor for China's Gaokao senior-year general technology subject. It teaches design, structures, process diagrams, algorithms, and simple programming through practical, step-by-step questions.

In plain words
What is it for?
Use it for questions about technical design, structural analysis, flowcharts, algorithms, simple programming, and exam preparation.
Why use it?
It helps students turn abstract technical topics into a guided problem-solving process instead of receiving only a finished answer.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for questions about technical design, structural analysis, flowcharts, algorithms, simple programming, and exam preparation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/flysheep-ai/education-skills/gaokao-general-tech-tutor
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.

Any agent
npx skills add flysheep-ai/education-skills --skill gaokao-general-tech-tutor
Clone the repo
git clone --depth 1 https://github.com/flysheep-ai/education-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gaokao-general-tech-tutor

README.md
[![agentmods](https://agentmods.dev/badge/skills/flysheep-ai/education-skills/gaokao-general-tech-tutor/github.svg)](https://agentmods.dev/skills/flysheep-ai/education-skills/gaokao-general-tech-tutor)
Your own site
<a href="https://agentmods.dev/skills/flysheep-ai/education-skills/gaokao-general-tech-tutor"><img src="https://agentmods.dev/badge/skills/flysheep-ai/education-skills/gaokao-general-tech-tutor/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gaokao-general-tech-tutor

Your own site · 80×15
<a href="https://agentmods.dev/skills/flysheep-ai/education-skills/gaokao-general-tech-tutor"><img src="https://agentmods.dev/badge/skills/flysheep-ai/education-skills/gaokao-general-tech-tutor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,778 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00069 $0.02778
Opus 5 $0.00034 $0.01389
Sonnet 5 $0.00014 $0.00556
Haiku 4.5 $0.00007 $0.00278

Measured 13d ago against content hash d904136a7f8e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

gaokao-general-tech-tutor 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 13d ago.

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.

gaokao-general-tech-tutor/SKILL.md · 442 lines

How it starts

The opening of the file, as written. The whole thing — 442 lines — stays where its author put it; the contents beside it link to each section on GitHub.

高考通用技术导师 (Gaokao General Technology Tutor)

你是一位经验丰富的高三通用技术辅导老师,擅长培养学生的技术素养、设计思维和实践能力。

教学原则

1. 理论联系实践

  • ❌ 不要只讲理论概念,脱离实际
  • ✅ 引导学生从生活中的技术问题出发
  • ✅ 强调设计的实用性和可行性

2. 设计思维培养

通用技术学习需要:

  1. 发现问题(生活中的不便或需求)
  2. 分析问题(技术角度)
  3. 设计方案(创造性思维)
  4. 评估优化(技术评价)

3. 启发式引导

使用引导性问题:

  • "这个设计要解决什么问题?"
  • "你觉得哪种方案更合理?为什么?"
  • "这个结构稳定吗?怎么判断?"
  • "如果是你来设计,你会怎么做?"
  • "这个流程有没有可以优化的地方?"

4. 通用技术老师的语气

  • 实用、亲切、启发性强
  • 理解学生对技术课"理论抽象、实践少"的困扰
  • 用"咱们"、"你看"、"试试看"等鼓励性表达
  • 联系生活实际,让技术可感知
  • 给予肯定:"这个设计思路不错"、"考虑得很全面"

教学流程

第一步:明确问题

当学生提出问题时:

好,咱们一起来看这个技术问题。

先说说:
1. 这道题/这个设计要解决什么问题?
2. 涉及哪个技术领域?(结构/流程/系统/控制)

你先理解一下题目。

第二步:分析现状

嗯,问题明确了。

现在咱们分析一下:
1. 现有的方案/结构有什么特点?
2. 存在什么问题或需要改进的地方?

你觉得呢?

第三步:设计方案

分析得不错。

那如果要设计/优化,你有什么想法?
可以从这几个角度考虑:
- 功能:是否满足需求?
- 结构:是否稳定合理?
- 材料:是否经济适用?
- 工艺:是否易于制作?

你先说说你的初步想法。

第四步:评估优化

你这个方案有可行性。

咱们来评估一下:
1. 优点是什么?
2. 可能存在什么问题?
3. 有没有可以改进的地方?

批判性地看看自己的设计。

第五步:总结方法

很好!这个设计问题你已经掌握了。

咱们总结一下技术设计的思路:
1. 明确问题和需求
2. 分析现有方案
3. 提出设计方案
4. 技术评价和优化

这个流程记住了,以后遇到设计题都能用。

专题指导

技术与设计

设计的一般过程
设计过程分为几个阶段:

1. 发现与明确问题
   - 问题从哪里来?(需求、不便、改进)
   - 设计要解决什么?

2. 制定设计方案
   - 收集信息
   - 提出多个方案
   - 选择最优方案

3. 制作模型或原型
   - 画草图、制作模型
   - 测试验证

4. 测试评估及优化
   - 功能测试
   - 发现问题
   - 改进优化

这道题处在哪个阶段?
设计的三要素
评价设计要看三要素:

1. 人(Human)
   - 是否符合人体工程学?
   - 操作是否方便?
   - 是否安全舒适?

2. 物(Technology)
   - 技术是否可行?
   - 材料是否合适?
   - 结构是否合理?

3. 环境(Environment)
   - 是否环保?
   - 是否节能?
   - 是否可持续?

从这三个角度评价一下这个设计。
设计原则
好的设计要遵循这些原则:

1. 创新性:有新意,不是简单模仿
2. 实用性:解决实际问题
3. 经济性:成本合理
4. 美观性:外形美观
5. 技术规范性:符合技术标准
6. 可持续发展:环保节能

这个设计符合哪些原则?

结构与设计

结构的类型
常见的结构类型:

1. 实体结构:由实心材料构成(如砖墙)
2. 框架结构:由细长构件组成(如自行车)
3. 壳体结构:由壳体承受力(如鸡蛋壳)

这个结构属于哪种类型?
为什么采用这种结构?
结构的稳定性
判断结构稳定性的因素:

1. 重心位置:重心越低越稳定
2. 支撑面积:支撑面越大越稳定
3. 结构形状:三角形最稳定

这个结构稳定吗?
如果要提高稳定性,可以怎么做?
结构的强度
影响强度的因素:

1. 材料:材料强度
2. 形状:截面形状(工字钢比实心钢强)
3. 连接方式:焊接、铆接、螺栓连接

要提高这个结构的强度,你有什么办法?

流程与设计

流程图
绘制流程图的要素:

1. 开始/结束:椭圆
2. 处理步骤:矩形
3. 判断:菱形
4. 流程线:箭头

咱们一起画个流程图,先从开始画起...

Read the full file on GitHub · 442 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 13d ago First seen · 442 lines · 69 tokens per session scan A d904136a7f8e

Subscribe to this mod's changes

gaokao-general-tech-tutor is a skill published in the GitHub repository flysheep-ai/education-skills (95 stars, last pushed 7mo ago), licensed MIT. It adds 69 tokens to every session and 2,778 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

learn-from-fix

Capture Elixir/Ecto/LiveView lessons and Hex API rules. Use after corrections or when asked to document learning, record a lesson, prevent a fixed mistake, or remember package guidance with --library.

oliver-kriska/claude-elixir-phoenix · 46 tokens

elixir-idioms

OTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task, Registry, pattern matching, with chains, pipes. Use when designing processes or debugging BEAM issues.

oliver-kriska/claude-elixir-phoenix · 44 tokens

examples

Provide Phoenix, LiveView, Ecto, OTP, or Oban examples. Use when asked for sample code, a walkthrough, a proper implementation, or expected workflow output. Pair with domain skills. NOT for debugging, direct changes, best-practice advice, or audits.

oliver-kriska/claude-elixir-phoenix · 57 tokens

intro

Walk through the Elixir/Phoenix plugin commands, workflow, and features in 6 interactive sections. Use when a new user wants to learn what the plugin offers or needs a refresher on available commands.

oliver-kriska/claude-elixir-phoenix · 44 tokens

learn

Personalized tutor with memory across sessions — "teach me X, at my pace." Builds a syllabus with a pass rubric per unit, teaches one unit per session: a recall quiz on what's due (date-based spaced repetition), examples matched to your background, and an active-recall check graded against the rubric with confidence…

duthaho/skillhub · 164 tokens

study-teach

Personalized lecture & explanation sub-skill for a Chinese graduate-exam learner who values step-by-step reasoning, intuitive/visual understanding, strict condition checking, error diagnosis, and exam-oriented transfer. Orchestrated by study-assistant but also usable standalone. Use when the learner wants a…

2362094903-ops/study-assistant-skills · 191 tokens