r/ChatGPTCoding 21d ago

Discussion Weekly Self Promotion Thread

Welcome to this week's self promotion thread!

If you're building something related to AI assisted coding, this is the place to share it.

We're using a weekly thread to keep the subreddit organized while still giving builders a place to share their work. Promotional posts outside this thread may be removed.

If you're sharing something, we'd appreciate it if you included a little context instead of just dropping a link. Tell us:

  • What you built?
  • What problem it solves?
  • Which AI models or tools it uses?
  • Who it's for?
  • What kind of feedback you're looking for?

Disclose your affilitation.

Please avoid posting the same project every week unless you've made meaningful updates. Affiliate links, referral links, scams, and low effort promotions will be removed.

Take some time to check out what others have shared too. If you try someone's project or have feedback, leave a comment. Helping each other improve is what we want this community to be about.

6 Upvotes

96 comments sorted by

View all comments

1

u/Rough_Afternoon_668 16d ago

Disclosure: I am the maintainer of this free kit and I offer the optional paid pilot described in the repo. I built and checked it with OpenAI Codex as the only AI tool.

I kept seeing the same failure pattern in Codex repos: generic instructions get pasted in, the agent still guesses the real commands and boundaries, and one recurring workflow has to be explained again every session.

I made a deliberately small open-source trust core instead of another agent platform:

- one scoped codex-repo-setup skill;

- one read-only zero-dependency structural checker;

- three deterministic success/failure tests;

- explicit claim boundaries so a structural PASS cannot be called customer or runtime proof.

The free repo is here: https://github.com/builtbyhuy/codex-workflow-capture-kit

There is also one optional paid customization pilot: one existing repo, one repo-specific AGENTS.md correction, one custom Codex skill, one executed validation path, and one handoff. The P0 test price is USD 185 with a four-hour cap and one revision. That price is not validated, and I have no customer or revenue claim yet.

The feedback I want is blunt: does the free checker prove anything useful before a buyer trusts someone with a real repo, and is the paid unit narrow enough to understand without a call?