pro-workflow
Self-correcting memory and persistent research wikis for AI coding agents
All Skills in This Repository (41)
Pure Emerald Level Indicatorspro-workflow
Automate Claude Code workflow management with memory, parallel sessions, and wrap-up rituals.
parallel-worktrees
Creates and manages git worktrees for parallel coding sessions across branches.
domain-modeling
Build a shared-language glossary and bounded contexts before writing code.
insights
Computes session analytics, correction trends, and learning metrics from project memory and git history.
wrap-up
Audits session changes, runs quality checks, and captures learnings before ending a coding session.
sprint-status
Tracks parallel Claude Code sessions with session headers and structured status lines.
context-optimizer
Diagnose and reduce token usage through compaction, MCP audits, and subagent delegation.
mcp-audit
Audit connected MCP servers for token overhead, redundancy, and security risks.
auto-setup
Detects project type and configures quality gates, hooks, and settings for new codebases.
survey-generator
Generates structured literature surveys with real bibliographies into FTS5-indexed wiki pages.
wiki-research-loop
Auto-grows a wiki by running a budget-capped BFS research loop over pluggable source fetchers.
wiki-builder
Creates and indexes persistent markdown research wikis in a SQLite FTS5 knowledge base.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core