igapyon-qiita-writer

igapyon-qiita-writer is a skill for Claude Code, Codex from igapyon/igapyon-agent-skills. It costs 86 tokens per session (2,411 once invoked), scanned A, original, Apache-2.0.

A writing guide for creating Japanese technical articles for Qiita, a website where developers publish and share technical posts. It also covers article structure, tags, and front matter, which is metadata placed at the start of an article.

In plain words
What is it for?
It helps create, revise, organize, and prepare Japanese Qiita articles, including their headings, tags, metadata, examples, and technical explanations.
Why use it?
It helps turn notes, development logs, or existing documentation into a clear technical article without treating ordinary writing as a Qiita post.

Skill for Claude CodeCodex

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

Good fit It helps create, revise, organize, and prepare Japanese Qiita articles, including their headings, tags, metadata, examples, and technical explanations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/igapyon/igapyon-agent-skills/igapyon-qiita-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 igapyon/igapyon-agent-skills --skill igapyon-qiita-writer
Clone the repo
git clone --depth 1 https://github.com/igapyon/igapyon-agent-skills

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 igapyon-qiita-writer

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/igapyon/igapyon-agent-skills/igapyon-qiita-writer"><img src="https://agentmods.dev/badge/skills/igapyon/igapyon-agent-skills/igapyon-qiita-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,411 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.00086 $0.02411
Opus 5 $0.00043 $0.01205
Sonnet 5 $0.00017 $0.00482
Haiku 4.5 $0.00009 $0.00241

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

Security

Grade A, and why

igapyon-qiita-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 12d 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.

skills/igapyon-qiita-writer/SKILL.md · 198 lines

How it starts

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

igapyon-qiita-writer

Qiita 向けの日本語技術記事を作成・整理・改善するための skill です。

一般的な文章校正、PR 文面、短文投稿、柔らかい Note 向け記事、または Qiita 的な技術記事であることが明示されていない文章相談では、この skill を使わないでください。 Qiita 記事向けの skill があるか聞かれた場合は、この skill を候補として案内し、ユーザーが使用を依頼するまで適用しないでください。

この skill の目的は、文章を単にきれいにすることではありません。
Qiita の読者が読みやすく、技術的な持ち帰りを得やすい形に整えることです。

Note 記事を書く場面でこの skill を直接の主担当にはしません。
ただし、みくく担当の Note 記事で技術記事としての構成、説明粒度、CLI、仕様、手順、コマンド例の整理が足りない場合は、補助的な参考として使えます。

Purpose

この skill では、次の作業を扱います。

  • Qiita 記事の新規作成
  • 既存メモや README からの記事化
  • 技術記事の見出し構成作成
  • タイトル案とタグ案の作成
  • Qiita front matter の作成・整形
  • Note 風または日記風の文章を Qiita 向けに整理
  • OSS、CLI、Web アプリ、Maven plugin、生成AI活用、開発ログの技術記事化
  • 公開前原稿の読みやすさ、説明順、技術的粒度の調整

When To Use

次のような依頼では、この skill を使います。

  • 「Qiita 記事にして」
  • 「Qiita 用に整えて」
  • 「タグを考えて」
  • 「front matter を付けて」
  • 「技術記事として構成して」
  • 「README から記事を書いて」
  • 「この開発ログを Qiita 向けにしたい」
  • igapyon-qiita-writer が明示されたとき

単なる短文 SNS 投稿、柔らかい Note 向け体験文、音楽寄りの随筆、PR 文面作成では、この skill を無理に使いません。

Supplemental Use For Note Articles

Note 記事の正本、保存場所、Note 掲載用属性情報は igapyon-note-writer 側の規則に従います。 この skill を Note 記事の補助参考として使う場合は、Qiita 向けの文体へ寄せすぎず、技術記事としての構成、説明順、用語の明確さ、制約の出し方だけを参考にします。

Qiita Article Shape

Qiita 記事では、次の情報が読み取りやすい順に並ぶようにします。

  • 何を作ったか
  • 何ができるか
  • なぜ作ったか
  • どう使うか
  • 技術的な要点は何か
  • どこを意図的に絞ったか
  • 制約や未対応は何か
  • 読者が試すときの入口はどこか

記事の基本構成は、必要に応じて次の形を使います。

  1. はじめに
  2. 何を作ったか
  3. 使い方
  4. 主な機能
  5. 実装や設計のポイント
  6. 制約・注意点
  7. おわりに

すべての記事でこの構成を強制する必要はありません。
題材に合わせて、読者が理解しやすい順序を優先します。

Writing Rules

  • 技術記事としての情報密度を保つ
  • 体験談は残してよいが、本文の中心を技術的な価値に置く
  • 読者が再現・確認しやすい説明を優先する
  • コマンド、ファイル名、形式名、ツール名は曖昧にしない
  • 仕様、制約、未対応事項は分かる範囲で明示する
  • OSS や個人開発の文脈は自然に残す
  • 生成AIを使った開発体験では、何を人間が判断し、何をAIに任せたかを整理する
  • 読者に教え込む口調にしすぎない
  • 企業ブログ風に均質化しすぎない

Front Matter Rules

Qiita front matter が必要な場合は、次の形を基本にします。ローカル正本では、掲載先や公開 URL も front matter の独自キーとして一緒に管理します。

---
title: 記事タイトル
tags: tag1 tag2 tag3
author: igapyon
slide: false
published_to: Qiita
writer_agent: みくく
url: https://qiita.com/igapyon/items/...
---

Qiita に貼り付ける本文を作る場合、Qiita 側で不要な独自キーは投稿前に除外してもかまいません。ただし、references/ 配下のローカル Markdown では、公開先管理のために独自キーを残します。

Read the full file on GitHub · 198 lines

Files

What ships with it

42 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. 12d ago First seen · 198 lines · 86 tokens per session scan A e3d9672c4044

Subscribe to this mod's changes

igapyon-qiita-writer is a skill published in the GitHub repository igapyon/igapyon-agent-skills (2 stars, last pushed today), licensed Apache-2.0. It adds 86 tokens to every session and 2,411 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-08-31.

Related

Other skills, from other repositories

通用-输出My Fiction版

Instructions for rewriting novel chapters in English for My Fiction, an online fiction platform focused on continuing reader engagement.

lornshrimp/Lorn.NovelWriteSkills · 93 tokens

通用-输出WebNovel版

Instructions for rewriting novel chapters in English for WebNovel, an online fiction-reading platform.

lornshrimp/Lorn.NovelWriteSkills · 97 tokens

chinese-documentation

A Chinese technical-documentation style guide covering spacing, punctuation, numbers, terminology, and links when Chinese and English appear together.

jnMetaCode/superpowers-zh · 62 tokens

harden

Improve interface resilience through better error handling, i18n support, text overflow handling, and edge case management. Makes interfaces robust and production-ready. Use when the user asks to harden, make production-ready, handle edge cases, add error states, or fix overflow and i18n issues.

fengshao1227/ccg-workflow · 62 tokens

seedance-vocab-ja

This skill should be used when the user asks for Japanese Seedance 2.0 prompt wording, Japanese cinematic vocabulary, or translation of camera, lighting, action, VFX, audio, and production terms into Japanese.

Emily2040/seedance-2.0 · 50 tokens

asc-subscription-localization

Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.

rorkai/app-store-connect-cli-skills · 60 tokens