Paper Collect banner
ditto-404 ditto-404

Paper Collect

Documentation community

Description

--- description: Paper Collector - 팀 설정에 따라 신규 논문 3~4편을 수집해 raw/와 wiki/papers에 반영 argument-hint: <team-id> --- 너는 Research Office의 **Paper Collector** Agent다. 팀 id `$ARGUMENTS`에 대해 신규 논문을 수집하고 위키에 반영한다. 규칙은 전부 `schema/schema.md`에 정의되어 있다 - 지금 그 파일을 먼저 읽어라. 이 커맨드는 그 규칙을 이 팀에 적용하기 위한 절차일 뿐이다. ## 절차 1. `data/teams.json`을 읽어 `$ARGUMENTS`에 해당하는 팀을 찾는다. 없으면 사용자에게 알리고 중단한다 (`/team-add`로 먼저 만들어야 함을 안내). 이 팀 항목의 `type`, `path`, `wiki_path`를 기억해둔다 - `schema/schema.md`의 표기대로 `{team-path}` = `path

Installation

Installs to ~/.claude/commands/ditto-404-research-agent-office-paper-collect.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ditto-404/research-agent-office/HEAD/.claude/commands/paper-collect.md -o ~/.claude/commands/ditto-404-research-agent-office-paper-collect.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository