tech-article-writer

tech-article-writer is a skill for Claude Code from Jxin-Cai/jxin-skills. It costs 115 tokens per session (2,297 once invoked), scanned A, original, Apache-2.0.

A workflow for writing or revising Chinese technical articles in Markdown. It can research sources, organise the article, preserve a writer’s style, check facts and citations, and review the text for common AI-writing patterns.

In plain words
What is it for?
Use it for technical blogs, tutorials, architecture analyses, tool evaluations, and engineering retrospectives that may need research, code, images, or citations.
Why use it?
It helps turn rough material into a readable, verifiable technical article while keeping the author’s own judgement visible. It also provides a repeatable process for revising existing drafts.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the jxin-writing plugin — 7 skills, 6 commands shipped together

Good fit Use it for technical blogs, tutorials, architecture analyses, tool evaluations, and engineering retrospectives that may need research, code, images, or citations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jxin-cai/jxin-skills/tech-article-writer
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 Jxin-Cai/jxin-skills --skill tech-article-writer
Clone the repo
git clone --depth 1 https://github.com/Jxin-Cai/jxin-skills

Made for: Claude Code.

Or install jxin-writing, the plugin that ships this one along with the rest of its 7 skills, 6 commands.

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 tech-article-writer

README.md
[![agentmods](https://agentmods.dev/badge/skills/jxin-cai/jxin-skills/tech-article-writer/github.svg)](https://agentmods.dev/skills/jxin-cai/jxin-skills/tech-article-writer)
Your own site
<a href="https://agentmods.dev/skills/jxin-cai/jxin-skills/tech-article-writer"><img src="https://agentmods.dev/badge/skills/jxin-cai/jxin-skills/tech-article-writer/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 tech-article-writer

Your own site · 80×15
<a href="https://agentmods.dev/skills/jxin-cai/jxin-skills/tech-article-writer"><img src="https://agentmods.dev/badge/skills/jxin-cai/jxin-skills/tech-article-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,297 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.00115 $0.02297
Opus 5 $0.00057 $0.01149
Sonnet 5 $0.00023 $0.00459
Haiku 4.5 $0.00012 $0.00230

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

Security

Grade A, and why

tech-article-writer 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 14 executable files (scripts/check_article_quality.py, scripts/convert_diagrams.py, scripts/extract_style.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.

writing/skills/tech-article-writer/SKILL.md · 255 lines

How it starts

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

Tech Article Writer

面向中文技术文章的完整创作技能。文章要专业、可验证、好读,并保留作者自己的判断。不要把文章写成百科词条、产品宣传稿或模板化 AI 长文。

参考文件加载

按任务需要读取,不要一次性把所有参考文件加载进上下文:

默认风格是 default-sanqi.yaml。用户要求正式、克制的技术文档风格时加载 formal-tech.yaml

创作新文章

1. 明确任务

先从用户输入中提取:

  • 主题、目标读者、发布渠道
  • 写作目标与核心结论
  • 期望字数、截止时间、是否需要代码/图片
  • 用户提供的材料、代码、链接和事实边界

只有真正影响方案的缺口才提问。用户已给出明确要求时直接执行。

2. 选择风格

  • 未指定时使用 default-sanqi.yaml
  • 用户指定 profile 时读取对应 YAML。
  • 用户提供 3 篇以上历史文章并要求模仿时,先运行:
python scripts/extract_style.py \
  --articles-dir <历史文章目录> \
  --output <custom-profile.yaml>

提取结果是风格草稿。检查并删除偶然高频词、隐私和不应固化的表达后再使用。

3. 确认写作策略

用简短清单给出:

  • 文章定位与读者
  • 建议结构模式
  • 预计字数与代码/图片数量
  • 当前风格 profile
  • 是否联网调研

用户要求直接完成时,自行检查后继续,不要把流程变成连续审批。

4. 自动调研

除非用户明确跳过,按照 research-phase.md 执行:

  1. 从实践者、架构师、初学者三个视角生成搜索问题。
  2. 使用 WebSearch 搜索,使用 WebFetch 阅读关键原文。
  3. 优先官方文档、标准、论文和一线工程团队复盘。
  4. 建立 3-5 张高价值素材卡,保存为 <article>.materials.json
  5. 关键数字和强结论至少交叉验证一次。

无法联网时说明限制,不编造引用、URL、数字或“业内共识”。

5. 选择大纲模式

  • 普通教程、单一工具介绍、短篇文章:黄金五段式。
  • 多子系统、方案权衡、5000 字以上或强依赖主题:按照 dynamic-outline.md 使用动态大纲。

动态大纲仍以五个根节点保持叙事节奏,但允许 2-3 层子节点。每个节点标注:摘要、预计字数、内容类型、素材卡和依赖。

先生成骨架:每个叶节点只写 1-2 句摘要。确认逻辑完整后再展开正文。

6. 创建初始版本

首次落盘后立即创建快照:

python scripts/version_manager.py \
  --action snapshot \
  --article-file <article.md> \
  --note "初始骨架"

Read the full file on GitHub · 255 lines

Files

What ships with it

29 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. 11d ago First seen · 255 lines · 115 tokens per session scan A 00e08ea64852

Subscribe to this mod's changes

tech-article-writer is a skill published in the GitHub repository Jxin-Cai/jxin-skills (5 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 115 tokens to every session and 2,297 once invoked, about $0.0006 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens