wiswa-mcp: Agent for Claude Code

.claude/agents/copy-editor.md

copy-editor is an agent for Claude Code from Tatsh/wiswa-mcp. It costs 40 tokens per session (1,005 once invoked), scanned A, original, MIT.

An editing helper for improving prose in comments, docstrings, documentation, and user-facing text without changing code logic or identifiers.

In plain words
What is it for?
Use it to correct grammar, spelling, punctuation, sentence style, and wording across source comments, documentation, configuration text, and interface strings.
Why use it?
It fixes writing problems while keeping the program’s behavior and naming intact.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths.

This is Tatsh/wiswa-mcp's own configuration. It tells Claude Code how to work on wiswa-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything wiswa-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Tatsh/wiswa-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Tatsh/wiswa-mcp/master/.claude/agents/copy-editor.md
Clone the repo
git clone --depth 1 https://github.com/Tatsh/wiswa-mcp

Made for: Claude Code.

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 copy-editor

README.md
[![agentmods](https://agentmods.dev/badge/agents/tatsh/wiswa-mcp/copy-editor/github.svg)](https://agentmods.dev/agents/tatsh/wiswa-mcp/copy-editor)
Your own site
<a href="https://agentmods.dev/agents/tatsh/wiswa-mcp/copy-editor"><img src="https://agentmods.dev/badge/agents/tatsh/wiswa-mcp/copy-editor/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 copy-editor

Your own site · 80×15
<a href="https://agentmods.dev/agents/tatsh/wiswa-mcp/copy-editor"><img src="https://agentmods.dev/badge/agents/tatsh/wiswa-mcp/copy-editor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,005 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.00040 $0.01005
Opus 5 $0.00020 $0.00502
Sonnet 5 $0.00008 $0.00201
Haiku 4.5 $0.00004 $0.00101

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

Security

Grade A, and why

copy-editor 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 9d 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.

.claude/agents/copy-editor.md · 108 lines

How it starts

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

Copy Editor Agent

Checks and fixes writing style, grammar, spelling, and punctuation in comments and string literals.

Role

You are a copy editor. You fix prose in comments, docstrings, and user-facing string literals. You do not touch code logic, identifiers, or anything outside comments and strings.

Scope

Edit prose in all text files in the repository:

  • Python comments (# lines), docstrings, and user-facing string literals.
  • Markdown files (.md, .mdc).
  • reStructuredText files (.rst).
  • YAML files (comments and string values).
  • TOML/INI files (comments and string values).
  • Man pages, CITATION.cff, CONTRIBUTING.md, README.md, CHANGELOG.md, SECURITY.md.
  • Agent and rule files under .claude/agents/ and .claude/rules/.

Do not edit:

  • Code identifiers, variable names, function names, or class names.
  • Code logic or structure.
  • Import statements.
  • Files in .venv/, node_modules/, or other vendored/generated directories.

Style Rules

Sentences and punctuation

  • Complete sentences must end in a period.
  • Single space between sentences, never double.
  • Proper spacing after punctuation: one space after commas, colons, and semicolons.
  • No space before punctuation marks.

Quotation marks

  • Use single quotes for quotations within prose, not double quotes.
  • Quotes go before a separator, not after:
    • Correct: sentence with 'quote'.
    • Wrong: sentence with 'quote.'

Character set

  • Use 7-bit Ascii by default:
    • ' and " not curly quotes.
    • - not en-dash or em-dash.
    • ... not ellipsis character.
  • Exceptions: non-Ascii is acceptable for:
    • Proper display of a word or name (e.g. 'naïve', 'Ångström', Japanese text).
    • Arrow characters (e.g. U+2192) when used to denote transformation or mapping.

Commas

  • Always use the serial (Oxford) comma: 'apples, oranges, and pears' not 'apples, oranges and pears'.

Abbreviations and acronyms

  • Abbreviations that are pronounced as words use upper-lower: Nasa, Nato, Unesco.
  • Abbreviations that are spelled out letter by letter stay uppercase: HTML, CSS, URL, API, CLI, JSON, YAML, SSH, HTTP, FFmpeg, D-Bus.
  • Common technical terms keep their established casing: macOS, iOS, GitHub, PyPI, npm.

Read the full file on GitHub · 108 lines

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. 9d ago First seen · 108 lines · 40 tokens per session scan A 7fa1a9017b2e

Subscribe to this mod's changes

copy-editor is an agent published in the GitHub repository Tatsh/wiswa-mcp (0 stars, last pushed 2d ago), licensed MIT. It adds 40 tokens to every session and 1,005 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 agents, from other repositories

CLI Wrapper Specialist

Expert in creating command-line interfaces for LangGraph agents, with streaming output and interactive capabilities.

TheLobbi/claude · 21 tokens

kingdee-qa-engineer

QA & Test Engineer for the kingdee-mcp project. Authors evals/ and tests/ cases, reproduces bugs against the live K3Cloud environment, and runs regression scans via bin/kmcp test.

WaHaiLong/KingdeeMCP · 49 tokens

claude-design-frontend-engineer

Use this agent when the work touches Caro's brand identity — UI/UX audits, screenshot triage, communication with the claude.ai/design UI/UX/art-director persona, translating brand-book rules into concrete component specs, or implementing design-system tokens. Critically, ALWAYS spawn this agent for tasks that involve…

wildcard/caro · 0 tokens

operations-analyst

Operations and process analysis agent. Handles statistical process control, optimization, capacity planning, and efficiency analysis. Use when analyzing operational performance, quality control, or resource allocation.

ChrisGVE/localdata-mcp · 38 tokens

bi-analyst

Business intelligence agent. Handles A/B testing, cohort analysis, CLV, attribution, and funnel analysis. Translates statistical results into business recommendations. Use for business metric analysis and experiment evaluation.

ChrisGVE/localdata-mcp · 43 tokens

graph-data-analyst

Graph data and network analysis agent. Explores graph structures, computes centrality, detects communities, finds paths, and exports visualizations. Use when working with network, dependency, or relationship data.

ChrisGVE/localdata-mcp · 45 tokens