Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Historical

ASecurity

Entry point for the historical reasoning toolkit. Routes to the right historical skill based on your situation. Use when you say 'historical', 'has this happened before', 'what does history say', 'what cycle is this', 'what usually goes wrong', 'what's the lesson', or want historical reasoning applied without knowing which specific tool fits.

19 stars
0 votes
0 copies
1 views
Added 9/19/2026
ai-agentsgo

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill historical --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Historical?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Historical
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-historical/badge)](https://www.skillsdirectory.com/skills/rondoflow-historical)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: historical
description: "Entry point for the historical reasoning toolkit. Routes to the right historical skill based on your situation. Use when you say 'historical', 'has this happened before', 'what does history say', 'what cycle is this', 'what usually goes wrong', 'what's the lesson', or want historical reasoning applied without knowing which specific tool fits."
---

# Historical

Applies historical reasoning to current situations. Diagnoses what kind of historical analysis is needed and applies the right tool.

## Which tool fits

| You need to... | Tool |
|---|---|
| Identify what recurring cycle this is and where you are in it | cycle-detection |
| Find recurring failure modes from similar past situations | failure-analysis |
| Extract the transferable principle from a specific historical case | lesson-extraction |
| Find genuinely similar historical situations to inform a decision | precedent-analysis |

## Routing Decision

- **Situation feels like it has been seen before, want to know where in the pattern you are** → cycle-detection
- **About to do something and want to know how it typically fails** → failure-analysis
- **Have a specific historical case and want to know what it actually teaches** → lesson-extraction
- **Making a decision and want to know what history says** → precedent-analysis
- **Unclear** → precedent-analysis; finding the analogous situation usually reveals cycles, lessons, and failure modes together

**Framing check:** Confirm the specific historical situation before routing. State what you've identified — the actual situation being examined, what time pressure or decision is attached, and the historical angle being sought — in one sentence, then use `AskUserQuestion`:
- **Question:** "I'm reading this as: [your one-sentence framing of the situation and what historical lens fits]. 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

## Confirm Direction

After diagnosing which tool fits, use the `AskUserQuestion` tool to confirm direction. Construct the question dynamically to include your diagnosis:

- **Question:** "My read: **[diagnosed tool]** — [one sentence on why it fits]. How would you like to proceed?"
- **Header:** "Direction"
- **Options:**
  - **Yes, run that tool** — Execute the diagnosed skill immediately using the context already provided
  - **Show all options** — List every skill in this category with one-line descriptions
  - **Quick version** — Run a lighter-weight alternative if one exists for this situation
  - **Re-diagnose** — Revisit the situation description for a different read

Proceed based on their selection.

---

## Cycle Detection

*Identifies what recurring cycle this is and where in it you currently are.*

Most situations are instances of known cycles: hype cycles, market cycles, innovation S-curves, boom-bust patterns, political pendulum swings. Name the cycle candidates. Test each: does the current situation match the structural characteristics of that cycle? If so: what phase are you in (early, peak, correction, trough, recovery)? What does the cycle predict comes next?

**Output:** Cycle identification with evidence, current phase assessment, and what the cycle predicts comes next.

---

## Failure Analysis

*Extracts recurring failure modes from similar past situations.*

Most failures have happened before in recognizable patterns. Identify 3-5 historical situations that are structurally similar to the current one. For each: what went wrong? Was the failure caused by overconfidence, resource depletion, misreading the environment, internal conflict, timing, or something else? Look for the failure mode that appears across multiple cases — that's the one most worth preparing for.

**Output:** Historical failure case inventory, recurring failure modes ranked by frequency and severity, and the specific early warning signs to watch for.

---

## Lesson Extraction

*Extracts the transferable principle from a specific historical case.*

Historical cases carry both contingent details (specific to their time and place) and transferable principles (valid across contexts). The challenge is separating them. Take the case and ask: what actually caused the outcome — the surface events or the underlying dynamics? If you removed all the period-specific details, what structural principle remains? Test that principle against at least one other historical case.

**Output:** The contingent surface details set aside. The underlying structural principle. Cross-case validation. How the principle applies to the current situation.

---

## Precedent Analysis

*Finds and applies genuinely similar historical situations.*

Distinguish true precedents from superficial analogies. A true precedent shares the underlying causal structure, not just surface similarity. Find 2-3 candidate precedents. For each: what makes it genuinely similar? What makes it different in ways that matter? What did decision-makers do, and what happened? What would they have done differently in hindsight?

**Output:** Precedent inventory with genuine vs. superficial similarity assessment, decision-outcome analysis for each, and the lessons that most directly apply.

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693621 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →