스캔 PDF 품질 정밀 진단 — 페이지 누락·순서·회전·잘림·해상도 결함을 자동 검출하고 표로 보고합니다.
스캐너로 읽은 책이 한 권 들어왔을 때, 메타데이터만 훑지 말고 회전 의심·페이지번호 연속성·이미지 잘림까지 정밀하게 검사하는 Claude Code 플러그인입니다. 612페이지짜리 책도 5분 안에 진단하고, 의심 페이지만 골라 시각 검증한 뒤 가독성 좋은 표로 보고합니다.
마켓플레이스 등록(최초 1회):
/plugin marketplace add jeongph/claude-plugins
플러그인 설치:
/plugin install pdf-scan-audit@jeongph-claude-plugins
자연어로 호출:
이 PDF 스캔 검사해줘
스캐너로 읽은 책 한 권 점검해줘
PDF 페이지 누락이나 회전 잘못된 거 있나 봐줘
슬래시 명령:
/audit-pdf book1.pdf
/audit-pdf book1.pdf book2.pdf
| 항목 | 설명 |
|---|---|
| 페이지 메타 | 페이지 크기 분포·회전 메타·portrait/landscape 방향 |
| 해상도(DPI) | 페이지별 임베디드 이미지 기준 DPI 추정·일관성 |
| 빈 페이지 | 이미지·텍스트 모두 거의 없는 페이지 검출 |
| 회전 의심 | 텍스트 줄 종횡비로 추정. 의심 페이지는 시각 검증 |
| 이미지 커버리지 | 이미지가 페이지 경계 밖으로 잘리거나 큰 여백이 한쪽으로 쏠림 |
| 페이지번호 연속성 | 헤더/푸터에서 추출한 페이지번호 시퀀스의 갭 분석 |
| OCR 오인식 vs 진짜 누락 | 갭 크기로 자동 분류 후 의심 구간만 시각 재검증 |
python3 -c "import fitz" 체크. 없으면 pip install pymupdf 안내mktemp -d -t pdf-scan-audit-XXXXXX. 작업 디렉토리는 손대지 않음--keep 옵션으로 보존 가능pip install pymupdf)pdf-scan-audit/
├── .claude-plugin/
│ └── plugin.json
├── skills/
│ └── pdf-scan-audit/
│ ├── SKILL.md
│ ├── scripts/
│ │ ├── inspect_meta.py
│ │ ├── inspect_content.py
│ │ ├── pagenum_check.py
│ │ └── extract_pages.py
│ └── references/
│ ├── interpretation.md
│ └── output-format.md
├── commands/
│ └── audit-pdf.md
├── requirements.txt
└── README.md
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Customizable multi-line status line for Claude Code — real-time session telemetry in your terminal
Analyze your environment and recommend official marketplace plugins to make Claude Code smarter
Claude Code agent plugin - Spring backend resume reviewer
작업 사이클의 의도·대안·트레이드오프를 docs/intent/에 기록하고 역추적하는 Claude Code 플러그인
범용 PDF 수정 도구 - 페이지 회전·삭제·순서변경·추출, PDF 병합·분할, 메타데이터 편집
npx claudepluginhub jeongph/claude-plugins --plugin pdf-scan-auditComplete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use