Paper Style Guide — Security skill for Claude Code
Claude Code skill: audit and rewrite academic ML/CS paper drafts.
How to install Paper Style Guide
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open fbdeme/paper-style-guide and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Paper Style Guide does
Claude Code skill: audit and rewrite academic ML/CS paper drafts. Pass A (style) + Pass B (submission checklist) for NeurIPS, ICML, ICLR, ACL, CVPR, AAAI.
Alternatives in Security
- Bountyforge — All-round bug bounty skill for Claude Code parallelized agents for smart contract audits (EVM, Move, Solana, T 399 ★
- AWS MCP Server — by alexei-led - Features multiple Python environment setup options with detailed code style guidelines, compre 182 ★
- Commit Hook Checklist — Audit commit-hook automation as gates against AI slop and broken commits (Node.js, Go, polyglot) 168 ★
README
Paper Style Guide
ML/CS 논문 초고를 대상으로 **AI 글쓰기 패턴 제거 · 반복 제어 · 용어 일관성 · 제출 요건 점검**을 자동화하는 Claude Code 스킬입니다. NeurIPS, ICML, ICLR, ACL, CVPR, AAAI 등 주요 학회 제출 직전에 사용하세요.
무엇을 해주나요?
두 단계로 나누어 논문을 검토합니다.
Pass A — Style Pass (문체 정리)
- A1. 진부한 표현 제거: Crucially, Importantly, It is worth noting that, leverage, robust, intricate …
- A2. 반복 제어: 핵심 주장은 본문 전체에서 최대 2회까지만, 동일 단락 내 비기술 단어 3회 이상 등장 시 표시
- A3. 용어 일관성: 같은 개념을 여러 이름으로 부르는 것을 잡아 표준 용어로 통일
- A4. 약어 관리: 첫 등장 시 1회 정의, Abstract 정의 약어는 본문에서 재정의
- A5. 강조 줄이기: 이탤릭 / 볼드 / 대문자 남용 정리
- A6. 문장 구조: 25단어 초과 문장, 연속 수동태, 단조로운 문두 점검
- A7. Abstract 집중 검토: 가장 자주 읽히는 부분이라 별도 체크리스트 적용
Pass B — Submission Checklist (제출 점검)
제목 길이, 섹션 구성, 인용, 수식, 그림/표, 약어, 레이아웃, 최종 빌드까지 8개 카테고리로 제출 직전 마지막 점검을 수행합니다.
설치 방법
1. 저장소 clone
git clone https://github.com/fbdeme/paper-style-guide.git
cd paper-style-guide
2. Claude Code에 스킬 등록
**방법 A — 사용자 전역 스킬 디렉토리에 복사**
mkdir -p ~/.claude/skills/paper-style-guide
cp SKILL.md ~/.claude/skills/paper-style-guide/
이후 모든 Claude Code 세션에서 자동으로 로드됩니다.
**방법 B — 프로젝트별로 사용** 논문 저장소 루트에 `.claude/skills/paper-style-guide/` 폴더를 만들고 `SKILL.md`를 넣어두면 해당 프로젝트에서만 로드됩니다.
사용법
논문 초고가 있는 디렉토리에서 Claude Code를 띄운 뒤 이렇게 요청하세요.
paper-style-guide 스킬을 적용해서 main.tex 검토해줘.
Pass A부터 끝내고 Pass B로 넘어가줘.
권장 워크플로
- 초고 완성 직후 Pass A 적용 → 문체 / 반복 / 용어 정리
- 수정 반영 후 1차 검토 완료
- 제출 1~2일 전 Pass B 적용 → 체크리스트 항목 직접 확인
파일 구성
| 파일 | 설명 |
|---|---|
SKILL.md |
Claude Code 스킬 본문 (Pass A / Pass B 규칙 정의) |
README.md |
본 문서 (한국어 사용 안내) |
LICENSE |
MIT 라이선스 |
Allowed Tools
이 스킬은 아래 도구만 사용합니다.
Read·Write·Edit— 논문 파일 읽기/쓰기Grep·Glob— 반복 표현 / 용어 변형 검색
쉘 명령이나 외부 네트워크 호출은 하지 않습니다.
적용 범위
| 형식 | 지원 |
|---|---|
LaTeX (.tex) |
✓ |
Markdown (.md) |
✓ |
일반 텍스트 (.txt) |
✓ |
라이선스
MIT License — 자유롭게 사용 / 수정 / 재배포 가능합니다. 자세한 내용은 [LICENSE](LICENSE) 참고.
기여
이슈 / PR 환영합니다. 새로운 AI 글쓰기 패턴을 발견하거나 학회별 제
Related Skills
Academic Paper Accuracy And Citation Audit
Use when: (1) performing a multi-pass LaTeX paper audit covering data consistency, cross-references, scientifi
Paper Trail Audit Article
Per-citation audit of an academic article (LaTeX or Markdown). Produces RECEIPTS.md classifying each citation
Synapse Ingest
Ingest a new monthly batch of academic papers into Synapse — runs the full pipeline (populate_manifest → lint_
Appstore Approval Audit
Pass Apple review on the first try - a Claude Code skill that audits your iOS app (Swift, Expo/RN, Flutter) be
Fortify
Pre-submission strengthening pass — audit numbers, find the weakest ablation gap, anticipate reviewer objectio
Gaia Harden
Judge-the-form, human-gated hardening. Reviews recurring code-audit-frontend findings and, with approval, draf
Related Agents
Reviewer Academic
Academic peer reviewer — evaluates paper drafts against NeurIPS/ICML/CVPR/ACL reviewer standards for novelty
Submit Checker
Use when the user wants to check whether a paper is ready for submission to a specific journal. Produces a sub
Paper Reviewer
Strict academic paper reviewer for position papers, preprints, and journal-style articles. Reviews argument fl