learn-likecc: Skill for Claude Code

.claude/skills/zhihu-copy-diagnose/SKILL.md

zhihu-copy-diagnose is a skill for Claude Code from Harzva/learn-likecc. It costs 51 tokens per session (593 once invoked), scanned A, original, no licence file.

A final review for Zhihu Markdown articles, where Zhihu is a Chinese question-and-answer and publishing platform. It checks wording, professionalism, readability, and the strength of supporting evidence.

In plain words
What is it for?
Use it to audit a Zhihu draft before sending it to a publishing tool, especially when the article makes factual claims.
Why use it?
It helps catch text that sounds machine-written, unclear, unprofessional, or poorly supported before publication.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

This is Harzva/learn-likecc's own configuration. It tells Claude Code how to work on learn-likecc 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 learn-likecc configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Harzva/learn-likecc. 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/Harzva/learn-likecc/main/.claude/skills/zhihu-copy-diagnose/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Harzva/learn-likecc

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 zhihu-copy-diagnose

README.md
[![agentmods](https://agentmods.dev/badge/skills/harzva/learn-likecc/zhihu-copy-diagnose/github.svg)](https://agentmods.dev/skills/harzva/learn-likecc/zhihu-copy-diagnose)
Your own site
<a href="https://agentmods.dev/skills/harzva/learn-likecc/zhihu-copy-diagnose"><img src="https://agentmods.dev/badge/skills/harzva/learn-likecc/zhihu-copy-diagnose/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 zhihu-copy-diagnose

Your own site · 80×15
<a href="https://agentmods.dev/skills/harzva/learn-likecc/zhihu-copy-diagnose"><img src="https://agentmods.dev/badge/skills/harzva/learn-likecc/zhihu-copy-diagnose.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 593 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 unknown 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.00051 $0.00593
Opus 5 $0.00026 $0.00296
Sonnet 5 $0.00010 $0.00119
Haiku 4.5 $0.00005 $0.00059

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

Security

Grade A, and why

zhihu-copy-diagnose 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 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/audit_zhihu_copy.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/skills/zhihu-copy-diagnose/SKILL.md · 72 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

1 file 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. 11d ago First seen · 72 lines · 51 tokens per session scan A 633c37b29af5

Subscribe to this mod's changes

zhihu-copy-diagnose is a skill published in the GitHub repository Harzva/learn-likecc (58 stars, last pushed yesterday), with no licence file. It adds 51 tokens to every session and 593 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

agent-teams

Multi-agent team orchestration with native Agent Teams. Trigger when the user wants to launch a team of agents, coordinate parallel work with inter-agent communication, or use swarm mode.

christopherlouet/claude-base · 39 tokens

dev-i18n

Internationalization (i18n) and localization (l10n) for web and mobile applications. Libraries next-intl, react-i18next, vue-i18n, formatjs, flutterlocalizations, ARB. Trigger when the user wants to add multiple languages, extract strings, handle plurals, date/number formats, or when translation files are detected.

christopherlouet/claude-base · 79 tokens

dev-nextjs

Next.js development (App Router, Server Components, caching, streaming). Trigger when the user works with Next.js, modifies app/, pages/, next.config, or talks about RSC, Server Actions, Route Handlers, middleware.

christopherlouet/claude-base · 50 tokens

dev-tdd

TDD development with Red-Green-Refactor cycle. Use to implement a feature by writing tests BEFORE the code. Trigger automatically when the user asks for TDD, wants to write tests first, mentions "test first", or asks to implement, add, create, fix, correct code, a new feature, a bugfix, or a functionality.

christopherlouet/claude-base · 75 tokens

ops-infra-code

Infrastructure as Code with Terraform/OpenTofu. Trigger to create modules, configure backends, write idiomatic HCL, or audit infrastructure.

christopherlouet/claude-base · 33 tokens

ops-opnsense

OPNsense configuration via Terraform. Trigger for interfaces, firewall, NAT, DHCP/DNS, aliases.

christopherlouet/claude-base · 26 tokens