hongdangmoo49

Restore History — Development skill for Claude Code

Development community

과거 Claude Code / Codex 세션 기록을 vault에 구조화된 문서로 복원.

How to install Restore History

Installs to ~/.claude/skills/hongdangmoo49-oh-my-obsidian-restore-history/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hongdangmoo49-oh-my-obsidian-restore-history && curl -fsSL https://raw.githubusercontent.com/hongdangmoo49/oh-my-obsidian/HEAD/commands/restore-history.md -o ~/.claude/skills/hongdangmoo49-oh-my-obsidian-restore-history/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Restore History does


description: "과거 Claude Code / Codex 세션 기록을 vault에 구조화된 문서로 복원" argument-hint: "[recent N | from YYYY-MM-DD to YYYY-MM-DD | all]" allowed-tools: Bash, Read, Write, Glob, AskUserQuestion, Agent

Context

  • OBSIDIAN_VAULT: !echo "${OBSIDIAN_VAULT:-not set}"
  • Current directory: !node -e "console.log(process.cwd())"
  • Available projects (Claude Code): !ls ~/.claude/projects/ 2>/dev/null | head -20
  • Codex sessions dir: !`node -e "const h=process.env.CODEX_HOME||require('path').join(

Alternatives in Development

  • 09 Bygdebok Extraction — Local History Extraction 1.1k ★
  • Claude Usage — A local dashboard for tracking your Claude Code token usage, costs, and session history 864 ★
  • Pool Ohlcv — Fetch price and volume history for a specific Meteora pool 722 ★

Full documentation available on GitHub

View Source Repository