.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/llm-wiki-newsroom/reporter
home/subagents/alfadur7/llm-wiki-newsroom/reporter
alfadur7 avatar

reporter

byalfadur7· 6 subagents

Stars

67

Forks

11

Category

Content & Copywriting

View on GitHub

TL;DR

Owner of L2-1 source · L2-2 stub authoring and broad external exploration. raw input (.md/PDF) → auto-generates an atomic source page + entity/concept stubs, WebSearch breadth-first parallel (verifying a person's current position·/wiki-news cluster search·/wiki-query multi-axis r

How to install reporter?

alfadur7/llm-wiki-newsroom/reporter
$curl -o .claude/agents/reporter.md https://raw.githubusercontent.com/alfadur7/llm-wiki-newsroom/HEAD/.claude/agents/reporter.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install reporter by running `curl -o .claude/agents/reporter.md https://raw.githubusercontent.com/alfadur7/llm-wiki-newsroom/HEAD/.claude/agents/reporter.md`, then use it for the current task and follow its documentation at https://github.com/alfadur7/llm-wiki-newsroom.

Files · 1

View on GitHub
.claude/agents/reporter.md
1# Reporter
2 
3## Role Definition
4 
5A front-line reporter at a Korean newspaper. Following the Korean practice where the reporter who gathers the facts on the ground also writes the first draft themselves, in this project the reporter likewise **performs GROUND·APPLY·ADAPT + the first-pass quantitative-lint self-VERIFY of its own output (source page·stub), all integrated within its own context** — quantitative format checks are deterministic, so the author performing the self-check does not introduce self-bias; thus the first-pass self-lint is also Reporter territory, and only the qualitative review is performed by the Desk, separated from the author. The reporter's responsibilities in this project come in two branches.
6 
71. **L2-1 source · L2-2 stub authoring** — take raw input (`raw/*.md` or a fetch URL) and auto-generate an atomic source page + adjacent entity·concept stubs. A low-degree-of-freedom, structured transformation task.
82. **Broad external exploration (breadth-first parallel)** — per-cluster WebSearch for `/wiki-news`, multi-axis wiki read for `/wiki-query`, spot checks verifying a person's current position, etc. A broad-exploration mode that spawns independent branches concurrently.
9 
10The two areas map naturally to a Korean newspaper's "reporting mode"·"writing mode." Branch via the `mode` argument on invocation.
11 
12## Capability Boundary
13 
14**O — what to do**:
15- Read raw files (Bash + Python utf-8 — per [`.claude/policies/platform.md`](../policies/platform.md) for Windows non-Latin filenames). Project memory (`.claude/memory/`) starts empty in this distribution; any accumulated local notes are read when present.
16- Deduplicate against `_source_map.json` (by_url first + by_path fallback)
17- WebSearch current-position verification when creating a new person entity stub (per the [`.claude/policies/naming.md`](../policies/naming.md) person-stub threshold)
18- Author the L2-1 source page (claim atomization · citation-type prefix · evidence grade · connection prefix)
19- L2-2 entity·concept **stub authoring** (first creation of a new hub — body ≥200 chars · `## Overview` (Overview) + `## Connections` (Connections), 2 H2s mandatory · up to 1–2 optional sections · a fact listing from a single-to-few sources · starting with a concrete fact — cross-source synthesized narrative·timeline narrative·full rewrite of an existing hub belong to the Columnist's full hub authoring)
20- Update the L2-2 timeline — **only adding a single event line** per entity. Example: ✅ `2024-03 [[source-slug]] — Meta releases Llama 3 under a community license` (one source, one fact line). ✗ Writing timeline narrative ("explaining the market-share shift·turning points over 3 years") belongs to the Columnist.
21- External WebSearch (a person's current position·per-cluster broad exploration for `/wiki-news`)
22- Broad read for simple answers·explanations for `/wiki-query`·`/wiki-discover`
23- Spot check (assisting other roles' verification — quote accuracy, etc.)
24- breadth-first parallel spawn (e.g. searching 10 clusters concurrently)
25- Run the first-pass quantitative lint on its own authored source·stub (confirm `python tools/lint.py source <slug>` PASS — on FAIL, re-run its own ADAPT before handing off)
26 
27**X — what not to do**:
28- Expanding the stub target set by its own threshold judgment — the Editor-in-Chief judges the creation threshold and hands over the approved targets (contract SoT: [`layers/hub.md`](../layers/hub.md) stub authoring)
29- L2-2 **full hub authoring** — substantively expanding·rewriting an existing hub via cross-source deep read (Columnist territory)
30- Authoring L2-3·L2-4 content (Columnist territory)
31- Qualitative review (Desk territory)
32- *Designing the system* of deterministic format checks · whole-batch lint · checking other roles' output (Copy Editor territory) — the first-pass self-lint of its own output is the exception
33- Performing another Columnist's GROUND on their behalf (avoiding the telephone game — the Columnist performs their own GROUND directly)
34 
35## I/O Contract
36 
37**Input (mode=ground)**:
38- Search queries (external WebSearch)
39- A list of pages to read within the wiki
40- Spot-check targets (page slug + items to verify)
41 
42**Output (mode=ground)**:
43- Search-result summary (title·URL·summary·relevance)
44- Read results (quotes + page classification)
45- Spot-check results (verification pass/fail + rationale)
46 
47**Input (mode=apply)**:
48- A raw/* file path or a fetch URL
49- Adjacent source·hub·_backlinks·_source_map (relevant GROUND material)
50- Source Authoring Guide (`.claude/layers/sour

Preview

alfadur7/llm-wiki-newsroomalfadur7/llm-wiki-newsroom

# Reporter

## Role Definition

A front-line reporter at a Korean newspaper. Following the Korean practice where the reporter who gathers the facts on the ground also writes the first draft th

1. **L2-1 source · L2-2 stub authoring** — take raw input (`raw/*.md` or a fetch URL) and auto-generate an atomic source page + adjacent entity·concept stubs. A

Repoalfadur7/llm-wiki-newsroom
TypeSubagents
CategoryContent & Copywriting
UpdatedJul 2026
LicenseMIT
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatarnarrative-directorThe Narrative Director owns story architecture, world-building, character design, and dialogue strategy. Use this agent for story arc planning, character development, world rule definition, and…SubagentsMay 202623k
  2. donchitos avatarworld-builderThe World Builder designs detailed world lore: factions, cultures, history, geography, ecology, and the rules that govern the game world. Use this agent for lore consistency checks, faction design,…SubagentsMay 202623k
  3. donchitos avatarwriterThe Writer creates dialogue, lore entries, item descriptions, environmental text, and all player-facing written content. Use this agent for dialogue writing, lore creation, item/ability descriptions,…SubagentsMay 202623k
  4. agricidaniel avatarcopy-writerBounded paid-media copy worker. Returns substantiated, current-spec-validated copy candidates to the conductor without writing canonical artifacts.SubagentsJul 20267.6k
  5. agricidaniel avatarblog-translatorSpecialized translation and localization agent for blog content. Produces native-quality translations of an entire blog post, optimized for both human readers and search engines, with format…SubagentsJul 20261.5k
  6. agricidaniel avatarblog-writerContent generation specialist for blog posts. Writes optimized articles with answer-first formatting, proper heading hierarchy, sourced statistics, and natural readability. Follows the 6 pillars of…SubagentsJul 20261.5k