a1-copy-editing

a1-copy-editing is a skill for Claude Code, Codex from ztemerbekov/a1-marketing-skills. It costs 42 tokens per session (763 once invoked), scanned A, original, MIT.

A copy-editing skill for an existing marketing or editorial draft that the user has selected. It improves or reviews that draft while keeping its original, supported meaning.

In plain words
What is it for?
Use it to revise, polish, or review a pasted, attached, or explicitly named draft. It can also use the project’s designated marketing context when relevant.
Why use it?
Editing an unselected or invented draft can change the intended source or produce feedback about the wrong text. This defines when a draft is eligible and when the user must provide one.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the 2-writing-and-editing plugin — 11 skills shipped together

Good fit Use it to revise, polish, or review a pasted, attached, or explicitly named draft. It can also use the project’s designated marketing context when relevant.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ztemerbekov/a1-marketing-skills/a1-copy-editing
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ztemerbekov/a1-marketing-skills --skill a1-copy-editing
Clone the repo
git clone --depth 1 https://github.com/ztemerbekov/a1-marketing-skills

Made for: Claude Code, Codex.

Or install 2-writing-and-editing, the plugin that ships this one along with the rest of its 11 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for a1-copy-editing

README.md
[![agentmods](https://agentmods.dev/badge/skills/ztemerbekov/a1-marketing-skills/a1-copy-editing/github.svg)](https://agentmods.dev/skills/ztemerbekov/a1-marketing-skills/a1-copy-editing)
Your own site
<a href="https://agentmods.dev/skills/ztemerbekov/a1-marketing-skills/a1-copy-editing"><img src="https://agentmods.dev/badge/skills/ztemerbekov/a1-marketing-skills/a1-copy-editing/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for a1-copy-editing

Your own site · 80×15
<a href="https://agentmods.dev/skills/ztemerbekov/a1-marketing-skills/a1-copy-editing"><img src="https://agentmods.dev/badge/skills/ztemerbekov/a1-marketing-skills/a1-copy-editing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 763 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00042 $0.00763
Opus 5 $0.00021 $0.00381
Sonnet 5 $0.00008 $0.00153
Haiku 4.5 $0.00004 $0.00076

Measured 12d ago against content hash 01ea3d03c633, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

a1-copy-editing scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/a1-copy-editing/SKILL.md · 60 lines

How it starts

The opening of the file, as written. The whole thing — 60 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Copy Editing

Improve or review a user-selected existing draft while preserving its source-supported meaning.

The user should be able to paste text, state an editing or review intent in ordinary language, and receive a source-faithful result without a setup interview.

Entry Contract

Accept a request when all conditions are true:

  1. A user-selected existing draft: text the user pasted or attached in the conversation, or a document they explicitly selected as the editing target.
  2. An editing, feedback, or review intent directed at that draft.
  3. Every requested deliverable edits or reviews that draft.

When the user explicitly invokes this skill without selecting a draft, ask them to paste, attach, or name the draft and stop.

For a mixed request, state that A1 Copy Editing edits or reviews selected existing drafts and stop without producing any deliverable.

Marketing context is optional. Read only the first existing repository context in this order: .agents/marketing-context.md, then .claude/marketing-context.md when the canonical path is absent, then root marketing-context.md when both earlier paths are absent. Do not read or merge a lower-priority context. If none exists, continue from the user's text and instruction.

Do not block on missing audience, channel, goal, tone, constraints, or marketing context. Ask only when every safe edit or useful review would choose between materially different meanings. If any safe useful result is possible, produce it and briefly state a material limitation instead of asking.

Runtime

Every accepted request must follow the copy-editing spine in order. The spine owns stage order and routes each stage to its canonical behavior contract.

Output

For an editing operation, unless the user requests edited text only, return:

  1. Edited version: the rewritten text or two to three clearly different options.
  2. Change summary: one to five concise explanations tied to changes actually made.
  3. Assumptions: only when material or explicitly requested.

Read the full file on GitHub · 60 lines

Files

What ships with it

44 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 60 lines · 42 tokens per session scan A 01ea3d03c633

Subscribe to this mod's changes

a1-copy-editing is a skill published in the GitHub repository ztemerbekov/a1-marketing-skills (8 stars, last pushed 13d ago), licensed MIT. It adds 42 tokens to every session and 763 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

deai_humanize

A Chinese-language writing helper that measures signs of machine-like writing and rewrites text to sound more natural and personal.

mateaix/mateclaw · 82 tokens

humanize-automation

Human-like mouse, keyboard and scroll behavior for behavioral bot bypass.

uphiago/recon-skills · 18 tokens

analytics-strategy

Design measurement frameworks including event taxonomy, KPI hierarchy, dashboard architecture, attribution models, and analytics implementation strategy. Use this skill whenever the user wants to plan analytics, design dashboards, build event taxonomies, define KPIs, set up tracking, or audit existing measurement.…

rampstackco/claude-skills · 126 tokens

cro-optimization

Run conversion rate optimization through hypothesis-driven testing including audit, hypothesis generation, test design, statistical analysis, and rollout decisions. Use this skill whenever the user wants to optimize conversion, run A/B tests, audit a funnel, generate test hypotheses, design experiments, or analyze…

rampstackco/claude-skills · 123 tokens

research-seo-demand

A Chinese-language process for researching SEO opportunities, where SEO means improving pages so they can appear in search results. It studies user needs, keyword demand, search-result pages, and competing pages using Bing data.

tsingyuai/growth-lab · 102 tokens

create-seo-page

A Chinese-language workflow for creating and implementing search-focused pages in an existing product repository. SEO means improving a page so it can be found and understood through search engines.

tsingyuai/growth-lab · 93 tokens