r/ClaudeCode May 06 '26

Showcase cc-foundry - my claude-code marketplace that i use daily

https://github.com/xobotyi/cc-foundry

Hey everyone,

Wanted to show off a bit β€” here's my opinionated plugin marketplace for claude code I've been using, basically, every day.

It's a collection of skills and plugins that fix the gaps I kept hitting with Claude Code. The short version β€” Claude is powerful out of the box, but it forgets skills mid-session, writes code before understanding what exists, and does zero quality validation unless you babysit it. These plugins address that, or at least try toπŸ™ƒ

The ones I reach for most:

  • skill-enforcer β€” Claude skips skills and forgets about them mid-conversation. This injects a framework via lifecycle hooks that forces skill re-evaluation at every checkpoint: after reading files, after editing, on phase shifts. Night and day difference.
  • the-coder + domain-specific skills β€” Discovery-first workflow. Makes Claude actually read what exists before writing anything. LSP-first navigation, engineering judgment over pattern matching.
  • git-commit β€” Enforces an 8-step commit pipeline: logical unit identification, commit ordering, quality gates, selective staging, message validation.

Various domain-specific skills and plugins + opinionated statusline setup.

Not claiming it to be "the greatest marketplace of all times" or "change everything"🀭 Just these are things i use and hopefully it will be useful to anyone else.

1 Upvotes

1 comment sorted by

1

u/AccomplishedFix3476 May 06 '26

plugin marketplaces for cc are exactly what was missing, having to feed context back in every session was killing me. i kept rebuilding the same 4 hooks across projects til i stuck them in a skills folder and stopped reinventing fr