Roboticforce Sugar
roboticforce-sugar is a Claude Code plugin for the Build phase that provides persistent memory, cross-session context, and autonomous task execution for AI coding agents.
Give Claude and other coding agents persistent memory, cross-session context, and hooks for more autonomous multi-step work across projects.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install roboticforce-sugar@roboticforce/sugarBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:roboticforce/sugar") and the paste-ready config with skillselion.get_install_config("plugin:roboticforce/sugar").
What it does
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. Solo builders 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.
Highlights
- 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
Why builders use it
Coding agents forget prior sessions, so you re-explain stack decisions and lose momentum on multi-day indie builds.
Your agent retains global knowledge and session continuity so longer tasks and repeat visits to the same repo need less manual context dumping.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 65 stars, 0 votes.
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.
Comments
Share how you use roboticforce-sugar, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.