By Su1ph3r
Battle-tested Claude Code workflows with persistent storage and searchable learnings. Self-correcting memory, parallel worktrees, wrap-up rituals, and the 80/20 AI coding ratio.
Create a well-crafted commit after running pro-workflow quality checks.
Run pro-workflow health diagnostics.
Export learnings to a JSON file for backup or sharing.
Import learnings from a JSON export file.
Surface patterns from your pro-workflow learnings and session history.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses power tools
Uses power tools
Uses Bash, Write, or Edit tools
Uses Bash, Write, or Edit tools
Battle-tested Claude Code workflows from power users. Self-correcting memory, parallel worktrees, wrap-up rituals, and the 80/20 AI coding ratio.
v1.2.0: Migration system, export/import, doctor diagnostics, testing, and CI improvements!
If this helps your workflow, please give it a star!
/export: Backup learnings to JSON with project filtering and session inclusion/import: Restore learnings from JSON with duplicate detection/doctor: Health diagnostics for database, FTS integrity, migrations, and dist files.gitattributes: LF line endings enforcement for cross-platform consistency"80% of my code is written by AI, 20% is spent reviewing and correcting it." — Karpathy
This skill optimizes for that ratio. Every pattern reduces correction cycles.
| Pattern | What It Does |
|---|---|
| Self-Correction Loop | Claude learns from your corrections automatically |
| Parallel Worktrees | Zero dead time - work while Claude thinks |
| Wrap-Up Ritual | End sessions with intention, capture learnings |
| Split Memory | Modular CLAUDE.md for complex projects |
| 80/20 Review | Batch reviews at checkpoints |
| Model Selection | Opus+Thinking for one-shot accuracy |
| Context Discipline | Manage your 200k token budget |
| Learning Log | Auto-document insights |
# Add marketplace
/plugin marketplace add rohitg00/pro-workflow
# Install plugin
/plugin install pro-workflow@pro-workflow
Or via CLI:
claude plugin marketplace add rohitg00/pro-workflow
claude plugin install pro-workflow@pro-workflow
After installation, build the TypeScript for persistent storage:
cd ~/.claude/plugins/*/pro-workflow # Navigate to plugin directory
npm install && npm run build
This creates the SQLite database at ~/.pro-workflow/data.db.
claude --plugin-dir /path/to/pro-workflow
git clone https://github.com/rohitg00/pro-workflow.git /tmp/pw
cp -r /tmp/pw/templates/split-claude-md/* ./.claude/
cp -r /tmp/pw/commands/* ~/.claude/commands/
cp -r /tmp/pw/hooks/* ~/.claude/
## Pro Workflow
### Self-Correction
When corrected, propose rule → add to LEARNED after approval.
### Planning
Multi-file: plan first, wait for "proceed".
### Quality
After edits: lint, typecheck, test.
### LEARNED
After plugin install, commands are namespaced:
| Command | Purpose |
|---|---|
/pro-workflow:wrap-up | End-of-session checklist |
/pro-workflow:learn-rule | Extract correction to memory (file-based) |
/pro-workflow:parallel | Worktree setup guide |
/pro-workflow:learn | NEW Claude Code best practices & save learnings |
/pro-workflow:search | NEW Search learnings by keyword |
/pro-workflow:list | NEW List all stored learnings |
/pro-workflow:commit | Smart commit with quality gates and code review |
/pro-workflow:insights | Session analytics and learning patterns |
/pro-workflow:doctor | Health diagnostics for database and FTS |
/pro-workflow:export | Export learnings to JSON file |
/pro-workflow:import | Import learnings from JSON file |
Learnings are stored in SQLite with FTS5 full-text search:
~/.pro-workflow/
└── data.db # SQLite database with learnings and sessions
Schema changes are managed through versioned SQL migrations in src/db/migrations/. Migrations run automatically on database initialization and are tracked in the _migrations table. Use /doctor to check migration status.
/search testing # Find all testing-related learnings
/search "file paths" # Exact phrase search
/search git commit # Multiple terms
npx claudepluginhub su1ph3r/pro-workflowEnd-to-end bug bounty hunting pipeline that orchestrates 8 security tools (Reticustos, Indago, BypassBurrito, Mobilicustos, Nubicustos, Cepheus, Vinculum, Ariadne) through agent-driven phases — from recon to attack path synthesis
Multi-agent bug hunting plugin that launches parallel specialist agents to find bugs across categories, deduplicates and scores findings, runs regression guard analysis, and produces prioritized reports
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.