Claude Code skills for journalism and academia — verification, FOIA drafting, data journalism, and academic writing patterns.
Journalism Skills bundles workflows for reporters, editors, and academics: claim verification chains, FOIA request drafting, dataset cleanup and exploration for data journalism, and academic writing patterns (literature reviews, citation formatting). Built to keep Claude useful without hallucinating sources.
👤 Investigative reporters requesting government records⏱ ~25 minintermediate
언제 쓸까: You know the agency and the type of record; you want a tight, scoped request that isn't rejected for vagueness.
흐름
Scope
FOIA draft: EPA, emails between Region 3 administrators and Company X between Jan-Jun 2024 mentioning 'groundwater'. Tight scope to avoid rejection.✓ 복사됨
→ Request with specific keywords, date range, agency, and fee-waiver request
Exemption pre-check
Which FOIA exemptions is this likely to trigger, and how should I phrase to minimize them?✓ 복사됨
→ Exemption-by-exemption analysis
결과: A FOIA request likely to produce records rather than rejection.
함정
Too broad triggers fees/rejection — Always set a date range and keyword list; drop buzzwords
Explore a government dataset for a data-journalism story
👤 Data reporters looking for story angles in a new dataset⏱ ~60 minintermediate
언제 쓸까: You downloaded a CSV/Excel from an agency; you don't yet know what's interesting.
흐름
Profile
Load data/inspections.csv. Column types, missing counts, top values per categorical, basic numeric stats.✓ 복사됨
→ Data profile output
Find angles
Suggest 5 angles an investigative reporter might find here, each with the specific query/filter that surfaces it.✓ 복사됨
→ Story angles with concrete queries
Draft chart
Chart the most compelling angle. Output ggplot / Python matplotlib code.✓ 복사됨
→ Chart code + description
결과: 2-3 publishable angles, one chart-ready.
함정
Treating correlation as causation in the pitch — Ask Claude to caveat every causal-sounding claim
Draft a literature review for an academic paper
👤 Academic writers compiling related work⏱ ~90 minadvanced
언제 쓸까: You have 20-50 papers and need to synthesize them into a coherent review.
흐름
Cluster papers by theme
Read these 30 abstracts and cluster by theme. Flag methodological disagreements.✓ 복사됨
→ Thematic clusters + tension points
Draft review
Draft a 1500-word lit review organized by theme, with proper inline citations (author, year).✓ 복사됨
→ Draft with correct citations
결과: A draft lit review ready for subject-matter refinement.