Sandbox
@jamditis/claude-skills-journalism

Journalism skills for Claude Code and Codex

This repository packages reusable skills for journalism, research, academic writing, verification, and related newsroom work. The skills live in plugin folders and root packages, with separate docs for setup, workflows, and installation across Claude Code and Codex.

391 stars65 forksPythonUpdated 9d ago
Who it's for

Builders who use Claude Code or Codex to research, verify, write, and publish journalism or academic work.

What it delivers

You can load reusable newsroom and research workflows instead of rebuilding them for every project.

What it does

Core journalism skills

AP style, AI-writing cleanup, source verification, fact-checking, FOIA requests, interview prep, newsletter publishing, and photo metadata.

Research and academic skills

Academic writing, content access, digital archiving, page monitoring, and a curated free-APIs catalog.

Development and workflow skills

Accessibility checks, CLAUDE.md updates, context engineering, test-first bug fixing, web scraping, and CLAUDE.md maintenance.

Plugins and manual installs

Installable bundles for Claude Code, plus copy-or-symlink instructions for individual skills.

Hooks and templates

Lifecycle hooks for checks like source attribution, verification, AP style, and deadline tracking, plus reusable templates and agents.

How to get it

  1. 1Plugins give you slash commands you can run directly inside Claude Code. Run these two…
    /plugin marketplace add jamditis/claude-skills-journalism
    /plugin install pdf-playground@claude-skills-journalism
  2. 2Codex can install journalism-core through this repository's Claude marketplace metadata
    codex plugin marketplace add jamditis/claude-skills-journalism
    codex plugin add journalism-core@claude-skills-journalism
  3. 3You can instead install standards-based skills with the skills CLI. This user-level…
    npx skills@latest add https://github.com/jamditis/claude-skills-journalism/tree/master/journalism-core \
      --skill '*' --agent codex --copy -g -y
  4. 4That command installs journalism-core in Codex's documented user skill directory,…
    npx skills@latest add jamditis/claude-skills-journalism \
      --skill fact-check-workflow --agent codex --copy -g -y
  5. 5When you ask Claude to verify a claim or check a source
    "Can you help me verify this viral tweet claiming [X]?"
    "What steps should I take to verify this document?"
    "Help me check if this image is authentic"
  6. 6When preparing for interviews
    "Help me prepare questions for interviewing the mayor about the budget"
    "What background research should I do before this interview?"
    "Create a question framework for an investigative interview"

README

Journalism agent skills

A collection of Agent Skills for journalists, researchers, academics, media professionals, and communications practitioners. The same repository serves Claude Code and Codex while keeping Claude-only commands, agents, and hooks clearly labeled.

Docs site: skills.amditis.tech, interactive skill browser, setup guides, and full documentation.

Guides

Setup and workflow guides, separate from the skills themselves:

GuideDescription
Autonomous and hands-on dev workA first-person account of running dev work with Claude in two modes, autonomous sessions that pull tasks off GitHub issues, and hands-on multi-agent reviews at the keyboard, held to one quality bar, with copy-able prompts to adapt the approach to your own agent
Multi-agent workflowsPlain-language guide to running many AI agents on one job, fan-out, pipeline, and adversarial-verify patterns, with real examples from ICIJ, The Markup, Full Fact, and Elicit, plus honest cautions
Persistent sessionsKeep Claude Code sessions alive through disconnects using tmux, setup, key bindings, activity notifications, and scheduler coexistence

What are agent skills?

Skills are modular instruction sets that an AI coding agent loads when relevant to a task. Each skill contains domain knowledge, workflows, templates, and supporting files. Shared skills in this repository follow the Agent Skills specification; Claude and Codex provide their own installation and runtime layers around that shared content.

Repository control plane

skills-catalog.yaml lists every package and stable skill. It records each skill's package, path, lifecycle, and invocation mode. The defaults preserve the existing model-selected invocation behavior.

Each stable skill includes agents/openai.yaml for Codex display metadata. These files do not change invocation policy. Run npm run validate:catalog to check catalog coverage, package mappings, skill names, and metadata files.

See INFLUENCES.md and THIRD_PARTY_NOTICES.md for design credit and license notices.

Installation

Choose the section for your client. During the Codex pilot, use only one Codex installation path for a given skill or package.

Claude Code

Prerequisite: You need Claude Code installed. Run claude --version in your terminal to check.

Plugins (recommended)

Plugins give you slash commands you can run directly inside Claude Code. Run these two commands inside a Claude Code session:

/plugin marketplace add jamditis/claude-skills-journalism
/plugin install pdf-playground@claude-skills-journalism

Then restart Claude Code (close and reopen). See the PDF Playground README for detailed setup instructions and troubleshooting.

Available plugins:

PluginDescriptionCommandsUpdated
autocontextCross-session knowledge persistence with skill evolution. Lessons accumulate per-skill, and /autocontext:evolve folds them back into skill files/autocontext:setup, /autocontext:init, /autocontext:review, /autocontext:status, /autocontext:evolveAug 21, 2026
dev-toolkitThirteen development-focused skills for journalists, researchers, and small newsroom dev teams: accessibility, context management, directed multi-agent execution, Electron, mobile debugging, Python pipelines, test-first bug fixing, ethical scraping, no-build frontends, web UI craft, and CLAUDE.md maintenance/dev-toolkit:director; other skills model-selectedAug 21, 2026
journalism-coreFifteen core journalism skills, including AP-style writing, AI-slop detoxing, source verification (deepfakes/C2PA), FOIA + NJ OPRA requests, Brazilian LAI requests, fact-checking, interview prep + transcription, story pitches, editorial workflow, crisis communications, newsletter publishing with current Gmail / Yahoo / Outlook bulk-sender requirements, and embedded photo metadata for wire distributionn/a, skills onlyAug 21, 2026
okf-wikiScaffold an Open Knowledge Format (OKF) knowledge base: one-concept-per-file markdown with YAML frontmatter, directory navigation, and a validator. Generates a starter wiki that passes its own conformance and secret-leak checks, ships session-start hooks that orient Claude on the knowledge base before it works, and includes an optional GitHub-wiki bootstrap. For newsroom institutional memory, research atlases, decision logs, and infrastructure mapsn/a, skill onlyAug 21, 2026
pdf-designPDF report and proposal design system with brand variables, budget tables, and reusable content blocks (stats strips, three-column, four-tile pillars, partner grids)n/a, skill-onlyAug 21, 2026
pdf-playgroundCreate branded proposals, reports, one-pagers, newsletters, slides, and event materials with an interactive control panel for live design editing (colors, fonts, spacing, sections) and a guided wizard for proposals/pdf-playground:proposal, /pdf-playground:report, /pdf-playground:onepager, /pdf-playground:newsletter, /pdf-playground:slides, /pdf-playground:event, /pdf-playground:previewSep 4, 2026
project-templates-toolkitThree skills for setting up and closing out journalism projects: a CLAUDE.md project-memory writer (institutional knowledge), a LESSONS.md retrospective writer (failures and decisions), and a template-selector decision tree across 6 project typesn/a, skills onlyAug 24, 2026
research-toolkitSix skills for research, source preservation, and academic workflows: academic writing, legal paywall-bypass via Unpaywall and library databases, web archiving (Wayback / Archive.today / ArchiveBox), web page change monitoring, AI-enriched digital archive construction, and a curated free-API catalog with sunset currency notes (IEX Cloud, CrowdTangle, ProPublica Congress, X, Reddit)n/a, skills onlyAug 21, 2026
security-toolkitFour defensive security skills covering OWASP Top 10 fundamentals and supply-chain hardening: pre-deployment audit checklists (auth, input validation, secrets management), secure authentication patterns (password hashing, session management, JWT, OAuth, passkeys), API hardening (rate limiting, CORS, request throttling, defense-in-depth for Express, FastAPI, and serverless), and npm/bun supply-chain hardening with install-time cooldown plus a sandboxed pre-install scan for the bypass case (defends against Mini Shai-Hulud-class worms)/security-toolkit:hotpatchSep 7, 2026
superjawnResearch-augmented fork of obra/superpowers. Default-on research phase fires before brainstorming, systematic-debugging, and writing-skills. Includes all 14 skills with no soft dependencies on the upstream superpowers plugininvoked indirectly via skills (e.g. superjawn:brainstorming, superjawn:systematic-debugging, superjawn:writing-plans)Aug 21, 2026
video-toolkitFour composable skills for social-video accountability reporting: downloading public video from Twitter/X, TikTok, YouTube, Instagram, and Facebook; transcribing it with a provenance sidecar and a CPU path any evaluator can re-run; extracting and vision-analyzing frames; and aggregating the result into an interactive dashboardn/a, skills onlyAug 21, 2026
web-design-pickerBuild two to five distinct website directions, a switchable client review site, downloadable design assets, preview images, static QA reports, and separate Cloudflare Drop and design-handoff packagesn/a, skill onlySep 2, 2026
visual-explainerHTML diagrams, data tables, architecture views, slide decks, and KPI dashboards adapted from nicobailon/visual-explainer with journalism, newsroom, and academic design sensibilities/visual-explainer:project-recapAug 21, 2026

Skills (manual installation)

Most skills live inside a plugin's skills/ directory. The okf-wiki/SKILL.md, pdf-design/SKILL.md, visual-explainer/SKILL.md, and web-design-picker/SKILL.md root-skill packages keep the skill at the package root. To install one skill without taking a whole plugin, clone the repo and copy or symlink the directory that directly contains its SKILL.md. Claude Code discovers skills at ~/.claude/skills/<skill-name>/SKILL.md, one level deep:

git clone https://github.com/jamditis/claude-skills-journalism.git ~/projects/claude-skills-journalism
cd ~/projects/claude-skills-journalism
mkdir -p ~/.claude/skills

# Pull a single skill out of a plugin's skills/ directory:
cp -r journalism-core/skills/source-verification ~/.claude/skills/
cp -r research-toolkit/skills/free-apis-catalog ~/.claude/skills/
cp -r research-toolkit/skills/web-archiving ~/.claude/skills/
cp -r dev-toolkit/skills/web-scraping ~/.claude/skills/
cp -r dev-toolkit/skills/director ~/.claude/skills/
cp -r security-toolkit/skills/secure-auth ~/.claude/skills/
cp -r project-templates-toolkit/skills/project-memory ~/.claude/skills/

# A root-skill package is already the directory to copy:
cp -r okf-wiki ~/.claude/skills/
cp -r web-design-picker ~/.claude/skills/

# Or symlink so git pull updates them in place (ln -sfn replaces an existing link):
ln -sfn "$PWD/research-toolkit/skills/free-apis-catalog" ~/.claude/skills/free-apis-catalog
ln -sfn "$PWD/dev-toolkit/skills/director" ~/.claude/skills/director
ln -sfn "$PWD/web-design-picker" ~/.claude/skills/web-design-picker
ln -sfn "$PWD/visual-explainer" ~/.claude/skills/visual-explainer

The standalone copy or link invokes the skill as /director. The installed plugin invokes it as /dev-toolkit:director because Claude Code namespaces plugin skills.

Do not clone the repo directly into ~/.claude/skills/journalism-skills/, that nests each SKILL.md too deep and Claude Code won't find them.

Codex

Prerequisite: Install Codex CLI. Run codex --version in your terminal to check. The legacy-compatible package route below is verified with Codex CLI 0.147.0.

Codex can install journalism-core through this repository's Claude marketplace metadata:

codex plugin marketplace add jamditis/claude-skills-journalism
codex plugin add journalism-core@claude-skills-journalism

This legacy-compatible package route exposes the 15 nested journalism-core skills. It does not convert Claude commands, agents, hooks, or root-level skills into Codex components. This repository ships Codex UI metadata but no native Codex plugin manifests.

You can instead install standards-based skills with the skills CLI. This user-level command makes the 15 core skills available across your Codex projects:

npx skills@latest add https://github.com/jamditis/claude-skills-journalism/tree/master/journalism-core \
  --skill '*' --agent codex --copy -g -y

That command installs journalism-core in Codex's documented user skill directory, ~/.agents/skills. The clean-install canary checks that exact global destination. Remove -g to install into the current project's .agents/skills directory and record the source and content hashes in that project's skills-lock.json. To install one skill instead:

npx skills@latest add jamditis/claude-skills-journalism \
  --skill fact-check-workflow --agent codex --copy -g -y

Codex desktop can import skills from another agent. Import leaves the source installation in place. Until duplicate-identity and uninstall behavior has been tested for this repository, do not import a skill and also install the same skill through npx skills or the package route.

Codex's bundled skill installer writes to a different Codex-specific directory and is not a tested installation path for this repository. Codex does not deduplicate same-name skills across install roots, so don't combine it with the .agents/skills route above.

Use only one Codex installation path for the same skill identity.

See the checked-in Codex compatibility matrix for tested versions, package boundaries, and pending runtime gates. A valid install is not a package-wide runtime support claim. The historical pilots remain tied to their recorded snapshots.

Claude.ai

Skills can be added via the Claude.ai interface under Settings > Skills.

Skills overview

The Updated column in every table below is the date that skill or plugin last changed, taken from git history rather than typed by hand. Use it to judge whether your installed copy has drifted: a skill that cites statutes, platform APIs, or vendor behavior is worth re-checking against its sources once it is several months old. The same dates appear as tape on each card at skills.amditis.tech, where the tape yellows with age.

Core journalism skills (in journalism-core plugin)

These fifteen skills ship together as the journalism-core plugin. Install via /plugin install journalism-core@claude-skills-journalism to get all of them at once.

SkillDescriptionUpdated
ai-writing-detoxEliminate AI-generated patterns that erode reader trust. Banned words, phrases, and structures with alternativesAug 21, 2026
brazil-records-requestsPublic records requests under Brazil's Access to Information Law (Lei 12.527/2011), portal selection across federal, state, municipal, judicial and legislative bodies; deadlines; the four-level appeal chain (first instance, agency head, CGU, CMRI); templates in Portuguese with English glossesAug 21, 2026
crisis-communicationsBreaking news protocol, rapid verification, crisis response, misinformation counteringAug 21, 2026
data-journalismDataset analysis, chart and map creation, statistical reasoning, data-driven story structureAug 21, 2026
editorial-workflowStory assignment tracking, deadline management, editorial calendars, handoff protocolsAug 21, 2026
fact-check-workflowClaim extraction, evidence gathering, rating scales, correction protocolsAug 21, 2026
foia-requestsPublic records request drafting (federal FOIA + NJ OPRA), tracking, appeals, current statutory citationsAug 21, 2026
interview-prepPre-interview research, question frameworks, recording consent, attribution guidelinesAug 21, 2026
interview-transcriptionWhisper / WhisperX transcription pipelines, quote management, speaker diarizationAug 21, 2026
newsletter-publishingEmail newsletter creation, subscriber management, deliverability, 2024–2026 Gmail / Yahoo / Outlook bulk-sender complianceAug 21, 2026
newsroom-styleAP Style enforcement, attribution rules, headline formatting, number conventionsAug 21, 2026
photo-metadataEmbed caption, byline, credit, alt text, keywords, copyright / Creative Commons license, AI-source labeling (IPTC Digital Source Type), and Google-Images licensing into a photo's IPTC/EXIF/XMP metadata; strip GPS for source protection; read C2PA Content Credentials; batch-tag a folder for a news wireAug 21, 2026
social-media-intelligenceNarrative tracking, coordinated-campaign analysis, account authenticity checks, OSINT for digital investigationsAug 21, 2026
source-verificationSIFT method, image and video verification, deepfake detection (2026), C2PA Content Credentials, verification trailsAug 21, 2026
story-pitchPitch templates for daily news, features, investigations, op-eds, and freelance queriesAug 21, 2026

Research and academic skills (in research-toolkit plugin)

These six skills ship together as the research-toolkit plugin. Install via /plugin install research-toolkit@claude-skills-journalism to get all of them at once.

SkillDescriptionUpdated
academic-writingResearch design, literature reviews, IMRaD structure, peer review responses, grant proposalsAug 21, 2026
content-accessUnpaywall, CORE, Semantic Scholar APIs, library databases, ethical access patternsAug 21, 2026
digital-archiveBuilding archives with AI enrichment, entity extraction, knowledge graphsAug 21, 2026
free-apis-catalogCurated free-API catalog organized by journalism use-case, with currency notes for major API sunsets (IEX Cloud, CrowdTangle, ProPublica Congress, X, Reddit) and an evaluation rubricAug 21, 2026
page-monitoringChange detection, RSS generation, webhook alerts, automatic archiving on changesAug 21, 2026
web-archivingWayback Machine, Archive.today, legal evidence preservation, multi-archive redundancyAug 21, 2026

Design and production

SkillDescriptionUpdated
pdf-designProfessional PDF reports and proposals with brand system, budget tables, and multi-page layouts. For the full interactive experience, use pdf-playground insteadAug 21, 2026
web-design-pickerProduce distinct responsive website directions, a client review picker, downloadable design assets, preview images, static QA reports, and deployment and handoff packagesSep 2, 2026
visual-explainerTurn complex data into styled HTML pages, architecture diagrams, data tables, flowcharts, timelines, source maps, and dashboards with dark/light theme support. Now registered as a plugin (/plugin install visual-explainer@claude-skills-journalism)Aug 21, 2026

PDF Playground skill

This skill ships inside the pdf-playground plugin.

SkillDescriptionUpdated
document-designCreate print-ready HTML proposals, reports, one-pagers, newsletters, slides, flyers, and other PDF-ready documents with reusable brand and layout patternsSep 4, 2026

Superjawn skills

These fourteen skills ship inside the superjawn plugin.

SkillDescriptionUpdated
brainstormingExplore intent, requirements, design, and relevant research before creative implementation workAug 21, 2026
dispatching-parallel-agentsDivide independent tasks among parallel agents without shared-state conflictsAug 21, 2026
executing-plansExecute a written implementation plan with freshness and review checkpointsAug 21, 2026
finishing-a-development-branchVerify completed work and choose a safe integration, pull request, or cleanup pathAug 21, 2026
receiving-code-reviewEvaluate review feedback against the code before implementing itAug 21, 2026
requesting-code-reviewRequest focused review before integration or after a major implementationAug 21, 2026
subagent-driven-developmentExecute independent plan tasks with agents in the current sessionAug 21, 2026
systematic-debuggingInvestigate root cause and relevant evidence before proposing a bug fixAug 21, 2026
test-driven-developmentWrite a failing test before implementing a feature or bug fixAug 21, 2026
using-git-worktreesCreate isolated worktrees with safe directory selection and verificationAug 21, 2026
using-superjawnDiscover and invoke the right Superjawn skill for the current taskAug 21, 2026
verification-before-completionRun and inspect verification evidence before claiming work is completeAug 21, 2026
writing-plansTurn a specification or requirements into a checked implementation planAug 21, 2026
writing-skillsResearch, create, edit, and verify reusable skillsAug 21, 2026

Project documentation skills (in project-templates-toolkit plugin)

These three skills ship together as the project-templates-toolkit plugin. Install via /plugin install project-templates-toolkit@claude-skills-journalism to get all of them at once.

SkillDescriptionUpdated
project-memoryGenerate CLAUDE.md files that capture project-specific knowledge. Includes templates for editorial tools, events, publications, research, pipelines, and archivesAug 21, 2026
project-retrospectiveGenerate LESSONS.md files that document what worked and what didn't. Templates for investigations, events, publications, and toolsAug 21, 2026
template-selectorDecision tree for choosing the right project documentation templateAug 21, 2026

Development skills (in dev-toolkit plugin)

These thirteen skills ship together as the dev-toolkit plugin. Install via /plugin install dev-toolkit@claude-skills-journalism to get all of them at once, or copy individual skills from dev-toolkit/skills/<name>/.

SkillDescriptionUpdated
accessibility-complianceWCAG 2.2 baseline, alt text, focus management, motion preferences, accessible chartsAug 21, 2026
claude-md-updaterDetect session lessons, new paths, infra changes, and workflows and propose scoped CLAUDE.md edits for approvalAug 21, 2026
context-engineering-fundamentalsAttention budget, lost-in-middle recall, context degradation patterns, and mitigations for long sessionsAug 21, 2026
[director](./dev-too

Files in the repo

Repository payload39 top-level entries
  • .claude
  • .claude-plugin
  • .github
  • autocontext
  • dev-toolkit
  • docs
  • hooks
  • journalism-core
  • okf-wiki
  • pdf-design
  • pdf-playground
  • persistent-sessions
  • plans
  • project-templates-toolkit
  • research
  • research-toolkit
  • scripts
  • security-toolkit
  • specs
  • superjawn
  • video-toolkit
  • visual-explainer
  • web-design-picker
  • .gitattributes
  • .gitignore
  • CHANGELOG.md
  • CLAUDE.md
  • CODE_OF_CONDUCT.md
  • CONTRIBUTING.md
  • DEPENDENCY-PROVENANCE.md
  • INFLUENCES.md
  • LICENSE
  • package-lock.json
  • package.json
  • pr-snippets.md
  • README.md
  • SECURITY.md
  • skills-catalog.yaml
  • THIRD_PARTY_NOTICES.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

117k
1 add
Vincentwei1021/
anything2explainer

Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.

666

Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

71k

Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export.

57k
ayghri/
i-have-adhd

A skill to stop your coding agent from burying the answer. ADHD-friendly output.

38k