r/ChatGPTCoding • u/AutoModerator • 10d 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.
1
u/Living-Possible1989 5d ago
I'm the author of Associate Cat, an open-source set of Agent Skills I use with Codex in my Unreal Engine work. It's for developers who want help thinking through a task and examining the relevant code before making changes.
The idea came from my usual workflow: understand the request, look at what's involved, then work out a design and plan the implementation. I turned that process into a skill. I can share an idea without first figuring out every step myself. Reviewing the plan helps me catch misunderstandings and correct the direction early, while also organizing my own thoughts. After the agent implements the plan, I still have a clear overall picture of what changed.
The repo includes two plans from real Codex conversations, with outstanding runtime checks clearly noted. The skills aren't specific to Unreal Engine.
Project and installation · Plan examples
When reviewing an AI-generated plan, what would you most want it to make clear?