research
v0.7.0-sonsu.10근거 중심의 다중 출처 조사, 사실 검증, 문헌 검토와 코드 조사를 제공합니다.
By sonsu-lee2 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 25, 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 for Codex and Claude Code
codex plugin marketplace add sonsu-lee/sonsu-marketplace
codex plugin marketplace upgrade sonsu-marketplace
codex plugin add research@sonsu-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the sonsu-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “research-11” remain stable.
- Codex:
research-11@agent-plugin-marketplace→research@sonsu-marketplace
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/sonsu-lee/sonsu-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/research/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/research/SKILL.md
Included Skills1
여러 출처를 조사하고 교차 검증하여 근거를 갖춘 답변, 비교 자료, 문헌 검토, 코드 패턴 조사 또는 의사결정 자료를 만들 때 사용한다. 사용자가 리서치, 조사, 근거 검토, 논문·문헌 리뷰, 비교 분석, fact-check, evidence review, deep research, OSS·code pattern 탐색을 요청하거나 여러 출처의 최신성 확인, 상충 해소, 다단계 검색이 결과를 좌우할 때 호출한다. 공식 문서의 값 하나, 실시간 값이나 URL 하나, 저장소 내부의 단순 심볼·구조 탐색, 일반적인 로컬 원인 분석과 디버깅처럼 외부 다중 출처가 결론에 필요하지 않은 요청에는 사용하지 않는다.
Plugin manifests2
{
"name": "research",
"version": "0.7.0-sonsu.10",
"description": "근거 중심의 다중 출처 조사, 사실 검증, 문헌 검토와 코드 조사를 제공합니다.",
"author": {
"name": "sonsu-lee",
"url": "https://github.com/sonsu-lee"
},
"homepage": "https://github.com/sonsu-lee/skills/tree/main/skills/research",
"repository": "https://github.com/sonsu-lee/skills",
"skills": "./skills/",
"interface": {
"displayName": "Research",
"shortDescription": "근거 중심의 다중 출처 조사",
"longDescription": "특정 검색 공급자를 요구하지 않으면서 조사 깊이를 분류하고, 정본 출처를 검증하고, 상충하는 근거를 해소하고, 인용의 적절성을 점검합니다.",
"developerName": "sonsu-lee",
"category": "Productivity",
"capabilities": [
"Interactive"
],
"defaultPrompt": "여러 출처를 조사하고 원문을 교차 검증해 근거 중심의 답변을 작성해 줘."
}
}{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "research",
"displayName": "Research",
"version": "0.7.0-sonsu.10",
"description": "근거 중심의 다중 출처 조사, 사실 검증, 문헌 검토와 코드 조사를 제공합니다.",
"author": {
"name": "sonsu-lee",
"url": "https://github.com/sonsu-lee"
},
"homepage": "https://github.com/sonsu-lee/skills/tree/main/skills/research",
"repository": "https://github.com/sonsu-lee/skills"
}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.
[research on Agent Plugins Marketplace](https://pluginsmp.com/plugins/research-11)