Archive From Pdf banner
moo1024 moo1024

Archive From Pdf

Development community

Description

--- description: PDF 또는 메모 → notion-archive-manager → 아카이브 초안 생성 --- ## Step 0 — 환경 확인 (PDF 입력 시) `$ARGUMENTS`가 `.pdf`로 끝나면 먼저 아래를 실행한다. ```bash which pdftotext ``` - 있으면 → Step 1으로 진행 - 없으면 → 아래를 출력하고 즉시 중단: ``` [중단] pdftotext가 설치되어 있지 않습니다. 터미널에서 아래 명령을 실행 후 다시 시도하세요: ! sudo apt-get install -y poppler-utils ``` --- ## Step 1 — 원자료 포획 (아카이브보다 먼저) `$ARGUMENTS` 경로의 원본에서 **수치·날짜·기관명 구간만 출처와 함께 발췌**해 `.claude/artifacts/fact_sources/[slug]-source.md`로 저장한다. 이 단계를 건너뛰면 안 된다. 블로그는 아카이브의 파생본이므

Installation

Installs to ~/.claude/commands/moo1024-claude-marketing-pipeline-archive-from-pdf.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/moo1024/claude-marketing-pipeline/HEAD/.claude/commands/archive-from-pdf.md -o ~/.claude/commands/moo1024-claude-marketing-pipeline-archive-from-pdf.md

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

Full documentation available on GitHub

View Source Repository