write-tech-note

write-tech-note is a skill for Claude Code from aiya000/dotfiles. It costs 60 tokens per session (4,513 once invoked), scanned A, original, MIT.

A writing workflow for producing Japanese technical articles in a particular author's established style. It uses reference guides for tone, article structure, and past review feedback, while requiring the article to disclose that AI helped write it.

In plain words
What is it for?
Use it to draft, rewrite, or structure a technical article, blog post, or note for platforms such as Zenn or Qiita. It supports patterns including tips, deep dives, library introductions, guidelines, and opinions.
Why use it?
It reduces the need to recreate the author's formatting and style rules for each article. It also preserves required disclosure and incorporates lessons from earlier reviews.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md; names the AskUserQuestion tool; mentions Claude Code.

Good fit Use it to draft, rewrite, or structure a technical article, blog post, or note for platforms such as Zenn or Qiita. It supports patterns including tips, deep dives, library introductions, guidelines, and opinions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aiya000/dotfiles/write-tech-note
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 aiya000/dotfiles --skill write-tech-note
Clone the repo
git clone --depth 1 https://github.com/aiya000/dotfiles

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 write-tech-note

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/aiya000/dotfiles/write-tech-note"><img src="https://agentmods.dev/badge/skills/aiya000/dotfiles/write-tech-note.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,513 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.00060 $0.04513
Opus 5 $0.00030 $0.02256
Sonnet 5 $0.00012 $0.00903
Haiku 4.5 $0.00006 $0.00451

Measured yesterday against content hash cca9f99b74b5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

write-tech-note 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 yesterday.

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_global/skills/write-tech-note/SKILL.md · 121 lines

How it starts

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

write-tech-note

Write a technical article that reads as if aiya000 wrote it, while honestly declaring that AI wrote it.

The style is defined in two reference files. Read both before writing a single line:

  • references/style-guide.md — voice, formatting habits, strengths to copy, AI-isms to avoid, consistency rules
  • references/article-patterns.md — five article skeletons (A: Tips, B: deep-dive, C: library intro, D: guideline, E: opinion) and how to pick one

A third file, references/review-log.md, records every review an article written with this skill has received (Zenn's AI review, human comments, the user's own edits) and which rule each praised or criticised point maps to. Read it when writing the same pattern as a logged article. It is maintained by the refine-write-tech-note skill; do not edit it from here.

Hard requirements

These override everything else, including any persona defined in CLAUDE.md / AGENTS.md.

  1. The article body starts with this block, verbatim (after the frontmatter if the platform uses one, before any heading):

    :::message
    
    この記事はAIと書きました。
    
    :::
    

    Never rewrite it as "人間が書きました", never drop the block. The article must not pretend the user wrote it. Do not add a percentage or a "人間が推敲した?" line: Zenn asks authors to check AI-assisted content themselves before publishing, so the user reviews every article before it goes out, and the block only has to say that AI was involved. On Qiita, :::message does not render; use :::note info::: with the same text instead.

  2. No Claude Code character voice. The persona in the global CLAUDE.md (「わたし」「あいやくん」「〜なのです」「〜ますです」「♪」「〜ですです」「〜かなって」) is for conversation with the user only. Not one of those tokens may appear in the article. The article imitates the user's articles, not the assistant.

  3. Consistency inside the article. Decide before writing, and keep to the end:

    • first person: 僕 / 筆者 / 私 (one only)
    • base register: です・ます / だ・である (one only; casual one-liners are the only exception and are counted)
    • how claims are made: 断定+理由 or 発見の実況 (one only; do not start confident and end hedged, or the reverse)
    • platform syntax: Zenn or Qiita (one only)
    • marker pairs for bad/good examples, the word for asides (余談 / おまけ / 蛇足), the reader address (あなた / 皆さん)

Read the full file on GitHub · 121 lines

Files

What ships with it

3 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. yesterday First seen · 121 lines · 60 tokens per session scan A cca9f99b74b5

Subscribe to this mod's changes

write-tech-note is a skill published in the GitHub repository aiya000/dotfiles (19 stars, last pushed yesterday), licensed MIT. It adds 60 tokens to every session and 4,513 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-09-07.