rohitg00rohitg00Communityยท41 Agent Skills Included

pro-workflow

Self-correcting memory and persistent research wikis for AI coding agents

Gives AI coding agents a persistent memory so corrections, rules, and research survive across sessions. Builds searchable wikis, runs quality gates, tracks costs, and coordinates parallel coding sessions automatically. Eliminates repeated mistakes, lost context after compaction, and re-explaining project conventions every session. Works with Claude Code, Cursor, and 30+ agents through one shared SQLite store.
npx skills add rohitg00/pro-workflow --all -g -y
Available:

Tells the AI agent when to plan before coding, when to delegate to subagents, how to manage context, and which quality gates to run after every edit.

All Skills in This Repository (41)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
rohitg00rohitg00

pro-workflow

Automate Claude Code workflow management with memory, parallel sessions, and wrap-up rituals.

Community
Advanced
๐Ÿ“ฆ In Repo
rohitg00rohitg00

parallel-worktrees

Creates and manages git worktrees for parallel coding sessions across branches.

Community
Basic
๐Ÿ“ฆ In Repo
rohitg00rohitg00

domain-modeling

Build a shared-language glossary and bounded contexts before writing code.

Community
Intermediate
๐Ÿ“ฆ In Repo
rohitg00rohitg00

insights

Computes session analytics, correction trends, and learning metrics from project memory and git history.

Community
Intermediate
๐Ÿ“ฆ In Repo
rohitg00rohitg00

wrap-up

Audits session changes, runs quality checks, and captures learnings before ending a coding session.

Community
Basic
๐Ÿ“ฆ In Repo
rohitg00rohitg00

sprint-status

Tracks parallel Claude Code sessions with session headers and structured status lines.

Community
Intermediate
๐Ÿ“ฆ In Repo
rohitg00rohitg00

context-optimizer

Diagnose and reduce token usage through compaction, MCP audits, and subagent delegation.

Community
Intermediate
๐Ÿ“ฆ In Repo
rohitg00rohitg00

mcp-audit

Audit connected MCP servers for token overhead, redundancy, and security risks.

Community
Intermediate
๐Ÿ“ฆ In Repo
rohitg00rohitg00

auto-setup

Detects project type and configures quality gates, hooks, and settings for new codebases.

Community
Intermediate
๐Ÿ“ฆ In Repo
rohitg00rohitg00

survey-generator

Generates structured literature surveys with real bibliographies into FTS5-indexed wiki pages.

Community
Advanced
๐Ÿ“ฆ In Repo
rohitg00rohitg00

wiki-research-loop

Auto-grows a wiki by running a budget-capped BFS research loop over pluggable source fetchers.

Community
Advanced
๐Ÿ“ฆ In Repo
rohitg00rohitg00

wiki-builder

Creates and indexes persistent markdown research wikis in a SQLite FTS5 knowledge base.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install pro-workflow?โ–ผ

Run `npx skills add rohitg00/pro-workflow --all -g -y` in your terminal to install all skills and commands globally for your agent.

How do I stop my AI agent from repeating mistakes?โ–ผ

Use the learn-rule skill to capture each correction as a permanent rule. It is stored in SQLite and auto-loaded at the start of every future session.

What is a persistent research wiki?โ–ผ

It is a folder of markdown pages indexed for full-text search that any session can query. An optional auto-research loop grows it overnight within a budget cap you set.

Does pro-workflow work with Cursor and other agents?โ–ผ

Yes. It follows the universal SKILL.md standard and installs into Claude Code, Cursor, Codex, Gemini CLI, and 30+ other agents.

Can I run multiple AI coding sessions in parallel?โ–ผ

Yes. Skills like parallel-worktrees, agent-teams, and sprint-status coordinate multiple sessions with git worktrees, shared task lists, and clear status lines.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’