🕰️
AI EngineeringTypeScript

Claude Historian

by Vvkmnn

Claude Historian is an AI Engineering skill for Claude Code, published by Vvkmnn in claude-historian-mcp.

178 stars18 forkson Vvkmnn/claude-historian-mcpAdded 2026/09/07Repository updated 2026/06/15
aiai-toolsanthropicclaudeclaude-codecontext-retrievalconversation-historydeveloper-toolsinverted-indexjsonlllmmcpmcp-servermemorymodel-context-protocolnodejsnpxsearchsessiontypescript
Install in seconds
Install Claude Historian
Copy Claude Historian into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Vvkmnn/claude-historian-mcp/tree/master/.claude/skills/claude-historian ~/.claude/skills/claude-historian

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Vvkmnn/claude-historian-mcp.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/claude-historian/SKILL.md in Vvkmnn/claude-historian-mcp
Installs to
~/.claude/skills/claude-historian
Collection
The only skill cataloged from this repository
Category
AI Engineering3475 skills

What Claude Historian does

Claude Historian searches past conversations, errors, sessions, files, and plans before starting fresh. Use it to recall prior fixes, decisions, and recent work in a familiar project.

Claude Historian is cataloged under AI Engineering on DirSkills. Claude Historian comes from a repository tagged ai, ai-tools, anthropic, claude and claude-code.

Documentation

README

Claude Historian

Search conversation history before starting fresh. You may already have the answer.

When to Use

Before WebSearchsearch(query: "...", scope: "similar") or search(query: "...", scope: "conversations"). Past solutions beat web results.

Stuck on an errorsearch(query: "<error message>", scope: "errors"). Finds past fixes with code.

Entering a familiar projectsearch(scope: "sessions") for recent work. search(query: "...", scope: "plans") for past decisions.

Working on a familiar filesearch(scope: "files", filepath: "src/index.ts"). Shows past changes with context.

Quick Reference

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Claude Historian

  • How does Claude Historian compare to other AI Engineering skills?

    Claude Historian ranks #3129 by stars among the 3475 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Claude Historian against them. Open each page to compare what they document and how they install.