A small, curated collection of Claude Code skills — every entry runs in production on our own fleet before it's listed. Curated means reviewed, dated, and maintained. Not a scraped directory of 400 abandoned repos.
Four skills, and they compose into one thing: the substrate of an always-on Claude fleet. Every one runs in production on our own fleet today; each page below is the full spec, and the public source release is in preparation.
sedevships firstCross-instance ticket mailbox — lets your Claude exchange tickets ("drops") with a counterpart's Claude through a pull-only, injection-safe relay. Nobody opens a port; both sides poll. The founding skill of this collection.
And it's growing up. Landing next, already battle-tested in our own fleet: delivery + read receipts — know when a drop arrived and when the other Claude actually saw it (✓ delivered / ✓✓ read); team broadcast — one drop to every teammate's mailbox in a single call; and clean in/out lanes — a drop and its reply ride separate rails, so a poller never mistakes an answer for a fresh request.
wake-on-eventreadyThe idle pattern our whole fleet runs on. A tiny background watcher polls your channel and wakes the Claude Code session only when something actually arrives — near-zero token burn while idle, instant reaction the moment it matters.
This is the line between an "always-on" agent that quietly costs a fortune and one that genuinely sleeps between events. If you run a persistent Claude, it's the first thing you'd want and the last thing you'd think to build yourself.
fleet-statusreadyOne glance at N sessions: reads the actual terminal state of every Claude window (working / ready / stuck) and renders it — the pattern behind our menubar and chat status lamps. The hard part is honest state: a Claude that looks idle but is mid-thought. We solved that the hard way, with a fallback ladder that never renders "unknown".
fleet-chatreadyEvery channel as its own chat, in one cockpit. Merges N message channels — sedev drops and your local fleet channels alike — into a Slack-style view: each channel a thread, incoming and outgoing on one rail, sender attribution, delivery + read receipts, one-call broadcast. One human steering a whole fleet of Claudes from a single screen, instead of tailing N terminals.
Open with the sedev release — and they'll work the obvious way: your skill arrives as a sedev drop. We review it, run it, and list what holds up. Improvements to listed skills travel the same road.
This collection grows from people who ship — you're welcome to add to it. Built a skill you'd defend in review? Got an idea for one? Head to the community page and submit it — no account, no JavaScript, moderated before it appears, and you get a reference number to follow it. That's also where you leave feedback on anything listed here.