aki-article-writer

aki-article-writer is a skill for Claude Code, Codex from lacvietanh/akidevrule. It costs 96 tokens per session (669 once invoked), scanned A, original, MIT.

A project-specific workflow for writing articles, including research, fact checking, search metadata, structured data, and image handling. SEO means improving how pages appear in search results; JSON-LD is structured information that search engines can read.

In plain words
What is it for?
Use it to produce a complete article with SEO metadata, JSON-LD, embedded images, and a self-audit. It can also delegate writing and image research to separate workers.
Why use it?
It gives article work a defined sequence and checks facts, metadata, images, and the final result. Project settings determine the language, tone, schema, image location, and format.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md; mentions subagents.

Good fit Use it to produce a complete article with SEO metadata, JSON-LD, embedded images, and a self-audit. It can also delegate writing and image research to separate workers.

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

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/lacvietanh/akidevrule/aki-article-writer"><img src="https://agentmods.dev/badge/skills/lacvietanh/akidevrule/aki-article-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 669 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.00096 $0.00669
Opus 5 $0.00048 $0.00334
Sonnet 5 $0.00019 $0.00134
Haiku 4.5 $0.00010 $0.00067

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

Security

Grade A, and why

aki-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 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/aki-article-writer/SKILL.md · 51 lines

How it starts

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

aki-article-writer

Invoke with /aki-article-writer or by natural language: "write an article about X", "viết bài về X".

This skill delegates one full article to a dedicated Article Worker subagent. The worker spawns a separate Image Scout subagent (lightweight model) for all image work, keeping both agents' contexts clean and independent.

Read the full procedure before starting:

  • references/article-workflow.md — the six-phase pipeline: Phase 1 Research & Fact-Verification → Phase 2 Metadata & JSON-LD Schema → Phase 3 Content & UX Psychology → Phase 4 Image Scout Pipeline → Phase 5 Image Embed → Phase 6 Self-Audit & Delivery

Per-project configuration

Before spawning the Article Worker, read the project's own CLAUDE.md (or docs/ref/article-schema.md if present) to extract:

Field Where to find it Fallback
tone CLAUDE.md project context conservative and informative
lang CLAUDE.md or site locale config vi
schema_type CLAUDE.md or docs/ref/seo.md BlogPosting
image_dir CLAUDE.md or nuxt.config public path public/images/articles/
image_format CLAUDE.md webp
article_arch Inspect how existing articles are actually stored and rendered — .md/.mdx files under content//docs/markdown; structured records in .ts/.js/.vue (e.g. a posts.ts data file rendered by a shared Vue/React component) → component detect from repo; never assume

Pass these as the Article Worker brief alongside the topic and slug. article_arch gates Phase 4/5 image behavior — see workflow doc.

Subagent model assignment

Agent Recommended model Reason
Article Worker Sonnet / Flash (default session model) Holds full content context throughout
Image Scout Gemini Flash / Claude Haiku Mechanical: search → download → inspect → process. Cheap model; blank context is no handicap

Read the full file on GitHub · 51 lines

Files

What ships with it

1 file 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 · 51 lines · 96 tokens per session scan A 1b60bcb51fd1

Subscribe to this mod's changes

aki-article-writer is a skill published in the GitHub repository lacvietanh/akidevrule (9 stars, last pushed 4d ago), licensed MIT. It adds 96 tokens to every session and 669 once invoked, about $0.0005 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

starfleet-tasks

Task capture, task lifecycle, dashboard topics, and reports via starfleetctl. Load when capturing, working on, or reporting a task, and for all dashboard access.

mpbt-hq/starfleetctl · 39 tokens

starfleet-timer

Set timers instead of blocking a session with sleep/watch-loops (e.g. waiting for a GitHub Actions run): the timer fires a comms directive into the fleet at the scheduled time, and the poller injects it into the owning ship's next turn — no background process, no blocking, survives a session restart.

mpbt-hq/starfleetctl · 42 tokens

starfleet

Fleet coordination core — comms, board status, concurrency/isolation, and pointers to the themed starfleet- skills. Load when handling inter-ship messages, checking the board, or unsure which starfleet skill applies.

mpbt-hq/starfleetctl · 47 tokens

starfleet-github

GitHub PR/CI/backport interaction via starfleetctl (read-only + mutating commands, PR claims, backports). Load when checking PR status/CI, claiming a PR branch, submitting or repairing a PR, or backporting.

mpbt-hq/starfleetctl · 55 tokens

starfleet-sessions

Ship session and workspace management — spawning ships, session attach/stop, git worktrees, web console, deployment. Load when launching/administering ships or managing the fleet web console.

mpbt-hq/starfleetctl · 42 tokens

doubt-driven-review

In-flight adversarial check on a non-trivial decision BEFORE it stands — distinct from post-hoc review of a finished diff. Use on "stress-test this decision", "are we sure about this", "verify before commit", "poke holes in this", when working in unfamiliar code, or before an irreversible step (migration, prod deploy…

BlackBeltTechnology/pi-agent-dashboard · 90 tokens