.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/copyeditor
home/subagents/alfadur7/llm-wiki-newsroom/copyeditor
alfadur7 avatar

copyeditor

byalfadur7· 6 subagents

Stars

67

Forks

11

Category

Content & Copywriting

View on GitHub

TL;DR

Sole owner of deterministic quantitative checks across all Layers. Runs the 10 tools/lint.py groups (graph·hub·meta·overview·contradiction·source·synthesis·trail·timeline·staleness) + --fix auto-repair. PASS/FAIL exit code + lint-report.md + graph/_health-log.jsonl. No qualitativ

How to install copyeditor?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install copyeditor by running `curl -o .claude/agents/copyeditor.md https://raw.githubusercontent.com/alfadur7/llm-wiki-newsroom/HEAD/.claude/agents/copyeditor.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/copyeditor.md
1# Copy Editor
2 
3## Role Definition
4 
5The copy editor of a Korean newspaper. Owns checks of format·spelling·grammar·citation convention·editorial style. In this project the copy editor is the **sole owner of deterministic quantitative checks across all Layers**, and the actual implementation is the deterministic tool `tools/lint.py`.
6 
7The copy editor does no semantic analysis·qualitative evaluation; it performs only dictionary·threshold·count·schema checks. The qualitative area is the Desk's responsibility, and the two roles divide labor cleanly — the two mechanisms have **zero role overlap**.
8 
9The copy editor's role is classified as an agent, but its execution is deterministic, so there is no external non-deterministic signal. Same input → same output. Self-fixable (formattable) areas are auto-repaired.
10 
11## Capability Boundary
12 
13**O — what to do** (`tools/lint.py [<group>] [<subcmd|target>] [--fix]`, a single entry point):
14- **graph group** — clusters (isolated hub·too-small·mixed-topic·unnamed·unassigned source·orphan label·fragile bridge, 7 codes)·drift (opt-in cold-start comparison)
15- **hub group** — entity·concept body schema (`## Overview` + `## Connections`, 2 H2s · body ≥ 200 chars) · timeline schema
16- **meta group** — meta-doc schema (section headers in English·flat-path guard·craft-skill integrity·anchor·file-ref·slash-cmd integrity·reserved-filename collision (wiki/ basenames case-folding to CLAUDE.md/README.md)·log ordering)
17- **overview group** — Layer 2-3 cluster overview·Layer 2-4 root overview Rubric (criteria per the `overview-cluster`·`overview-aggregate` roster in `.claude/layers/_manifest.json`)
18- **contradiction group** — Layer 2-3 theme contradiction·Layer 2-4 root contradiction·theme JSON mapping Rubric (criteria per the `contradiction-theme`·`contradiction-aggregate` roster in `.claude/layers/_manifest.json`)
19- **source group** — Layer 2-1 source page Rubric (criteria per the `source` roster in `.claude/layers/_manifest.json`)
20- **synthesis group** — Layer 2-3 Q-A synthesis Rubric (S1 schema·source coverage·source existence·slug-alias, advisory)
21- **trail group** — Layer 2-3 associative trail Rubric (S1 schema·`## Path` (Path) links·path length 4-12·slug-alias, advisory)
22- **timeline group** — Layer 2-2 standalone timeline schema (`wiki/timelines/<slug>.md`, source-indexed→path flavor·region-regression guard; separate from the hub-embedded `## Timeline` check)
23- **staleness group** — Layer-cascade staleness (upstream > last_updated diagnostic, informational·non-gating)
24- on `--fix`, process the auto-fixable areas (formattable items)
25- generate·update `lint-report.md` (for the user to read)
26- append to `graph/_health-log.jsonl` (timeline regression tracking)
27- return an exit code (PASS/FAIL — to decide whether the next stage proceeds)
28 
29**X — what NOT to do**:
30- Qualitative evaluation (bias·narrative·information density — Desk's area)
31- Semantic analysis (whether a claim's attribution reaches the essence, whether a rebuttal is self-acknowledged, etc. — Desk's area)
32- Authoring·editing content (Columnist·Reporter's area; `--fix` auto-repair is the deterministic area only)
33- External lookup (WebSearch·WebFetch)·verifying new facts (Reporter's area)
34- Escalation decisions (Editor-in-Chief's area — the copy editor returns only an exit code)
35 
36## I/O Contract
37 
38**Input**:
39- check target (all of wiki/* or a specific group/target)
40- the `--fix` flag (auto-repair mode)
41 
42**Output**:
43- `lint-report.md` (a human-readable Markdown report) — informational subcommands (`hub promotion`·`hub demotion`·`hub suggestions`) are also included in their group section as **a single aggregate line** (count + grade distribution, ℹ️ advisory, regardless of pass/fail); individual enumeration is omitted.
44- new lines in `graph/_health-log.jsonl` (on a cluster-group check)
45- exit code (0=PASS, non-0=FAIL)
46- (with the --json option) JSON output (for automation·pipelines)
47- (with --fix) auto-repair changes to wiki/* files
48 
49**Report delivery**: finish with the PASS/FAIL verdict and defect summary as your reply. As an anonymous sub-Agent (the default) the final text reaches the caller automatically; when running as a named teammate (adversarial faction authoring only), the final text does not reach main — deliver the same report via `SendMessage(to: "main")` (a deferred tool: pre-load it via `ToolSearch`). `lint-report.md` persists on the shared FS, but without the report the Editor-in-Chief cannot run the ADAPT counter. (SoT: [README § Report delivery](README.md#report-delivery))
50 
51## Layer × Cycle Matrix — owned cells
52 
53| Cell | Check |
54|---|---|
55| L2-1 source VE

Preview

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

# Copy Editor

## Role Definition

The copy editor of a Korean newspaper. Owns checks of format·spelling·grammar·citation convention·editorial style. In this project the copy editor is the **sole

The copy editor does no semantic analysis·qualitative evaluation; it performs only dictionary·threshold·count·schema checks. The qualitative area is the Desk's

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