Vibe Coding
Tip: Turn Every Correction into an FTS5-Indexed Rule That Auto-Loads at SessionStart
rohitg00/pro-workflow (2,710 stars, pushed July 27, 2026) implements a concrete loop against one SQLite store: you correct Claude once, it proposes a rule, you approve, and the rule is saved and FTS5-searchable; a SessionStart hook loads all learnings and lists your wikis, and a UserPromptSubmit hook auto-injects top wiki hits when relevant. The bundle is 41 skills, 8 agents, 23 commands, and 37 hook scripts across 24 events, installable as a Claude Code plugin via `/plugin marketplace add rohitg00/pro-workflow`. The transferable idea is the hook pairing — SessionStart for durable rules, UserPromptSubmit for situational retrieval — which you can implement without adopting the whole bundle.
Source
↳ Follow the thread