← All plugins
research-app-toolkit
v0.2.3-3Bilingual research application toolkit for PhD, MRes, and MPhil applications in Codex
CodexClaude Code
by Jingchen XuMIT96updated 3 weeks ago
Source
git clone https://github.com/xujingchen1996/research-app-toolkitClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
research-app-toolkit/
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
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/"
}