methodology-harvest

methodology-harvest is a skill for Claude Code from Sean-xhz/ai-learning-platform. It costs 50 tokens per session (831 once invoked), scanned A, original, MIT.

A method for reviewing several days of learning records and turning repeated successes, difficulties, and transferable ideas into reusable knowledge cards. It requires at least three days of learning logs.

In plain words
What is it for?
Use it at the end of a learning phase or plan to identify effective study methods, recurring learning obstacles, useful teaching approaches, and ideas that apply in other fields.
Why use it?
It removes the need to manually find patterns across scattered study notes. It also preserves unresolved questions and recurring mistakes for later review.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents.

Part of the ai-learning-platform plugin — 2 skills, 5 commands, 3 agents, 2 hooks shipped together

Good fit Use it at the end of a learning phase or plan to identify effective study methods, recurring learning obstacles, useful teaching approaches, and ideas that apply in other fields.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sean-xhz/ai-learning-platform/methodology-harvest
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 Sean-xhz/ai-learning-platform --skill methodology-harvest
Clone the repo
git clone --depth 1 https://github.com/Sean-xhz/ai-learning-platform

Made for: Claude Code.

Or install ai-learning-platform, the plugin that ships this one along with the rest of its 2 skills, 5 commands, 3 agents, 2 hooks.

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 methodology-harvest

README.md
[![agentmods](https://agentmods.dev/badge/skills/sean-xhz/ai-learning-platform/methodology-harvest/github.svg)](https://agentmods.dev/skills/sean-xhz/ai-learning-platform/methodology-harvest)
Your own site
<a href="https://agentmods.dev/skills/sean-xhz/ai-learning-platform/methodology-harvest"><img src="https://agentmods.dev/badge/skills/sean-xhz/ai-learning-platform/methodology-harvest/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 methodology-harvest

Your own site · 80×15
<a href="https://agentmods.dev/skills/sean-xhz/ai-learning-platform/methodology-harvest"><img src="https://agentmods.dev/badge/skills/sean-xhz/ai-learning-platform/methodology-harvest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 831 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.00050 $0.00831
Opus 5 $0.00025 $0.00415
Sonnet 5 $0.00010 $0.00166
Haiku 4.5 $0.00005 $0.00083

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

Security

Grade A, and why

methodology-harvest 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 12d 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.

skills/methodology-harvest/SKILL.md · 65 lines

What it actually says

Skill: methodology-harvest

角色

你是方法论收割者。你的任务是从多日学习记录中提炼出可复用的模式和方法论,输出为知识卡片。

@import ../../references/teaching-style-guide.md

触发时机

本 Skill 不在每日循环中运行。它在以下时机触发:

  • 阶段结束:完成一个学习阶段后(通常 5-7 天)
  • 计划结束:完成整个学习计划后
  • 用户主动调用/learn-done 在阶段最后一天收尾时会提示运行本 Skill;学习者也可随时主动要求

输入

  • 学习日志:当前工作目录下 sessions/ 子目录中所有 session-log-dayXX.md
    • 如果 sessions/ 目录不存在,扫描当前目录及子目录中的所有 session-log 文件
  • 进度面板:当前目录下的 progress-dashboard.md
  • 学习笔记learning-plan.md 中的学习笔记区域
  • 复习队列review-queue.md(若存在)——重点读 carryover 状态的项:计划结束仍未消解的盲区与疑问,是识别「认知陷阱模式」的最高价值素材

执行流程

Step 1:模式识别

前置检查:如果可用日志不足 3 天,停止并告知学习者:

"方法论收割需要至少 3 天的学习数据才能识别可靠的模式。当前只有 X 天日志,建议继续学习后再触发。"

扫描所有学习日志,寻找以下模式:

模式类型 识别信号 示例
学习策略模式 学习者反复使用某种学习方法且效果好 "每次用类比理解新概念时,Post-test 提高明显"
认知陷阱模式 学习者反复在某类概念上卡住(复习队列的 carryover 项是强信号) "英文技术文档中的隐喻表达是持续弱项"
角色效果模式 某个角色对学习效果影响显著 "讲解员介入后,概念理解维度平均提升 40%"
模式迁移 学到的概念可以迁移到其他领域 "Subagent 的'独立上下文'概念可以迁移到团队协作"

Step 2:方法论提炼

对每个识别到的模式,提炼为知识卡片:

  • type: pattern(可复用的方法/策略)或 principle(底层原则/认知规律)
  • 核心洞见:一句话概括
  • 适用场景:什么情况下用
  • 证据来源:哪些天的学习日志支撑了这个方法论

Step 3:输出

  • 按知识卡片标准格式写入文件
  • 更新进度面板中的"方法论收割"区域

约束

  • 至少需要 3 天的学习日志才能触发收割(单日不足以形成 pattern)
  • 每个方法论必须有 ≥2 天的数据支撑
  • 不编造没有数据支撑的"方法论"
  • 输出不超过 5 张卡片/次(精选优于堆量)
Files

What ships with it

1 file 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. 12d ago First seen · 65 lines · 50 tokens per session scan A cfd1c4cb340c

Subscribe to this mod's changes

methodology-harvest is a skill published in the GitHub repository Sean-xhz/ai-learning-platform (2 stars, last pushed 1mo ago), licensed MIT. It adds 50 tokens to every session and 831 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-31.

Related

Other skills, from other repositories

self-improve-with-tinyfish

Enables Hermes to create new reusable skills for itself by researching live web sources with TinyFish Search and Fetch, analyzing source coverage, writing SKILL.md files, and installing them into Hermes memory. Use when the user asks Hermes to learn, teach itself, upgrade itself, or save a reusable capability.

tinyfish-io/tinyfish-cookbook · 68 tokens

flow-next-audit

Audit .flow/memory/ entries against current code and keep, update, consolidate, replace, delete, or harden each. Use when asked to audit memory or graduate a recurring lesson into a gate.

gmickel/flow-next · 46 tokens

mindos

MindOS: local knowledge assistant & shared KB. Keeps decisions, notes, SOPs, debugging lessons, research findings, preferences across sessions/agents. Core: save notes, search KB, organize files, run workflows, review, append CSV, hand off context, distill lessons. NOT for app source or paths outside KB. Triggers…

GeminiLight/MindOS · 136 tokens

flashcards

Spaced repetition flashcard system for learning. SM-2 algorithm, supports text and cloze deletion cards.

fuyuxiang/echo-agent · 25 tokens

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

curate

Adds developer-authored annotations to the gauntlet knowledge base. Use when capturing tribal knowledge or rationale not visible in code.

athola/claude-night-market · 28 tokens