open-science-context
v0.3.0Context management: clear the session and resume from the context files (session jumps), pane registration, and subagent checkpoints. Needs tmux and a project made with open-science-project.
By open-science contributorsLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 26, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install open-science-context for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install open-science-context@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/mhycheung/open-scienceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/open-science-context/.
Plugin files
├── .claude-plugin/plugin.json├── skills/advise-with-context/SKILL.md├── skills/context-management/SKILL.md└── skills/continue-context/SKILL.md
Included Skills3
Answer the user's questions about a context file, plan or task as an advisor, without executing the plan or editing the documents. Use when the user points at a context file or plan and asks questions about it, or asks for an opinion on work another session is driving.
Clear the session (a "jump") and resume from the context files instead of letting context grow, register the tmux pane, and checkpoint subagents. Use at session start when driving a task, after every finished subtask, before dispatching subagents or long jobs, and when a hook reports a context size or a cache-cold notice.
Take over the work a context file describes and drive it as the main agent. Use when the user or a resume prompt names a context file (a task context.md, the project context.md) and asks to continue, resume or take over; when a session is woken with no context by a notification; and as the first step after any session jump.
Plugin manifests1
{
"name": "open-science-context",
"version": "0.3.0",
"description": "Context management: clear the session and resume from the context files (session jumps), pane registration, and subagent checkpoints. Needs tmux and a project made with open-science-project.",
"dependencies": [
"open-science-project"
],
"license": "MIT",
"author": {
"name": "open-science contributors"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[open-science-context on Agent Plugins Marketplace](https://pluginsmp.com/plugins/open-science-context)