Battle-tested Claude Code workflows from power users
npx claudepluginhub rohitg00/pro-workflowComplete AI coding workflow system. Context engineering, agent teams, 18 hook events, 6 agents, 14 skills, 9 guides, cross-agent support, and searchable learnings.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
No description available.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
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.
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.
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
/plugin marketplace add rohitg00/pro-workflow
/plugin install pro-workflow@pro-workflow
# 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/
# Build with SQLite support
cd ~/.claude/plugins/*/pro-workflow && npm install && npm run build
type: "prompt" hooks for AI-powered commit validation and secret detectionCLAUDE_ENV_FILE injectionomitClaudeMd on read-only agents saves tokens| Feature | Pro Workflow | Superpowers | ECC | gstack | GSD |
|---|---|---|---|---|---|
| Self-correcting memory (SQLite + FTS5) | Yes | No | No | No | No |
LLM-powered hooks (type: "prompt") | Yes | No | No | No | No |
| Permission denial analysis | Yes | No | No | No | No |
| Compaction-aware state preservation | Yes | No | No | No | No |
| Cost tracking and budget alerts | Yes | No | No | No | No |
| MCP overhead auditing | Yes | No | No | No | No |
| Cross-agent (32+ agents via SkillKit) | Yes | No | Some | No | No |
| Skills | 24 | 14 | 140+ | 18+ | 0 |
| Agents | 8 | 5 | 36 | 0 | 18 |
| Commands | 21 | 3 | 60+ | 5+ | 57 |
| Hook Events | 24 | 8 | 18 | 0 | 0 |