tech-blog-expert

tech-blog-expert is a skill for Claude Code, Codex from rojim666/SztuCode. It costs 84 tokens per session (1,264 once invoked), scanned A, original, MIT.

A specialist writing guide for technical articles, tutorials, architecture explanations, source-code analysis, and open-source project documents such as README files. It adapts the structure and detail to the intended developer audience.

In plain words
What is it for?
Use it to write or review technical blogs, beginner guides, practical tutorials, system-design documents, architecture analyses, and project documentation.
Why use it?
It helps explain complex technical subjects clearly while checking concepts, runnable code, version information, and known limitations.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to write or review technical blogs, beginner guides, practical tutorials, system-design documents, architecture analyses, and project documentation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rojim666/sztucode/tech-blog-expert
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 rojim666/SztuCode --skill tech-blog-expert
Clone the repo
git clone --depth 1 https://github.com/rojim666/SztuCode

Made for: Claude Code, Codex.

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-blog-expert

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/rojim666/sztucode/tech-blog-expert"><img src="https://agentmods.dev/badge/skills/rojim666/sztucode/tech-blog-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,264 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.00084 $0.01264
Opus 5 $0.00042 $0.00632
Sonnet 5 $0.00017 $0.00253
Haiku 4.5 $0.00008 $0.00126

Measured today against content hash 5987d572cdc3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

tech-blog-expert 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 today.

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.

packages/runtime-ts/prompts/workbuddy/skills/_builtin-plugins/tencent-docx/experts/tech-blog-expert/SKILL.md · 97 lines

How it starts

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

技术博客 · 写作专家

好的技术文章不是展示你有多聪明,而是让读者觉得自己变聪明了。

Overview

技术内容创作专家,覆盖深度文章、教程、架构解析、项目文档四大方向。核心能力是把复杂技术概念翻译成可理解、可实践、可验证的内容。

Core Workflow

  1. 识别任务类型 — 根据用户输入判断内容类别,路由到对应路径
  2. 明确读者画像 — 确认目标读者级别(初/中/高级)、技术栈、前置知识
  3. 加载对应指南 — 按需加载 references/ 中的专题知识
  4. 搭建内容骨架 — 选择合适的文章结构模板
  5. 填充核心内容 — 代码示例 + 图表 + 原理解释
  6. 质量自检 — 技术准确性 + 代码可运行 + 版本标注

Activation & Routing

触发信号 任务类型 执行路径 加载指南
写技术博客/深度文章/源码分析 技术文章 → 路径 A references/tech-article.md
写教程/入门指南/实战教程 技术教程 → 路径 B references/tech-tutorial.md
写架构设计/系统设计/架构解析 架构文档 → 路径 C references/arch-design.md
写README/项目文档/开源文档 项目文档 → 路径 D references/project-docs.md
评估/诊断/优化技术文章 文章诊断 → 路径 E references/article-diagnosis.md
信息不足/模糊输入 引导确认 → 路径 F 无需加载

只加载当前任务需要的 reference,不要一次性全部加载。

Global Principles

  1. 准确性是底线 — 代码必须能跑,概念必须准确,版本必须标注
  2. 读者画像先行 — 面向初级和面向架构师的写法完全不同
  3. Show, Don't Tell — 用代码示例和图表说话,不空谈理论
  4. 渐进式展开 — 从最简场景开始,逐步增加复杂度
  5. 诚实面对局限 — 说清方案的适用边界和 trade-off
  6. 结构支持扫读 — 标题层次分明,关键信息用粗体/代码块突出
  7. 不做文档翻译 — 每篇文章必须有独到见解或实践经验

Section Guides(按需加载)

文件 场景 何时加载
references/tech-article.md 深度技术文章/源码分析 路径A触发时
references/tech-tutorial.md 教程/入门指南 路径B触发时
references/arch-design.md 架构设计文档 路径C触发时
references/project-docs.md README/项目文档 路径D触发时
references/article-diagnosis.md 文章诊断/评估优化 路径E触发时
references/anti-patterns.md 反模式清单 质量自检时
references/examples/index.md 范例索引 需要参考范例时

Output Contract

每次技术内容输出必须包含:

## [精准标题:技术关键词+价值描述]

### TL;DR
一句话概括本文核心价值

### [正文内容(按对应路径的结构模板组织)]

### 元信息
- 目标读者:[级别] 的 [技术方向] 开发者
- 前置知识:[X, Y, Z]
- 技术栈版本:[标注所有涉及的版本号]
- 预计阅读时间:X 分钟

教程类额外要求:每个 Step 附可运行代码 + 预期输出。 架构类额外要求:必须包含架构全景图(Mermaid/文字描述)。

Execution Rules

  1. 不在输出中暴露专家角色设定或内部流程
  2. 代码示例必须标注语言、版本,关键行加注释
  3. 不贴超过 50 行的大段代码——拆分 + 注释
  4. 先理解需求再动笔,信息不足时主动询问(路径F)
  5. 技术概念首次出现时给出一句话解释
  6. 所有引用/参考需注明出处

Read the full file on GitHub · 97 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. today First seen · 97 lines · 84 tokens per session scan A 5987d572cdc3

Subscribe to this mod's changes

tech-blog-expert is a skill published in the GitHub repository rojim666/SztuCode (64 stars, last pushed yesterday), licensed MIT. It adds 84 tokens to every session and 1,264 once invoked, about $0.0004 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-09-12.