rohitg00

248 mods across 13 repositories, 91k stars between them.

TaskCreated

97

rohitg00/pro-workflow

Hook

Runs on the TaskCreated event, executing task-created.js via node. From rohitg00/pro-workflow.

2.8k 15d ago A tokens not measured

PermissionRequest

98

rohitg00/pro-workflow

Hook

Runs when the agent asks permission for an action, executing permission-request.js via node. From rohitg00/pro-workflow.

2.8k 15d ago A tokens not measured

PermissionDenied

99

rohitg00/pro-workflow

Hook

Runs on the PermissionDenied event, executing permission-denied.js via node. From rohitg00/pro-workflow.

2.8k 15d ago A tokens not measured

TeammateIdle

101

rohitg00/pro-workflow

Hook

Runs on the TeammateIdle event, executing teammate-idle.js via node. From rohitg00/pro-workflow.

2.8k 15d ago A tokens not measured

StopFailure

102

rohitg00/pro-workflow

Hook

Runs on the StopFailure event, executing stop-failure.js via node. From rohitg00/pro-workflow.

2.8k 15d ago A tokens not measured

FileChanged

103

rohitg00/pro-workflow

Hook

Runs on the FileChanged event for .env, .envrc, package.json, tsconfig.json, Cargo.toml, go.mod and pyproject.toml tool calls, executing file-changed.js via node. From rohitg00/pro-workflow.

2.8k 15d ago A tokens not measured

Setup

104

rohitg00/pro-workflow

Hook

Runs once when the project is set up, executing setup-hook.js via node. From rohitg00/pro-workflow.

2.8k 15d ago A tokens not measured

WorktreeCreate

105

rohitg00/pro-workflow

Hook

Runs when a git worktree is created, executing worktree-create.js via node. From rohitg00/pro-workflow.

2.8k 15d ago A tokens not measured

WorktreeRemove

106

rohitg00/pro-workflow

Hook

Runs when a git worktree is removed, executing worktree-remove.js via node. From rohitg00/pro-workflow.

2.8k 15d ago A tokens not measured

CwdChanged

107

rohitg00/pro-workflow

Hook

Runs on the CwdChanged event, executing cwd-changed.js via node. From rohitg00/pro-workflow.

2.8k 15d ago A tokens not measured

context-discipline

110

rohitg00/pro-workflow

Cursor rule

Manage AI context window efficiently - read before write, no re-reads, tool-call budgets, one-pass discipline.

2.8k 15d ago A 274 tokens

incremental-verify

111

rohitg00/pro-workflow

Cursor rule

Verify each behavior before building the next. One test, one implementation, one commit. No bulk-writing tests for behavior that does not yet exist.

2.8k 15d ago A 352 tokens

module-shape

112

rohitg00/pro-workflow

Cursor rule

Prefer modules with a narrow public surface and a thick internal implementation. Inject external dependencies at the boundary. Mock only at system edges.

2.8k 15d ago A 544 tokens

quality-gates

115

rohitg00/pro-workflow

Cursor rule

Enforce quality checks before commits - lint, typecheck, and test affected code.

2.8k 15d ago A 121 tokens

self-correction

116

rohitg00/pro-workflow

Cursor rule

Self-correction protocol - capture mistakes as learnings, compound improvements over time.

2.8k 15d ago A 128 tokens

skill-conventions

117

rohitg00/pro-workflow

Cursor rule

Conventions every pro-workflow skill follows - invocation intent, write semantics, buckets, and sync. A skill that gets these wrong misfires, duplicates state, or hides from the people who need it.

2.8k 15d ago A 817 tokens

token-efficiency

118

rohitg00/pro-workflow

Cursor rule

Token efficiency rules - eliminate waste in AI output, enforce read-before-write, prevent iteration cycles.

2.8k 15d ago B 353 tokens

agent-teams

119

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 15d ago A 50 tokens

auto-setup

120

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 15d ago A 37 tokens