Agent Plugins Marketplace
All plugins

research-app-toolkit

v0.2.3-3

Bilingual research application toolkit for PhD, MRes, and MPhil applications in Codex

CodexClaude Code

By Jingchen XuLicense: MIT96 GitHub starsUpdated 2 months ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
0 skill or MCP entries
Source updated
Jul 18, 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 research-app-toolkit for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add research-app-toolkit@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/xujingchen1996/research-app-toolkit

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

research-app-toolkit/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "research-app-toolkit",
  "version": "0.2.3-3",
  "description": "Bilingual research application toolkit for PhD, MRes, and MPhil applications in Codex",
  "author": {
    "name": "Jingchen Xu"
  },
  "homepage": "https://github.com/xujingchen1996/research-app-toolkit",
  "repository": "https://github.com/xujingchen1996/research-app-toolkit",
  "license": "MIT",
  "keywords": [
    "phd",
    "mres",
    "mphil",
    "research-application",
    "cv",
    "cold-email",
    "professor-match",
    "statement-of-purpose",
    "school-selection",
    "interview-prep",
    "research-gap",
    "ppt",
    "presentation"
  ],
  "skills": "./codex/skills/",
  "interface": {
    "displayName": "Research Application Toolkit",
    "shortDescription": "Bilingual research application toolkit with Chinese, English, and bilingual output modes",
    "longDescription": "A local Codex plugin for research degree applications such as PhD, MRes, and MPhil. It provides CV profile analysis, CV refinement, supervisor matching, outreach emails, application documents, school selection, interview preparation, interview PPT support, and research gap analysis, while reusing shared application context through a Codex-specific memory file. The plugin supports Chinese, English, and bilingual output preferences at runtime.",
    "developerName": "Jingchen Xu",
    "category": "Research",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/xujingchen1996/research-app-toolkit",
    "privacyPolicyURL": "https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement",
    "termsOfServiceURL": "https://docs.github.com/en/site-policy/github-terms/github-terms-of-service",
    "defaultPrompt": [
      "Analyze my CV and extract a research application profile",
      "Match supervisors for my target research area with research-fit reasoning",
      "Help me prepare a biomedical PhD interview PPT with visuals:on and speaking notes"
    ],
    "brandColor": "#0F766E",
    "composerIcon": "./assets/app-icon.svg",
    "logo": "./assets/app-icon.svg",
    "screenshots": []
  }
}
.claude-plugin/plugin.json
{
  "name": "research-app-toolkit",
  "version": "0.2.3-3",
  "description": "Research application toolkit for PhD, MRes, MPhil applications - CV analysis, professor matching, cold email optimization, document assistance, school selection, interview prep, interview PPT preparation, and research gap analysis",
  "author": {
    "name": "Jingchen Xu"
  },
  "license": "MIT",
  "keywords": [
    "phd",
    "mres",
    "mphil",
    "application",
    "cv",
    "cold-email",
    "professor",
    "research",
    "university",
    "interview",
    "ppt",
    "presentation"
  ],
  "commands": "./commands/",
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[research-app-toolkit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/research-app-toolkit)