General bay
What's new in the Hangar
SkillStableby @julian2026-06-08
Copies
—
loading…
Views
—
loading…
Spice
A bit of context helps. Read the notes.
paste into Claude, or drop the file into a Claude Code skills dir
Run this after Claude tells you plugins updated (
/reload-plugins). Claude Code won't tell you what's new in an update, this fills that gap.
What it does
Fetches the latest additions to The Hangar and gives you a short, readable rundown: what each new skill does and the command to invoke it.
When to use
- Right after a plugin update /
/reload-pluginsprompt - Any time you want to catch up on what's been added to the Hangar lately
- "what's new in the hangar", "what skills were added recently"
The skill
Fetch the live feed of recently-added Hangar skills:
https://planes-hangar.vercel.app/api/whats-new
It returns JSON: { updated, count, skills: [{ title, bay, added_on, summary, in_plugin, install, command, url }] }.
Present it to me as a tight rundown, most recent first:
- Open with one line: how many skills and the date of the most recent addition.
- Group by
added_ondate (newest first). Under each date, list each skill as:- Title (Bay) , one-line summary.
- If
in_pluginis true: show the command to run it (command) and note it installs withinstall. If false, say it's browse-only on the site and linkurl.
- If I don't already have the relevant bay plugin installed, remind me I can get it with
claude plugin marketplace add teamplanes/hangarthenclaude plugin install <install>. - Keep it scannable. No preamble, no "here's what I found". Just the rundown.
If the fetch fails, tell me to check https://planes-hangar.vercel.app/top-skills instead.
Comments & reactions
Comments arrive once we point Giscus at the repo. Threads in GitHub Discussions. Reactions count as votes. No new logins.