jhu-research-it
v0.1.0JHU Research-IT helpdesk chatbot. Answers how-to questions about Johns Hopkins research IT infrastructure (PMAP, SAFE, SAFER, Discovery, Databricks, Crunchr, Epic Cosmos, REACH) by reading a local WIKI/ knowledge base. Invoke as /jhu-research-it.
By Junjie LuoLicense: MIT1 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 16, 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 jhu-research-it for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install jhu-research-it@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/jluo41/ToolsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/_todo/jhu-research-it/.
Plugin files
├── .claude-plugin/plugin.json└── skills/jhu-research-it/SKILL.md
Included Skills1
JHU Research-IT helpdesk chatbot. Answers how-to and where-is questions about Johns Hopkins research IT infrastructure by reading the local WIKI/ knowledge base, then giving a short grounded answer with the source page and link. Covers PMAP (Precision Medicine Analytics Platform), SAFE / SAFER secure desktops, PERSONAL storage, Discovery / DISCOVERY HPC, Databricks, Crunchr, REACH enclave, and Epic Cosmos. Use when the user asks anything like "how do I install codex in SAFE", "what is PMAP", "how do I use Databricks at Hopkins", "where do I request a SAFER desktop", "how to access Epic Cosmos", or names any of those systems. Trigger: jhu, johns hopkins, hopkins research it, pmap, safe desktop, safer, crunchr, discovery hpc, reach enclave, epic cosmos, databricks at hopkins, /jhu-research-it.
Plugin manifests1
{
"name": "jhu-research-it",
"version": "0.1.0",
"description": "JHU Research-IT helpdesk chatbot. Answers how-to questions about Johns Hopkins research IT infrastructure (PMAP, SAFE, SAFER, Discovery, Databricks, Crunchr, Epic Cosmos, REACH) by reading a local WIKI/ knowledge base. Invoke as /jhu-research-it.",
"author": {
"name": "Junjie Luo",
"url": "https://github.com/jluo41"
},
"license": "MIT",
"keywords": [
"jhu",
"johns-hopkins",
"pmap",
"safe",
"safer",
"discovery",
"databricks",
"crunchr",
"epic-cosmos",
"reach",
"research-it",
"helpdesk",
"wiki"
]
}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.
[jhu-research-it on Agent Plugins Marketplace](https://pluginsmp.com/plugins/jhu-research-it)