github.com/rohitg00/pro-workflow
Skill | Added | Review |
|---|---|---|
session-handoff Generate a structured handoff document designed for the next session to consume immediately and continue where you left off. Use when ending a session. | 92% | |
smart-commit Run quality gates, review staged changes for issues, and create a well-crafted conventional commit. Use when ready to commit after making changes. | 95% | |
wrap-up End-of-session ritual that audits changes, runs quality checks, captures learnings, and produces a session summary. Use when ending a coding session. | 95% | |
parallel-worktrees Set up parallel coding sessions using git worktrees for zero dead time. Use when blocked on tests, builds, or wanting to explore multiple approaches simultaneously. | 86% | |
deslop Remove AI-generated code slop, unnecessary comments, and over-engineering from the current branch diff. Use after completing changes and before committing. | 89% | |
pro-workflow Battle-tested AI coding workflows from power users. Self-correcting memory, parallel worktrees, wrap-up rituals, and the 80/20 AI coding ratio. Works with Claude Code, Cursor, and other agents. | 68% | |
insights Show session analytics, learning patterns, correction trends, heatmaps, and productivity metrics. Use when wanting to understand your coding patterns over time. | 80% | |
replay-learnings Surface past learnings relevant to the current task before starting work. Searches correction history and patterns. Use when starting a task or saying "what do I know about". | 85% | |
learn-rule Capture a correction or lesson as a persistent learning rule with category, mistake, and correction. Use after mistakes or when the user says "remember this". | 92% |