s4h-historical-lesson-extraction

s4h-historical-lesson-extraction is a skill for Claude Code from human-avatar/skills-for-humanity. It costs 73 tokens per session (1,201 once invoked), scanned A, original, MIT.

A method for extracting a general lesson from a specific historical case by separating surface details from the underlying reason events unfolded.

In plain words
What is it for?
Use it to analyse a past event, identify its transferable principle, and apply that principle to a different situation.
Why use it?
It prevents you from copying visible actions while missing the conditions that made them work or fail.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: names the AskUserQuestion tool.

Part of the skills-for-humanity plugin — 197 skills, 1 hook shipped together

Good fit Use it to analyse a past event, identify its transferable principle, and apply that principle to a different situation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/human-avatar/skills-for-humanity/s4h-historical-lesson-extraction
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 human-avatar/skills-for-humanity --skill s4h-historical-lesson-extraction
Clone the repo
git clone --depth 1 https://github.com/human-avatar/skills-for-humanity

Made for: Claude Code.

Or install skills-for-humanity, the plugin that ships this one along with the rest of its 197 skills, 1 hook.

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 s4h-historical-lesson-extraction

README.md
[![agentmods](https://agentmods.dev/badge/skills/human-avatar/skills-for-humanity/s4h-historical-lesson-extraction/github.svg)](https://agentmods.dev/skills/human-avatar/skills-for-humanity/s4h-historical-lesson-extraction)
Your own site
<a href="https://agentmods.dev/skills/human-avatar/skills-for-humanity/s4h-historical-lesson-extraction"><img src="https://agentmods.dev/badge/skills/human-avatar/skills-for-humanity/s4h-historical-lesson-extraction/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 s4h-historical-lesson-extraction

Your own site · 80×15
<a href="https://agentmods.dev/skills/human-avatar/skills-for-humanity/s4h-historical-lesson-extraction"><img src="https://agentmods.dev/badge/skills/human-avatar/skills-for-humanity/s4h-historical-lesson-extraction.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,201 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00073 $0.01201
Opus 5 $0.00036 $0.00600
Sonnet 5 $0.00015 $0.00240
Haiku 4.5 $0.00007 $0.00120

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

Security

Grade A, and why

s4h-historical-lesson-extraction 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 9d 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/s4h-historical-lesson-extraction/SKILL.md · 121 lines

How it starts

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

Historical Lesson Extraction

Every case contains multiple lessons. Most people extract the wrong one — the surface action rather than the underlying principle. "They moved fast" is not a lesson. "Speed of iteration was decisive because the cost of a wrong assumption exceeded the cost of an incomplete product, making information the binding constraint" is a lesson. This skill separates what happened from why it happened, and from that derives a principle that transfers to contexts the original case never anticipated.


Your Process

Step 1: Describe the Case What happened? Who was involved, what decisions were made, what were the outcomes? Provide enough specifics to work with — the analysis depends on the case having real texture, not just a summary.

Framing check: Confirm the specific historical case before continuing. State what you've identified — the case, the key actors or decisions involved, and the outcome being examined — in one sentence, then use AskUserQuestion:

  • Question: "I'm reading this as: [your one-sentence framing of the specific case and outcome]. Is that right?"
  • Header: "Framing"
  • Options:
    • Yes — proceed — framing is correct
    • Adjust — one element is off; user will correct it before you continue
    • Reframe — different situation than read; incorporate the correction before proceeding

Step 2: Surface Events What happened at the observable level — the actions taken, the decisions made, the sequence of events from beginning to outcome? Keep this purely descriptive. No interpretation, no causation claims yet. Just what an observer would have recorded.

Step 3: Underlying Dynamics Why did this happen? What forces, incentives, constraints, beliefs, or structural conditions drove the observable events? Ask: what would have had to be different for the outcome to change? The answer identifies the causal variables.

Step 4: Abstract the Principle Strip away names, technologies, industries, time period, and geographic context. What is the underlying rule this case illustrates? State it as a transferable principle: "When [conditions], [variable] tends to produce [outcome] — because [mechanism]." The mechanism is the crucial part — without it the principle can't be tested or applied intelligently.

Read the full file on GitHub · 121 lines

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. 9d ago First seen · 121 lines · 73 tokens per session scan A 9228773b1261

Subscribe to this mod's changes

s4h-historical-lesson-extraction is a skill published in the GitHub repository human-avatar/skills-for-humanity (223 stars, last pushed 1mo ago), licensed MIT. It adds 73 tokens to every session and 1,201 once invoked, about $0.0004 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-09-03.

Related

Other skills, from other repositories

flow-state

Optimizes individual and team productivity using Csikszentmihalyi's flow state framework, covering the conditions for flow (clear goals, immediate feedback, challenge-skill balance), the four-stage flow cycle, and organizational flow design. Use when auditing personal or team focus time, diagnosing productivity loss…

fatihguner/foreman · 96 tokens

learning-and-development

Builds capability — skills gaps, career frameworks, training that transfers to the job, and internal mobility. Use this to design a career ladder, close a capability gap, decide whether to build or hire a skill, structure onboarding into a role, or work out why training keeps failing to change anything.

cbrock84/headcount · 64 tokens

vertical-real-estate

Residential-proptech domain knowledge so architect / pm aren't naive when speccing real-estate products (listings, lead-crm, transaction-coordination, property-mgmt). Codifies MLS/IDX reality, listing status lifecycle + syndication canonical-source, long-cycle lead nurture, transaction-coordination as the high-pain…

avelikiy/great_cto · 99 tokens

engineering-onboarding

Create an onboarding guide for an engineer joining a team that consumes the design system. Trigger when someone says: onboard new engineer, developer getting started guide, new engineer guide, engineering onboarding, first day for developers, frontend onboarding, or anything about helping an engineer new to the team…

murphytrueman/design-system-ops · 68 tokens

lewin-leadership-styles

Assesses leadership approach using Lewin's three styles: autocratic, democratic, and laissez-faire. Evaluates the fit between a leader's dominant style and their organizational context. Use when diagnosing team dysfunction caused by management style, transitioning from founder-led to distributed decision-making…

fatihguner/foreman · 78 tokens

thinking-fast-and-slow

Audits business decisions for cognitive biases using Kahneman's dual-process theory of System 1 (fast, intuitive) and System 2 (slow, analytical) thinking. Covers overconfidence, anchoring, loss aversion, planning fallacy, and availability heuristic. Use when conducting pre-mortems on major initiatives, debiasing…

fatihguner/foreman · 95 tokens