write-an-article

write-an-article is a skill for Claude Code, Codex from akiotanaka847/qaio-desktop. It costs 74 tokens per session (1,527 once invoked), scanned A, original, MIT.

A support-writing workflow that turns solved tickets into help articles, drafts known-issue updates, writes customer notices about shipped features, and finds outdated articles.

In plain words
What is it for?
It helps document ticket resolutions, explain active problems, notify customers who requested a feature, and refresh help-center content after changes.
Why use it?
It turns repeated support work and product changes into reusable, current customer documentation.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit It helps document ticket resolutions, explain active problems, notify customers who requested a feature, and refresh help-center content after changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/akiotanaka847/qaio-desktop/write-an-article
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 akiotanaka847/qaio-desktop --skill write-an-article
Clone the repo
git clone --depth 1 https://github.com/akiotanaka847/qaio-desktop

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 write-an-article

README.md
[![agentmods](https://agentmods.dev/badge/skills/akiotanaka847/qaio-desktop/write-an-article/github.svg)](https://agentmods.dev/skills/akiotanaka847/qaio-desktop/write-an-article)
Your own site
<a href="https://agentmods.dev/skills/akiotanaka847/qaio-desktop/write-an-article"><img src="https://agentmods.dev/badge/skills/akiotanaka847/qaio-desktop/write-an-article/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-an-article

Your own site · 80×15
<a href="https://agentmods.dev/skills/akiotanaka847/qaio-desktop/write-an-article"><img src="https://agentmods.dev/badge/skills/akiotanaka847/qaio-desktop/write-an-article.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,527 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.00074 $0.01527
Opus 5 $0.00037 $0.00763
Sonnet 5 $0.00015 $0.00305
Haiku 4.5 $0.00007 $0.00153

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

Security

Grade A, and why

write-an-article 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 7d 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.

store/agents/support/.agents/skills/write-an-article/SKILL.md · 109 lines

How it starts

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

Write an Article

One skill, every help-center writing ask. Branch on type.

When to use

  • from-ticket - "turn this ticket into article" / "document this resolution" / "answered same question 3x - write up." Called implicitly from flag-a-signal signal=repeat-question when cluster hits ≥3, no matching article.
  • known-issue - "draft known-issue doc for {bug}" / "P1, put up status page" / chained from draft-a-playbook.
  • broadcast-shipped - "shipped X - tell customers who asked" / "send 'you asked, we shipped' note."
  • refresh-stale - "refresh articles affected by this ship" / "audit docs - pricing changed" / monthly help-center routine.

Connections I need

I run external work through Composio. Before this skill runs I check that the categories below are linked. Missing → I name the category, ask you to connect it from the Integrations tab, stop.

  • Knowledge base (Notion / Google Docs / Help Scout / Intercom) - mirror the draft to your published KB. Required for from-ticket and refresh-stale if you want me to push the draft there.
  • Dev tracker (GitHub / Linear) - pull bug context for the known-issue doc. Required for known-issue.
  • Inbox (Gmail) - source the resolved thread when it's not already in conversations.json. Optional.

If you ask for a known-issue page and your tracker isn't connected I stop and ask you to connect it.

Information I need

I read your support context first. For every required field that's missing I ask ONE plain-language question (best modality: connected app > file drop > URL > paste) and wait.

  • Help-center platform - Required. Why I need it: format and tone vary by destination. If missing I ask: "Where do your help articles live today - Notion, Intercom, a docs site, or nowhere yet?"
  • Voice samples - Required. Why I need it: KB articles in the wrong voice get rewritten. If missing I ask: "Want me to mine your sent folder for tone, or can you drop 3 to 5 of your recent customer emails?"
  • KB tone profile - Optional. Why I need it: some teams want KB more formal than chat replies. If you don't have it I keep going with TBD and match your reply voice.
  • What shipped - Required for broadcast-shipped. Why I need it: I won't broadcast a vague "we shipped stuff." If missing I ask: "What did you ship - give me a title and one sentence on what's new?"
  • What changed - Required for refresh-stale. Why I need it: I scan articles for refs to the changed thing. If missing I ask: "What changed - pricing, a feature name, a UI flow, something else?"

Read the full file on GitHub · 109 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. 7d ago First seen · 109 lines · 74 tokens per session scan A 9ba32895ab2d

Subscribe to this mod's changes

write-an-article is a skill published in the GitHub repository akiotanaka847/qaio-desktop (2 stars, last pushed 8d ago), licensed MIT. It adds 74 tokens to every session and 1,527 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-05.