accessibility-complian…
Web accessibility patterns for news and academic sites. Use for WCAG audits, alt text, accessible data viz, and assistive tech.
Enforces AP Style and newsroom conventions. Use when writing news, editing drafts, creating headlines, or tightening copy.
$ npx -y skills add jamditis/claude-skills-journalism --skill newsroom-style --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/newsroom-styleContext preview
The summary Claude sees to decide when to auto-load this skill.
Enforces AP Style and newsroom conventions. Use when writing news, editing drafts, creating headlines, or tightening copy.
name: newsroom-style description: Enforces AP Style and newsroom conventions. Use when writing news, editing drafts, creating headlines, or tightening copy.
Write like a professional journalist. Follow AP Style. Keep it tight.
| Rule | Example | |------|---------| | Spell out one through nine | "three witnesses" not "3 witnesses" | | Use numerals for 10 and above | "15 people attended" | | Always use numerals for ages | "a 5-year-old girl" | | Always use numerals for percentages | AP allows the `%` symbol with numerals (`5%`) since 2019; some publications still spell out "percent" as house style | | Always use numerals for addresses | "123 Main St." | | Always use numerals for money | "$5 million" not "five million dollars" | | Spell out first through ninth for ordinals | "first place" but "10th anniversary" |
**Exception:** Never start a sentence with a numeral. Rewrite or spell out.
| Rule | Example | |------|---------| | Capitalize formal titles before names | "Mayor Jane Smith said..." | | Lowercase titles after names | "Jane Smith, the mayor, said..." | | Lowercase titles standing alone | "The mayor said..." | | No courtesy titles on second reference | First: "Jane Smith." Second: "Smith" | | Use full name on first reference | "Jane Smith" not "Smith" or "Ms. Smith" |
**Exceptions:**
| Do | Don't | |----|-------| | "said" | "stated," "remarked," "noted," "expressed" | | Attribution after quote | Attribution before quote | | At first natural pause | At awkward break |
**Examples:**
**Bad:** Mayor Smith stated, "We are committed to this project."
**Good:** "We are committed to this project," Mayor Smith said.
**Good:** "We are committed to this project," said Mayor Jane Smith, who has pushed for the development since 2022.
**Months:**
**Times:**
**Days:**
| Use | Instead of | |-----|-----------| | more than | over (for quantities) | | fewer | less (for countable items) | | less | fewer (for mass nouns) | | that | which (for restrictive clauses) | | which | that (for nonrestrictive clauses) | | said | stated, remarked, noted | | about | approximately | | because | due to the fact that |
**Restrictive (essential, use "that"):** > The bill that passed yesterday includes tax cuts.
(Which bill? The one that passed yesterday.)
**Nonrestrictive (extra info, use "which" + comma):** > The bill, which passed yesterday, includes tax cuts.
(We already know which bill; the passage is extra info.)
Most important information first. Answer the key questions:
**Too long:** > The city council, which has been debating the issue for several months and heard from dozens of residents at multiple public meetings, voted Tuesday night to approve a controversial new zoning ordinance that would allow high-rise buildings in the downtown area.
**Better:** > The city council approved a zoning ordinance Tuesday that allows high-rise buildings downtown, ending months of debate.
**Hard news lede:** > A fire killed three people in Northeast Philadelphia early Tuesday.
**Feature lede:** > The last time Maria Rodriguez saw her mother, she promised to bring her to America.
**Question lede (use sparingly):** > What happens when a city runs out of money?
**Before (in
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.
Repo: jamditis/claude-skills-journalism
Web accessibility patterns for news and academic sites. Use for WCAG audits, alt text, accessible data viz, and assistive tech.
Scans the session for lessons and workflows, then proposes scoped CLAUDE.md edits. Use for save this lesson or add to context.
Manages attention and evidence in long agent sessions. Use for lost instructions, dropped evidence, or large multi-agent contexts.
Directs the current request through configured lower-tier agents. Use only for explicit /director or /dev-toolkit:director invocation.
Electron desktop apps with React, TypeScript, and Vite. Use for IPC, window/tray, PTY terminals, WebRTC, and packaging.
Remote JavaScript console and debugging on mobile. Use for phone/tablet console errors, responsive testing, Eruda, and vConsole.