rohitg00/pro-workflow

Claude Code learns from your corrections: self-correcting memory that compounds over 50+ sessions. Context engineering, parallel worktrees, agent teams, and 17 battle-tested skills.

2.8kStars on the repository
83Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

agent-teams

01

rohitg00/pro-workflow

Skill Claude CodeCodex

Coordinate multiple Claude Code sessions as a team — lead + teammates with shared task lists, mailbox messaging, and file-lock claiming. Patterns for team sizing, task decomposition, and when to use teams vs sub-agents vs worktrees.

2.8k +5 yesterday A 50 tokens

auto-setup

02

rohitg00/pro-workflow

Skill Claude CodeCodex

Auto-configure quality gates, hooks, and settings for a new project. Detects project type and sets up appropriate tooling. Use when onboarding a new codebase.

2.8k +5 yesterday A 37 tokens

batch-orchestration

03

rohitg00/pro-workflow

Skill Claude CodeCodex

Decompose large-scale changes into independent units and spawn parallel agents in isolated worktrees. Use for migrations, refactors, codemods, and any change touching 10+ files with the same pattern.

2.8k +5 yesterday A 46 tokens

bug-capture

04

rohitg00/pro-workflow

Skill Claude CodeCodex

Capture a user-reported defect as a durable GitHub issue written in the project's own domain language. Explores the codebase in parallel for context but never leaks file paths or line numbers into the issue. Use when the user reports a bug conversationally, runs a QA pass, or says "file an issue", "log this as a bug"…

2.8k +5 yesterday A 78 tokens

compact-guard

05

rohitg00/pro-workflow

Skill Claude CodeCodex

Smart context compaction with state preservation. Saves critical files, task progress, and working state before compaction, restores after. Use before manual compact or when auto-compact triggers.

2.8k +5 yesterday A 40 tokens

context-engineering

06

rohitg00/pro-workflow

Skill Claude CodeCodex

Master the four operations of context engineering — Write, Select, Compress, Isolate. Manage token budgets, compaction strategies, and context partitioning to keep AI sessions sharp and efficient.

2.8k +5 yesterday B 41 tokens

context-optimizer

07

rohitg00/pro-workflow

Skill Claude CodeCodex

Optimize token usage and context management. Use when sessions feel slow, context is degraded, or you're running out of budget.

2.8k +5 yesterday A 28 tokens

cost-tracker

08

rohitg00/pro-workflow

Skill Claude CodeCodex

Track session costs, set budget alerts, and optimize token spend. Use to check costs mid-session or set spending limits.

2.8k +5 yesterday A 28 tokens

design-engineering

09

rohitg00/pro-workflow

Skill Claude CodeCodex

Apply interface craft when building or reviewing UI - motion, easing, timing, springs, component feel, and visual foundations. Use when building a component, animation, transition, hover or press state, modal, drawer, toast, or when polishing an interface so it feels right. Says "make this feel better", "add an…

2.8k +5 yesterday A 82 tokens

deslop

10

rohitg00/pro-workflow

Skill Claude CodeCodex

Remove AI-generated code slop, unnecessary comments, and over-engineering from the current branch diff. Cleans up boilerplate, simplifies abstractions, strips defensive code, and in skill-file mode lints SKILL.md files for quality. Use when cleaning up code, simplifying, removing boilerplate, before committing, or…

2.8k +5 yesterday A 75 tokens

domain-modeling

11

rohitg00/pro-workflow

Skill Claude CodeCodex

Build the project's shared language and bounded contexts before writing code, so names stay consistent and the agent stops paraphrasing domain concepts. Produces a CONTEXT.md glossary and decision records. Use at the start of a project or feature, or when the codebase and the people describing it speak different…

2.8k +5 yesterday A 65 tokens

file-watcher

12

rohitg00/pro-workflow

Skill Claude CodeCodex

Configure file watching hooks to auto-react to config changes, env file updates, and dependency modifications. Use to set up reactive workflows.

2.8k +5 yesterday A 30 tokens

rohitg00/pro-workflow

Skill Claude CodeCodex

Audit an area of the codebase and propose the smallest structural moves that improve it - untangle boundaries, kill duplication, fix seams, break cycles. Produces a prioritized plan and decision records, not a rewrite. Use when a codebase feels tangled, hard to change, or is becoming a ball of mud, or when asked to…

2.8k +5 yesterday A 78 tokens

insights

14

rohitg00/pro-workflow

Skill Claude CodeCodex

Show session analytics, learning patterns, correction trends, heatmaps, and productivity metrics. Computes stats from project memory and session history. Use when asking for stats, statistics, progress, how am I doing, coding history, or dashboard.

2.8k +5 yesterday B 50 tokens

learn-rule

15

rohitg00/pro-workflow

Skill Claude CodeCodex

Capture a correction or lesson as a persistent learning rule with category, mistake, and correction. Stores, categorises, and retrieves rules for future sessions. Use after mistakes or when the user says "remember this", "don't forget", "note this", or "learn from this".

2.8k +5 yesterday A 59 tokens