u/Adventurous-Lock-231

▲ 3 r/SaaS

What made your product finally feel real?

not the launch itself, more like some small moment where it stopped feeling like a side project. first random user, first payment, first github star, someone using it without you explaining it, analytics that aren’t just you refreshing the page, stuff like that.

curious what it was for other people

reddit.com
u/Adventurous-Lock-231 — 4 days ago

What’s the first thing that breaks in your AI-built apps after the demo works?

what’s the first thing that usually breaks after your ai-built app finally “works”?

for me the happy path usually gets there pretty fast. then i click around for 5 minutes and find the boring stuff is broken lol

mobile looks off, empty states are weird, loading/error states don’t exist, forms accept anything, dashboard data feels fake, that kind of stuff.

curious what breaks first for other people

reddit.com
u/Adventurous-Lock-231 — 5 days ago
▲ 0 r/codex

I built a small linter for Codex skills/plugins and would like feedback from plugin authors

I built a small OSS CLI for people creating Codex skills/plugins.

The idea is simple: an ESLint-style publish-readiness check for Codex ecosystem artifacts.

Run it with:

npx codex-skillforge lint .

It checks things like:

  • missing or invalid SKILL.md frontmatter
  • vague skill trigger descriptions
  • broken relative links to scripts/assets/references
  • stale agents/openai.yaml shapes
  • plugin manifest path issues
  • missing bundled skills/hooks/MCP files
  • basic package structure problems before submitting to a marketplace/list

It also includes:

  • init for scaffolding skills/plugins
  • smoke checks for example prompts
  • pack for release artifacts
  • a GitHub Action for CI

Repo: https://github.com/f0d010c/skillforge

Tiny demo repo: https://github.com/f0d010c/codex-skillforge-demo

I’m mainly looking for feedback from people already building Codex skills/plugins:

  • Are these checks useful?
  • What common packaging mistakes should it catch?
  • Would you run something like this in CI before submitting to a marketplace/list?

Not trying to make another marketplace. The goal is just to help people ship cleaner Codex skills/plugins before publishing them.

u/Adventurous-Lock-231 — 12 days ago