Youhai020616 Agentmind
Youhai020616-agentmind is a Claude Code plugin for the Build phase that adds a self-learning memory system so your agent remembers preferences and interactions and improves how it understands you over time.
Give a Claude Code agent persistent, self-learning memory so it remembers preferences and past interactions across sessions.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install youhai020616-agentmind@Youhai020616/AgentmindBuilt 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:Youhai020616/Agentmind") and the paste-ready config with skillselion.get_install_config("plugin:Youhai020616/Agentmind").
What it does
Youhai020616-agentmind is a Claude Code plugin that adds a self-learning memory system to your AI agent so it can retain and refine what it knows about you across sessions. Solo builders shipping agent-heavy products often lose context when threads end or models refresh; this bundle targets that gap by letting memory grow from observed interactions and stated preferences. It sits in the build phase as agent tooling because you typically register and configure it alongside other Claude Code extensions before you rely on the agent for daily coding, PM, or support tasks. After install, the practical payoff is fewer repeated explanations of stack choices, naming conventions, and product decisions. It is not a full knowledge base replacement or team wiki—think companion memory for the agent loop. Pair it with explicit planning or review skills when you want durable artifacts outside the plugin’s learning layer.
Highlights
- Self-learning memory layer that accumulates context from agent interactions over time
- Observes preferences and interaction patterns so responses align better with how you work
- Evolution-oriented design (instinct/learning keywords) aimed at improving understanding without manual prompt dumps
- Single-plugin bundle from Youhai020616/Agentmind repository
- Oriented toward long-running agent relationships rather than one-off chat resets
Why builders use it
Every new Claude Code session feels like starting over because your agent forgets how you work, what you prefer, and what you already decided.
After you add the plugin, your agent can carry forward learned context from interactions so you spend less time re-explaining and more time shipping.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 9 stars, 0 votes.
FAQ
Who is youhai020616-agentmind for?
It is for solo and indie developers using Claude Code who want persistent, evolving agent memory instead of resetting context every session.
When should I use youhai020616-agentmind?
Use it when you are setting up agent tooling during build and plan to keep the same agent across validate, ship, and operate work on one codebase or product.
How do I add youhai020616-agentmind to my agent?
Install the plugin from the Youhai020616/Agentmind Claude Code plugin bundle (1 plugin in the repo), then enable it in Claude Code per your marketplace or local plugin install flow.
Comments
Share how you use youhai020616-agentmind, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.