Open Horizon Labs Wm
open-horizon-labs-wm is a Claude Code plugin for the Build phase that adds working memory so your coding assistant can surface intent-relevant context across sessions.
Give Claude Code a lightweight working-memory layer so prior intent and relevant context resurface instead of re-explaining every session.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install open-horizon-labs-wm@open-horizon-labs/wmBuilt 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:open-horizon-labs/wm") and the paste-ready config with skillselion.get_install_config("plugin:open-horizon-labs/wm").
What it does
open-horizon-labs-wm is a Claude Code plugin from open-horizon-labs/wm that adds working memory for AI coding assistants. Solo builders who jump between tasks in the same codebase often lose thread when context windows reset or when they open a fresh session days later. This plugin is meant to capture and resurface intent- and task-relevant material so the agent can stay aligned with what you already decided instead of asking you to restate goals, constraints, and partial progress. It fits the build phase’s agent-tooling shelf because you install and configure it alongside your editor agent workflow rather than as a ship-time checker or a launch distribution tool. The catalog listing describes a single plugin with keywords emphasizing context, memory, surfaces, and working state—not a large skill library. Expect to treat it as persistence glue: useful when you run multi-file refactors, long feature branches, or iterative debugging where naming what matters and pulling it back at the right moment saves time. Pair it with your normal repo docs and skills; it does not replace version control or formal project management.
Highlights
- Surfaces working memory tied to what you are building right now
- Keeps intent and relevant context available across long coding threads
- Reduces repeated briefing when you return to the same repo
- Single-plugin bundle focused on memory, not a full agent marketplace
- Keyword-driven design around context, intent, and what is relevant to surface
Why builders use it
You keep re-explaining project intent and lost context every time you start a new agent session on the same codebase.
After you register the plugin, the assistant can lean on working memory to pull back relevant intent and context instead of treating each turn as a cold start.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 3 stars, 0 votes.
FAQ
Who is open-horizon-labs-wm for?
Solo and small-team builders using Claude Code who want working memory so prior intent and relevant context resurface during implementation.
When should I use open-horizon-labs-wm?
Use it when you install agent tooling for a repo and notice sessions keep forgetting decisions, partial plans, or what file area you were changing.
How do I add open-horizon-labs-wm to my agent?
Install the open-horizon-labs/wm Claude Code plugin from the repo, enable it in your Claude Code plugin configuration, then follow the plugin’s setup so memory hooks run with your usual coding workflow.
Comments
Share how you use open-horizon-labs-wm, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.