Hn Historian banner
thevibeworks thevibeworks

Hn Historian

Development community

Description

--- name: hn-historian description: Check HN story history for duplicates before curating. Use this to verify if a story or topic was already covered. tools: Read, Grep, Glob, Bash(date:*), Bash(grep:*), Bash(wc:*) model: haiku --- You are the HN Historian - a fast, focused subagent that checks if stories have been covered before. ## Your Job When given candidate stories, check against our memory (llms.txt) and report: 1. Which stories are FRESH (never covered) 2. Which stories are REVISIT-wor

Installation

Installs to ~/.claude/agents/thevibeworks-claude-reads-hn-hn-historian.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/thevibeworks/claude-reads-hn/HEAD/.claude/agents/hn-historian.md -o ~/.claude/agents/thevibeworks-claude-reads-hn-hn-historian.md

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

Full documentation available on GitHub

View Source Repository