--- title: Ai Journalism Skills emoji: ⚡ colorFrom: blue colorTo: pink sdk: static pinned: false license: cc-by-4.0 short_description: AI agent skills for journalists --- # Journalism AI Skills Open-source prompt templates and workflows for AI-assisted journalism. ## Why skills matter Skills are more than prompts. They're executable workflows that combine instructions, tool access, and multi-step logic. A skill can search the web, query databases, read documents, call APIs, and chain these actions together. Think of them as specialized processes your AI agent can invoke with a single command. For journalists, this means building real reporting infrastructure. A fact-checking skill doesn't just suggest how to verify a claim. It actually runs searches, cross-references sources, and flags inconsistencies. An interview prep skill pulls the subject's recent articles, extracts key quotes, and generates targeted questions. These aren't templates you fill in manually; they're systems that do the work. But no single newsroom has all the answers. The journalists experimenting with AI today are learning hard lessons about what works, which tools to chain, how to handle edge cases, when AI helps vs. hinders. Most of that knowledge stays siloed. This collection exists to change that. By sharing skills openly, we build on each other's work, avoid reinventing the wheel, and accelerate the entire profession's ability to use AI effectively. Your workflow hack could save another reporter hours. Their verification technique could catch your next mistake. Because we compete on journalism, not on tooling. ## What's here | Skill | Description | |-------|-------------| | `fact-checker` | Verify claims using multiple sources | ## Examples of what we could add | `source-finder` | Find expert sources for any beat | | `foia-helper` | Draft FOIA requests and track responses | | `interview-prep` | Research subjects and generate questions | | `data-story` | Analyze datasets for newsworthy patterns | ## Usage Copy any skill from `/skills` and use with your preferred AI assistant (Claude, ChatGPT, etc.). **For Claude Code users**: One-command install coming soon via plugin marketplace. ## Contributing PRs welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines. ## About Maintained by [Flo](https://huggingface.co/fdaudens), co-founder of [Mizal](https://mizal.ai). ## License CC BY 4.0 — use freely with attribution.