codegobrrrr9

Seatbelt — Development skill for Claude Code

Development community

Pre-ship safety check.

How to install Seatbelt

Installs to ~/.claude/skills/codegobrrrr9-seatbelt-seatbelt/SKILL.md

Terminal
mkdir -p ~/.claude/skills/codegobrrrr9-seatbelt-seatbelt && curl -fsSL https://raw.githubusercontent.com/codegobrrrr9/seatbelt/HEAD/commands/seatbelt.md -o ~/.claude/skills/codegobrrrr9-seatbelt-seatbelt/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Seatbelt does


description: Pre-ship safety check. Scans for leaked keys, unprotected tables, open routes and CORS, then fixes what it can and reports READY or NOT READY in plain English. allowed-tools: Bash(node:*), Read, Edit, Write, Grep, Glob

Run the seatbelt pre-ship check on this project.

  1. Run the scanner from the project root: node ${CLAUDE_PLUGIN_ROOT}/skills/seatbelt/scripts/scan.js . --json (if that path does not exist, find scan.js under the installed seatbelt skill directory).

Alternatives in Development

  • Diagnose Seq Scans — Remedy high seq scans on a table 7.2k ★
  • Om Tidy — Self-maintenance pass — acts on every hygiene flag: archives completed work, groups loose clusters, splits ove 4.6k ★
  • CORS — Scan an endpoint for CORS misconfiguration — arbitrary-origin reflection, null-origin trust, credential exposu 4.5k ★

Full documentation available on GitHub

View Source Repository