skills

agent
Security Audit
Warn
Health Warn
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 5 GitHub stars
Code Warn
  • Code scan incomplete — No supported source files were scanned during light audit
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

Small, sharp skills for working with AI coding agents. Copy one in and go.

README.md

bounded-dev / skills

Small, sharp skills for working with AI coding agents. Copy one in and go.

A skill is just a folder with a SKILL.md — plain, on-demand instructions an agent loads when they're relevant. It's a simple, increasingly common format across coding agents; Claude Code is one host, and these adapt easily to others.

Part of bounded.dev — Paul Grimshaw on software architecture and AI-assisted development.

Skills

🛬 flight-status 🛬

A read-only snapshot of your current session. It flags anything you've decided, drafted, or produced — plus uncommitted, unpushed, or stashed git work — that isn't yet saved anywhere durable.

The premise: AI sessions are disposable, your project is not. Before you close a session, you want to know nothing worth keeping is still floating in the chat and nowhere else. Run it before you walk away:

──────────  🛬  FLIGHT STATUS  🛬  ──────────
🔴  disposable-sessions blog post — angle agreed, not written down
🟠  auth refactor — uncommitted in the working tree
🟠  spike branch — 3 commits, unpushed
──────────────────────────────────────────────
  • 🔴 only in the chat — gone the instant you close the session
  • 🟠 on disk but not landed — uncommitted, unpushed, or stashed; survives the close, but isn't durable
  • 🟢 all captured — safe to close

skills/flight-status

Install

A skill goes wherever your agent looks for one. For Claude Code that's .claude/skills/ — user-level (~/.claude/skills/) for every project, or a repo's own .claude/skills/ for just that one.

Quick — grab just this skill. Downloads the file, runs nothing:

mkdir -p ~/.claude/skills/flight-status
curl -sSL https://raw.githubusercontent.com/bounded-dev/skills/main/skills/flight-status/SKILL.md \
  -o ~/.claude/skills/flight-status/SKILL.md

Or clone and copy — handy for browsing or taking several:

git clone https://github.com/bounded-dev/skills && cd skills
cp -R skills/flight-status ~/.claude/skills/

Then invoke it — in Claude Code, /flight-status.

More coming

This is the start of a collection. ⭐ the repo to follow along.

License

MIT.

Reviews (0)

No results found