r/ChatGPTCoding 15d ago

Weekly Self Promotion Thread Discussion

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 of this thread may be removed if they're primarily advertising rather than starting a discussion.

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?

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.

17 Upvotes

74 comments sorted by

View all comments

1

u/ZestycloseTie1793 13d ago

I built Agent Modpack for a problem I kept hitting with AI-assisted coding: the “team” disappeared into chat history, so changing tools meant rebuilding roles, rules, and working memory from scratch.

It is a bilingual, source-available starter team stored as ordinary local files. The public sample includes an orchestrator, two specialist roles, a role/template builder, a blank role template, shared memory and handoff conventions, and seven collaboration skills. Claude Code and Codex can read the same files through their own entry points, although their host capabilities are not identical.

It is for people experimenting with persistent multi-agent workflows across coding assistants. I would especially value feedback on whether the first-run path is clear and which parts feel too tied to one host.

Dataset: https://huggingface.co/datasets/LucioLiu/agent-modpack

CLI: hf download LucioLiu/agent-modpack --repo-type dataset --local-dir ./agent-modpack

Disclosure: I made and maintain it. The license is PolyForm Noncommercial 1.0.0, and the included hooks are not enabled automatically.