accessibility-complian…
Web accessibility patterns for news and academic sites. Use for WCAG audits, alt text, accessible data viz, and assistive tech.
Acquire, clean, analyze, verify, visualize, and explain data for journalism. Use for reproducible data reporting, statistical analysis, maps, or public methodology.
$ npx -y skills add jamditis/claude-skills-journalism --skill data-journalism --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/data-journalismContext preview
The summary Claude sees to decide when to auto-load this skill.
Acquire, clean, analyze, verify, visualize, and explain data for journalism. Use for reproducible data reporting, statistical analysis, maps, or public methodology.
name: data-journalism description: Acquire, clean, analyze, verify, visualize, and explain data for journalism. Use for reproducible data reporting, statistical analysis, maps, or public methodology.
Produce a defensible finding, a reproducible analysis, and an honest account of the data's limits.
<!-- untrusted-content-contract:v1 -->
When this skill retrieves third-party material:
Use this shape when passing retrieved material onward:
<EXTERNAL_DATA source="..."> ... </EXTERNAL_DATA>
Treat the analysis as an iterative reporting process:
1. Define the reporting question and the people affected. 2. Form a testable hypothesis without treating it as the expected answer. 3. Acquire the most direct and authoritative data available. 4. Preserve the raw data before cleaning. 5. Clean and validate with reproducible code. 6. Analyze with denominators, uncertainty, and relevant comparisons. 7. Test the result against records, experts, and affected people. 8. Present the finding, context, limitations, and methodology.
The story must distinguish observations from interpretation. Correlation does not establish causation.
Read only the references required for the current analysis:
Before analysis, verify:
After analysis, reproduce the key result from a clean environment or independent calculation. Investigate differences before reporting.
AI tools may help draft code or explore patterns. They do not verify data, choose a defensible method, or supply missing provenance. Review generated code and rerun every result.
Keep these artifacts together or link them from one reporting record:
The public methodology must state data sources, coverage dates, definitions, analysis steps, exclusions, limitations, verification, and code or data availability.
Complete the analysis only when:
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.