cpx
v1.3.16CPX/OSCE 모의 표준화환자(SP) 시뮬레이터. 국시원 48개 임상표현을 바탕으로 미리 작성된 276개 케이스 카드에서 환자를 뽑아 문진·신체진찰을 연습하고 100점 배점으로 채점받습니다. 웹 기록판과 연결하면 결과가 자동으로 누적됩니다.
By raphael4040-ashLicense: MIT0 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 3, 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 cpx for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install cpx@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/raphael4040-ash/cpx-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is cpx/.
Plugin files
├── .claude-plugin/plugin.json├── skills/pair/SKILL.md└── skills/start/SKILL.md
Included Skills2
CPX 기록판 웹앱과 이 컴퓨터를 연결한다. 사용자가 /cpx:pair <연결코드> 로 호출할 때만 사용한다.
CPX/OSCE 모의 표준화환자(SP) 연습을 시작한다. 사용자가 /cpx:start 로 명시적으로 호출할 때만 사용한다.
Plugin manifests1
{
"name": "cpx",
"description": "CPX/OSCE 모의 표준화환자(SP) 시뮬레이터. 국시원 48개 임상표현을 바탕으로 미리 작성된 276개 케이스 카드에서 환자를 뽑아 문진·신체진찰을 연습하고 100점 배점으로 채점받습니다. 웹 기록판과 연결하면 결과가 자동으로 누적됩니다.",
"version": "1.3.16",
"author": {
"name": "raphael4040-ash"
},
"homepage": "https://cpx-practice.github.io/",
"license": "MIT"
}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.
[cpx on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cpx)