repo-onramp-check
Audits whether a public repo makes first proof, visible examples, and the rerun path obvious to a newcomer.
San Francisco, CA
Projects
Pick a track, start with one repo, then skim the rest.
Three branches, one best first click in each.
Tiny checks for review work that keeps coming back.
Start with repo-onramp-check. The README, sample output, and rerun path are all visible.
Audits whether a public repo makes first proof, visible examples, and the rerun path obvious to a newcomer.
Why a good example teaches a small tool faster than architecture talk.
More in this track
Final-pass Markdown checker for placeholders, broken links, and duplicate headings.
CLI that diffs release notes and highlights additions likely to matter.
Turns rough incident notes into a stable Markdown timeline with impact and handoff shape intact.
Small tools that leave behind a useful artifact.
Start with one-page-canvas. It turns a messy planning prompt into something portable.
A local-first strategy canvas that keeps one-page planning structured, fast to open, and easy to export into a reusable artifact.
Why the first planning artifact should stay small and portable.
More in this track
Keeps a decision log from turning into archaeology by making owner, assumption, and revisit date stay visible.
Flags overdue, unowned, and blocked work so plans stop hiding risk in the middle of the handoff.
Turns rough notes into a one-page leadership brief with a stable section shape.
Calls out the outline problems that make decks feel soft, crowded, or vague before review.
Functions patterns with one clear boundary.
Start with oci-fn-object-storage-router. It shows the event, contract, and next handoff without pretending to be a full app.
OCI Function pattern for routing Object Storage events to the right downstream system.
A practical pattern guide for routing, validation, and async execution.
More in this track
OCI Function pattern for validating inbound CSVs against a required schema.
Builds a compact manifest from inbound file batches so downstream jobs can consume one stable handoff artifact.
Checks inbound webhook signatures with a small audit payload instead of burying the verification step.
Normalizes noisy alert payloads into a cleaner Slack-friendly incident message.
Starter pattern for queue-driven OCI Functions work that makes the handoff, retry edge, and worker boundary easier to inspect.
Shows a scheduled OCI Functions workflow that turns a recurring reporting task into a small digest artifact.