article-image-styles

article-image-styles is a skill for Claude Code, Codex from TashanGKD/tashan-writing-system. It costs 61 tokens per session (1,271 once invoked), scanned A, a copy of article-image-styles, MIT.

A style library for article illustrations, with reusable visual templates, use cases, keywords, and image prompts. It supports choosing an existing style or adding a new version to the library.

In plain words
What is it for?
It is for listing available illustration styles, returning a selected prompt template, and storing or updating styles for future article images.
Why use it?
It avoids rebuilding image instructions from scratch and helps keep illustrations for related articles visually consistent.

Skill for Claude CodeCodex

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

Good fit It is for listing available illustration styles, returning a selected prompt template, and storing or updating styles for future article images.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tashangkd/tashan-writing-system/article-image-styles
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 TashanGKD/tashan-writing-system --skill article-image-styles
Clone the repo
git clone --depth 1 https://github.com/TashanGKD/tashan-writing-system

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 article-image-styles

README.md
[![agentmods](https://agentmods.dev/badge/skills/tashangkd/tashan-writing-system/article-image-styles/github.svg)](https://agentmods.dev/skills/tashangkd/tashan-writing-system/article-image-styles)
Your own site
<a href="https://agentmods.dev/skills/tashangkd/tashan-writing-system/article-image-styles"><img src="https://agentmods.dev/badge/skills/tashangkd/tashan-writing-system/article-image-styles/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 article-image-styles

Your own site · 80×15
<a href="https://agentmods.dev/skills/tashangkd/tashan-writing-system/article-image-styles"><img src="https://agentmods.dev/badge/skills/tashangkd/tashan-writing-system/article-image-styles.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,271 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 100% copy Near-identical to another mod 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.00061 $0.01271
Opus 5 $0.00030 $0.00635
Sonnet 5 $0.00012 $0.00254
Haiku 4.5 $0.00006 $0.00127

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

Security

Grade A, and why

article-image-styles 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 10d 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.

Origin

This is a copy

100% identical to article-image-styles — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/article-image-styles/SKILL.md · 118 lines

How it starts

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

配图风格库管理(article-image-styles)

定位:wechat-article-writer 和 article-image-angles 的底层支撑。 核心价值:把「每次从零写提示词」变成「从经过验证的风格模板库调用」,保证风格一致性。


风格库文件位置

路径:_内部总控/产品定义/配图风格库.md(若不存在则初始化)


激活后立即执行

查询模式(触发词含「有哪些风格」「调用风格」「风格库」)

Step 1 读取风格库文件:_内部总控/产品定义/配图风格库.md Step 2 若文件不存在,执行初始化流程(见下方「初始风格库」章节),写入文件后继续 Step 3 输出所有可用风格的名称、适用场景和关键词摘要 Step 4 用户选择后,返回完整提示词模板(供 article-image-angles 或 wechat-article-writer 使用)

新增/更新模式(触发词含「存入风格库」「更新风格」「新增风格」)

Step 1 获取用户提供的风格名称、适用场景、提示词 Step 2 读取现有风格库,检查是否存在同名风格 Step 3 若已有同名风格,询问用户:覆盖 / 新增版本 / 取消 Step 4 按选择追加写入风格库文件(不覆盖已有内容,版本追加) Step 5 确认写入成功,告知用户新风格已入库


风格库条目格式

## [风格名称]

**适用场景**:[什么类型的文章适合用这种风格]
**关键词**:[风格标签,如:极简/商务/温暖/科技感]
**基础提示词模板**:
[提示词内容,含占位符如 {{主题}}、{{色调}}]

**使用案例**:[过去用这个风格生成的文章配图列表,初始为空]
**版本**:v1.0 | [日期]

初始风格库(首次运行时初始化写入风格库文件)

极简线条风

适用场景:抽象概念、框架类、方法论类文章 关键词:极简、线条、几何、思考感、留白 基础提示词模板: minimalist line art, {{主题}} concept visualization, clean geometric shapes, black and white with subtle {{色调}} accent, white background, editorial style, no text, high contrast, vector aesthetic

使用案例:(待补充) 版本:v1.0 | 2026-03-19


温暖场景风

适用场景:人文、情感、故事类、人物成长类文章 关键词:温暖、柔和、生活感、人文、情绪 基础提示词模板: warm lifestyle photography style illustration, {{主题}} scene, soft natural light, earthy tones with warm {{色调}}, cozy atmosphere, human element, story-telling composition, gentle bokeh, no text

使用案例:(待补充) 版本:v1.0 | 2026-03-19


科技蓝绿风

适用场景:AI、产品、数字化、科技趋势类文章(与他山品牌色呼应) 关键词:科技感、蓝绿、数字、未来感、信息可视化 基础提示词模板: futuristic tech visualization, {{主题}} concept, deep navy blue and teal gradient, glowing particle network, data flow aesthetic, clean digital interface elements, no text, cinematic lighting, 16:9 composition

使用案例:(待补充) 版本:v1.0 | 2026-03-19


与其他 Skill 的关系

Skill 关系
wechat-article-writer 在配图生成步骤调用本 Skill 的风格库,而不是从零写提示词
article-image-angles 确定配图角度后,调用本 Skill 获取对应风格的提示词模板
article-proofreading 无直接关系

Read the full file on GitHub · 118 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. 10d ago First seen · 118 lines · 61 tokens per session scan A 5eccb4c5d4f0

Subscribe to this mod's changes

article-image-styles is a skill published in the GitHub repository TashanGKD/tashan-writing-system (2 stars, last pushed 5mo ago), licensed MIT. It adds 61 tokens to every session and 1,271 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to article-image-styles, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

general-video

Author or edit a custom HyperFrames composition when no specialized workflow fits, or when BRIEF.md sets flow: companion. Use for longer or multi-scene pieces, brand and sizzle reels, montages, static loops, static title cards, footage remixes, and freeform builds. Use motion-graphics instead for a short unnarrated…

heygen-com/hyperframes · 92 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

diagnostic-stem-delivery

Audio production with diagnostic analysis, timecode parsing from documents, and verified export workflow.

HKUDS/OpenSpace · 23 tokens

chengfeng-check-updates

An environment manager for a video-editing system. It checks whether its skills and runtime—the software needed to run them—are installed and compatible.

Agentchengfeng/chengfeng-videocut-skills · 120 tokens