#260 · Primary category: AI Coding Assistants
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.
Project last updated:08/17/26
GitHub Stars
2.8K
Forks
276
Contributors
4
License
Other
Why we included this project
Anyone who works inside Claude Code, Cursor, or another agentic editor knows the recurring annoyance: you explain the same project conventions and correct the same mistakes session after session. Pro Workflow addresses that with a single SQLite store under every session, where each correction becomes a searchable rule that loads automatically when you start work. It also keeps research wikis on disk, indexed for fast lookup, with an optional loop that grows them overnight. Around that memory layer sits a large set of skills, hooks, and orchestration patterns covering things like context management, parallel worktrees, and agent teams, all installable as a plugin. For solo developers and small teams generating a lot of AI code, the payoff is less repeated feedback and fewer lost details between sessions, and since it layers over your existing agent rather than replacing it, adoption is low-risk.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.