From tinyhat
Open the skill-audit history page — a local index of the latest report plus every dated archive snapshot (up to 31), with links to each. Triggers on "show my skill audit history", "browse my tinyhat audits over time", "list all my skill audits", "see previous skill audits", "open the audit archive", "show the tinyhat archive", or explicit /tinyhat:history invocations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tinyhat:historyThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Open `${CLAUDE_PLUGIN_DATA}/archive/index.html`. That page lists the
Open ${CLAUDE_PLUGIN_DATA}/archive/index.html. That page lists the
latest report plus every dated archive snapshot (up to 31) with
one-click links. Each entry opens its own report.html.
If the new plugin-data path is empty but the legacy path
~/.claude/tinyhat/archive/index.html exists, use the legacy path for
this browse. The next write-capable Tinyhat command will migrate it.
${CLAUDE_SKILL_DIR} is rendered into the skill content before Claude
runs the Bash block below, so the command keeps pointing at the version
of Tinyhat that loaded this skill.
${CLAUDE_PLUGIN_DATA}/archive/index.html exists.
~/.claude/tinyhat/archive/index.html.${CLAUDE_PLUGIN_DATA}/latest/report.html exists,
regenerate the index without running a new audit:
python3 "${CLAUDE_SKILL_DIR}/../../scripts/render_report.py" --index-only
/tinyhat:audit to create the first snapshot.open "${CLAUDE_PLUGIN_DATA}/archive/index.html" # macOS
xdg-open "${CLAUDE_PLUGIN_DATA}/archive/index.html" # Linux
start "${CLAUDE_PLUGIN_DATA}/archive/index.html" # Windows
Every report page has an all reports → link in its header that
returns the user here. From this page, each entry opens its own
report.html. No server — pure static files.
Direct them to /tinyhat:audit. This skill only browses; it
doesn't regenerate.
npx claudepluginhub tinyhat-ai/tinyhat --plugin tinyhatCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.