VYEBE Get unstuck

Code we publish

Everything we open source lives under one GitHub account, and all of it is MIT. 1 public repository so far. Read the files before you run them, here or anywhere else.

clickflame-agent-skills

Agent skills for Supabase, Netlify and automated customer conversation

Four skills about the bugs that do not throw. A view that ignores row level security on the tables underneath it, an update that matches zero rows and returns 200, a deploy that reports Published and serves the wrong directory, and an after hours bot that tells a customer something confident and wrong. Every pattern came out of an incident on something live.

  • Ships a read only audit script that reports what your published anon key can actually reach.
  • Written from a multi tenant production database and a network of live sites, not from documentation.
  • The complete text of every file is published on this site before you install anything.

MIT licensed. Markdown and SQL.

What is not here

Public repositories only. Client sites and internal tools stay private, so this list is shorter than the amount of code behind it.

We build and run software for local service businesses, and most of that is a client's data or a client's brand. Neither belongs in a public repo. What we publish is the part that generalizes, which in practice means the things that went wrong in a way that would go wrong for anyone.

Install the skills

The one repo with something to install. It goes into the user level skills directory, which is the one Claude Code reads and Cursor reads too.

npx skills add halltony85-source/clickflame-agent-skills -g -y

Restart your agent afterward, because skills load at startup. Every skill is also printed in full on this site, so you can read the payload before it reaches your agent's context.

Last reviewed 2026-09-12.