From 4b07ba02a650a1f39cf068ee35cc7fd860cd85c8 Mon Sep 17 00:00:00 2001 From: Matt Van Horn <455140+mvanhorn@users.noreply.github.com> Date: Tue, 14 Apr 2026 12:19:49 -0400 Subject: [PATCH] docs: document .skill upload path via scripts/build-skill.sh --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 3b5875c..64ed341 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,17 @@ Workarounds: git clone https://github.com/mvanhorn/last30days-skill.git ~/.claude/skills/last30days ``` +### Upload as a Claude Skill (claude.ai) + +To upload `last30days` via the claude.ai skill UI, produce a `.skill` file: + +```bash +bash scripts/build-skill.sh +# -> dist/last30days.skill +``` + +Then drag `dist/last30days.skill` into the "Upload skill" dialog. The script honors claude.ai's 200-file upload cap and ships a single `SKILL.md` at the skill-folder root. + Reddit (with comments), Hacker News, Polymarket, and GitHub work immediately. Zero configuration. Run `/last30days` once and the setup wizard unlocks more sources in 30 seconds. ## Bring your own keys