Your Claude Code gets smarter every session.
Self-correcting memory + persistent FTS5-indexed wikis + auto-research loop, all on one SQLite store.
Correct Claude once — it never repeats the mistake. Build a wiki on a topic — it grows itself overnight.
34 skills • 8 agents • 22 commands • 37 hook scripts across 24 events
Works with Claude Code, Cursor, and 32+ agents via SkillKit.
The Problem
You correct Claude the same way 50 times. You explain conventions every new session. Context compacts, learnings vanish, mistakes repeat. You research the same topic in three different sessions because there is nowhere durable for the answers to land.
Every Claude Code user hits this wall.
The Solution
Pro Workflow puts a single SQLite store underneath every session.
- Self-correction memory — every correction becomes a rule, FTS5-searchable, auto-loaded on session start.
- Knowledge plane — persistent research wikis on disk + FTS5 shadow index, queryable from any session, optionally grown by an auto-research loop.
- Quality gates — LLM-powered hooks, deterministic git/secret guards, compaction-aware state, cost tracking.
After 50 sessions you barely correct anything. After a week of auto-research, your wiki on a topic is denser than the curated lists you started from.
Session 1: You → "Don't mock the database in tests"
Claude → Proposes rule → You approve → Saved to SQLite
Session 2: SessionStart loads all learnings + lists your wikis
UserPromptSubmit auto-injects top wiki hits when relevant
Claude writes integration tests, cites the right wiki page
Session 50: Correction rate near zero. Wiki has 200 cited claims.
Install
Pro Workflow is published in two places: the Claude Code plugin marketplace (native), and SkillKit (cross-agent translator). Other agents do not have first-class plugins yet — SkillKit translates the skill bundle into each agent's native skill format.
Claude Code (native)
/plugin marketplace add rohitg00/pro-workflow
/plugin install pro-workflow@pro-workflow
Cursor, Codex, Copilot CLI, Droid, Gemini CLI, OpenCode, and 26 more (via SkillKit)
SkillKit translates the 34 skills + 22 commands into each agent's native skill format and drops them in the right config directory.
npx skillkit install rohitg00/pro-workflow --agent <name> --force
Notes:
- Use
rohitg00/pro-workflow(the GitHub form), not the bare name —skillkit installresolves providers fromowner/repo, not marketplace slugs. --forceis currently required: SkillKit's security scanner has open false positives