
Roboticforce Sugar
- 92 repo stars
- Updated July 20, 2026
- roboticforce/sugar
roboticforce-sugar is a Claude Code plugin that provides persistent memory, cross-session context, and autonomous task execution for AI coding agents.
About
roboticforce Sugar is a Claude Code plugin that adds persistent memory and cross-session context to AI coding agents, with emphasis on global knowledge retention and autonomous task execution. developers who lose thread every time they start a new session—or who re-paste the same architecture notes—can treat Sugar as agent infrastructure that compounds context instead of resetting it. It targets the Build phase under agent-tooling: you install it alongside your normal Claude Code workflow so discovery, implementation, and follow-up tasks can reference stored knowledge and run with more continuity. It is not a replacement for git, issue trackers, or production monitoring; it is memory and orchestration layer for the agent itself. Expect intermediate setup comfort with Claude plugins and agent habits; benefits grow as you reuse the same codebase over weeks.
- Persistent memory so context survives across Claude Code sessions
- Global knowledge storage for facts and decisions reusable on later tasks
- Autonomous task execution patterns for longer agent-driven workflows
- Cross-session context management aimed at reducing repeated explanations
- Development-focused agent enhancement described as a coding-agent powerhouse
Roboticforce Sugar by the numbers
- Data as of Jul 25, 2026 (Skillselion catalog sync)
/plugin install roboticforce-sugar@roboticforce/sugarAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 92 |
|---|---|
| Last updated | July 20, 2026 |
| Repository | roboticforce/sugar ↗ |
What it does
Give Claude and other coding agents persistent memory, cross-session context, and hooks for more autonomous multi-step work across projects.
Who is it for?
Best when you're living in Claude Code and run multi-session features and want durable agent memory without building a custom RAG stack first.
Skip if: One-off scripts with no return visits, or teams that already standardize on an external knowledge base with strict compliance workflows.
What you get
Your agent retains global knowledge and session continuity so longer tasks and repeat visits to the same repo need less manual context dumping.
- Cross-session agent context that persists between coding sessions
- Reusable global knowledge the agent can reference on new tasks
- Workflow patterns for more autonomous multi-step agent execution
By the numbers
- 1 plugin in the bundle
- Repository roboticforce/sugar
- 65 GitHub stars at catalog ingest
Recommended Plugins
How it compares
Agent memory and autonomy plugin, not a PM workflow pack or combinatorial testing skill.
FAQ
Who is Roboticforce Sugar for?
Developers using Claude Code who want persistent agent memory, shared knowledge across sessions, and stronger autonomous task flows.
When should I use Roboticforce Sugar?
Use it during Build when you work the same repositories over many sessions and need the agent to remember decisions, patterns, and ongoing tasks.
How do I add Roboticforce Sugar to my agent?
Install the Sugar plugin from the roboticforce/sugar repository in Claude Code, follow the repo setup for memory storage, then use it as your default agent enhancement for coding work.