report-maker
v0.8.0경영컨설팅 펌 수준의 대시보드·보고서를 만든다. 독자가 무엇을 모르는가에 따라 진단·선택·감시·추적 네 유형으로 형태를 나누고, 유형 확인 → 자료 → 스펙·배치 확인 → 렌더링 → 검수 5단계로 돈다. 전달 전에 소스 검사와 실제 렌더 검사 스크립트가 돌고, 만든 맥락이 없는 서브에이전트가 결과물을 다시 본다.
By choiyh0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 7 skill or MCP entries
- Source updated
- Sep 15, 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 report-maker for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install report-maker@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/neneungyul2/ne-claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/report-maker/.
Plugin files
├── .claude-plugin/plugin.json├── skills/build-doc/SKILL.md├── skills/build-html/SKILL.md├── skills/frame-question/SKILL.md├── skills/load-data/SKILL.md├── skills/plan-report/SKILL.md├── skills/report-helper/SKILL.md└── skills/verify-report/SKILL.md
Included Skills7
확정된 리포트 스펙을 문서(Word/Markdown) 또는 슬라이드(PowerPoint)로 렌더링한다. 슬라이드 한 장에 exhibit 하나, action_title이 곧 슬라이드 제목이다. report-maker 워크플로의 4단계(문서 경로)로, plan-report가 만든 스펙을 입력으로 받는다.
확정된 리포트 스펙을 HTML 단일 파일로 렌더링한다. 외부 의존 없이 인라인 SVG로 차트를 그리고, 디자인 토큰·목차·모달·용어 툴팁을 강제한다. report-maker 워크플로의 4단계(HTML 경로)로, plan-report가 만든 스펙을 입력으로 받고 verify-report로 넘긴다.
대시보드·보고서를 만들기 전에 무엇을 답할 것인지 합의한다. 핵심 질문 후보를 여러 개 내놓고 고르게 하고, 수신자 레벨·가정·분석 축을 확정해 브리프로 남긴다. report-maker 워크플로의 1단계로, 데이터를 열기 전에 돈다. report 모드에서는 건너뛸 수 없다.
대시보드·보고서용 데이터를 확보하고 정규화한다. 엑셀·CSV 파일, 붙여넣은 표, Metabase 쿼리 결과를 동일한 형태의 정규화 데이터셋과 데이터셋 카드로 만든다. report-maker 워크플로의 2단계로, 보통 report-helper가 안내해 진입한다.
대시보드·보고서의 구성을 포맷과 무관하게 확정한다. 무엇을 어떤 차트로 어떤 메시지로 보여줄지 정한 리포트 스펙(JSON)을 만들고 자체 검사를 통과시킨다. report-maker 워크플로의 3단계로, HTML이든 문서든 렌더링 전에 반드시 거친다.
데이터를 보여줘야 하는 모든 상황의 진입점. "차트로 보여줘", "이 엑셀 보고용으로 정리해줘", "대시보드 만들어줘", "실적 정리해서 보고해야 해", "이 표 시각화", "일보 만들어줘", "숫자 좀 정리해줘", "본부장 보고용으로", "추이 좀 보자", "비교해서 보여줘"처럼 데이터·표·엑셀·실적·지표를 시각화하거나 보고 형태로 정리해달라는 요청이면 먼저 이 스킬을 사용한다. 목적과 수신자를 확인해 빠른 시각화(quick)인지 정식 보고(report)인지 판단하고 다음 단계로 연결한다.
완성된 리포트·대시보드를 전달 전에 검수한다. 기계 검사 스크립트를 돌리고, 만든 맥락이 없는 서브에이전트가 스크린샷을 직접 보고 역스토리보딩으로 논리를 대조한다. report-maker 워크플로의 5단계로, build-html·build-doc 직후에 돈다. report 모드에서는 건너뛸 수 없다.
Plugin manifests1
{
"name": "report-maker",
"version": "0.8.0",
"description": "경영컨설팅 펌 수준의 대시보드·보고서를 만든다. 독자가 무엇을 모르는가에 따라 진단·선택·감시·추적 네 유형으로 형태를 나누고, 유형 확인 → 자료 → 스펙·배치 확인 → 렌더링 → 검수 5단계로 돈다. 전달 전에 소스 검사와 실제 렌더 검사 스크립트가 돌고, 만든 맥락이 없는 서브에이전트가 결과물을 다시 본다.",
"author": {
"name": "choiyh",
"email": "[email protected]"
},
"homepage": "https://github.com/neneungyul2/ne-claude-plugins/tree/main/plugins/report-maker",
"repository": "https://github.com/neneungyul2/ne-claude-plugins",
"category": "데이터·보고",
"keywords": [
"대시보드",
"보고서",
"시각화",
"차트",
"마리메코",
"워터폴",
"지도",
"검수",
"서브에이전트",
"유형",
"감시"
]
}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.
[report-maker on Agent Plugins Marketplace](https://pluginsmp.com/plugins/report-maker)