pro-workflow banner
rohitg00 rohitg00

pro-workflow

AI community intermediate

Description

You correct Claude the same way 50 times. You tell it "don't mock the database" on Monday and again on Friday. You explain your project conventions every new session. Context compacts, learnings vanish, mistakes repeat.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Your Claude Code gets smarter every session.

Self-correcting memory that compounds over 50+ sessions. You correct Claude once — it never makes the same mistake again.

24 skills • 8 agents • 21 commands • 29 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 tell it "don't mock the database" on Monday and again on Friday. You explain your project conventions every new session. Context compacts, learnings vanish, mistakes repeat.

**Every Claude Code user hits this wall.**

The Solution

Pro Workflow captures every correction in a persistent SQLite database with full-text search. Corrections compound into rules. Rules load automatically on session start. After 50 sessions, Claude barely needs correcting.

Session 1:  You → "Don't mock the database in tests"
            Claude → Proposes rule → You approve → Saved to SQLite

Session 2:  SessionStart hook loads all learnings
            Claude → Writes integration tests (no mocks)
            You → Zero corrections needed

Session 50: Claude knows your conventions, style, and preferences
            Correction rate: near zero

Install (30 seconds)

/plugin marketplace add rohitg00/pro-workflow
/plugin install pro-workflow@pro-workflow

Other install methods

# Cursor
/add-plugin pro-workflow

# Any agent via SkillKit
npx skillkit install pro-workflow

# Manual
git clone https://github.com/rohitg00/pro-workflow.git /tmp/pw
cp -r /tmp/pw/templates/split-claude-md/* ./.claude/


...