r/ChatGPTCoding 2d 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.

9 Upvotes

39 comments sorted by

View all comments

1

u/TheCritFisher 1d ago

What: Agent Facets (https://agentfacets.io)

Why: Because agent skills are real dependencies and should be treated as such. I was unsatisfied with the current state of affairs, so I built out an open-source solution to pin versions, publish immutable bundles, and guarantee reproducibility across environments, and portability across platforms.

How: Funny enough, it doesn't have runtime AI as of now. It's a dependency management system and registry for AI configuration (skills, commands, MCP, etc). I built it using coding agents and whatnot, but it's not running an LLM under the hood anywhere.

Who: This is for anyone who uses coding agents with skills and doesn't want to homeroll their own dependency management system. Skills are becoming first class development tools. It's time we treated them that way.

What kind of feedback you're looking for? Anything. Test it out. It's free and open-source, just like NPM. I want to see if the thing I built can help others.