ossappscollective
- 9 skills
- 0 followers
- 18 hours ago last updated
- ▌ Fix · ossappscollectiveSystematic debugging assistant. One flow of phases; the mode only changes how a few phases behave (tagged inline).
- ▌ Feat · ossappscollectiveFull feature lifecycle orchestrator. One flow of phases; the mode only changes how a few phases behave (tagged inline).
- ▌ Commit · ossappscollectiveMANDATORY skill for ALL commits. Must be used EVERY TIME before creating any git commit. No exceptions.
- ▌ Open Pr · ossappscollectiveMANDATORY skill for ALL pull requests. Must be used EVERY TIME before creating any pull request. No exceptions.
- ▌
- ▌ Branch Check · ossappscollectiveEnsure you're on a correct working branch off up-to-date main before planning or editing — starting from a GitHub issue when one is in play.
- ▌ Understand Project · ossappscollectiveGround a feature or fix in existing code before planning or building — find a similar pattern, identify reusable assets, map the touch surface. Internal helper invoked by feat / fix (both modes) — not meant to be run on its own.
- ▌ Save Plan To Github · ossappscollectivePost a plan or investigation block as a comment on a GitHub issue. Internal helper invoked by the investigate mode of feat / fix — not meant to be run on its own. The domain-specific template lives in the calling skill.
- ▌ Investigate Contract · ossappscollectiveRead-only guarantee + interactive-vs-autonomous (--auto) behavior for investigate modes. Internal helper invoked by the investigate mode of feat / fix — not meant to be run on its own.