Skip to content

hd0126/workbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

workbench

연구자를 위한 Claude Code 플러그인 마켓플레이스. 학술논문 변환, 연구실 자동화 등 반복 작업을 플러그인으로 패키징해 공유합니다.

설치

/plugin marketplace add /path/to/workbench

또는 GitHub에서 클론 후 설치:

git clone https://github.com/hd0126/workbench
/plugin marketplace add ./workbench

플러그인 목록

플러그인 버전 설명 상태
paper-to-md 0.1.0 학술논문 PDF → Markdown (hybrid v9)

사용법

플러그인 설치 후 Claude Code에서 자연어로 요청:

이 논문 변환해줘: _Inbox-Papers/paper.pdf

플러그인 구조

각 플러그인은 honeypot 방식의 표준 구조를 따릅니다:

plugins/{name}/
├── .claude-plugin/plugin.json   # 메타데이터
├── agents/                      # 전문 작업 에이전트
├── commands/                    # 오케스트레이터 커맨드
└── skills/                      # 도메인 지식 스킬

코어 프로젝트

프로젝트 설명
paper-to-md hybrid v9 파이프라인 코어 코드 (설치 가이드 포함)

로드맵

  • paper-to-md v0.2.0 — judge + fixer 에이전트 (자동 품질 검증)
  • paper-to-md v0.3.0 — analyst 에이전트 (요약/키워드/분류 자동화)

라이선스

MIT

About

Research tools plugin for Claude Code — academic PDF conversion, lab automation, and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors