article-image-styles

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

A style-library skill for managing reusable visual styles for article illustrations. It stores templates with their intended use, keywords, prompts, and versions.

In plain words
What is it for?
Use it to list available styles, retrieve a complete template, or add and update styles in the specified library file.
Why use it?
It avoids rewriting image prompts from scratch and helps keep illustrations consistent across articles.

Skill for Claude CodeCodex

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

Good fit Use it to list available styles, retrieve a complete template, or add and update styles in the specified library file.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/tashangkd/tashan-cursor-skills/article-image-styles/github.svg)](https://agentmods.dev/skills/tashangkd/tashan-cursor-skills/article-image-styles)
Your own site
<a href="https://agentmods.dev/skills/tashangkd/tashan-cursor-skills/article-image-styles"><img src="https://agentmods.dev/badge/skills/tashangkd/tashan-cursor-skills/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-cursor-skills/article-image-styles"><img src="https://agentmods.dev/badge/skills/tashangkd/tashan-cursor-skills/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 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.00061 $0.01271
Opus 5 $0.00030 $0.00635
Sonnet 5 $0.00012 $0.00254
Haiku 4.5 $0.00006 $0.00127

Measured 11d 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 11d 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

Copies of this mod

1 near-identical copy found in the catalogue:

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. 11d 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-cursor-skills (20 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. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

android-ui-theming

Rules for Android XML layouts, Material 3 components, semantic color tokens, light/dark theming, dimensions (sdp/ssp), string resources and localization, accessibility, and edge-to-edge insets. Use when creating or editing any layout, drawable, style, color, vector, or string resource, or when a screen must work in…

orbitalsonic/AndroidPilot · 81 tokens

nous-branding

Generate images and content consistent with the Nous Research brand identity. Use when creating visuals in the Nous / Theia / Hermes ecosystem: a "cyber-classical" style blending neo-classical statuary, cyberpunk/industrial grunge, and retro anime illustration. Covers official brand color palette, typography…

magnus919/agent-skills · 130 tokens

create-2d-composition

Compose 2D graphics programmatically using SVG generation, diagram layout algorithms, image compositing, and batch processing workflows. Use when generating diagrams, flowcharts, or infographics programmatically, creating reproducible scientific figures, automating production of badges or visual assets, building…

pjt222/agent-almanac · 77 tokens

create-3d-scene

Set up a Blender scene programmatically via Python (bpy) with objects, materials, lighting, camera, and environment configuration. Use when creating reproducible 3D visualization scenes, automating product or architectural rendering setup, generating multiple scene variations programmatically, building template scenes…

pjt222/agent-almanac · 77 tokens

color-management

Manage color workflows with ICC profiles, working spaces, gamut mapping, and color science. Use when inspecting ICC profiles, converting between color spaces, checking gamut clipping, validating well-behaved working spaces, or troubleshooting color workflow issues with ImageMagick, ArgyllCMS, Exiftool, or LittleCMS.…

magnus919/agent-skills · 82 tokens

design-canvas

Create museum-quality visual art in .png and .pdf formats using design philosophy. Use when user asks for poster, visual design, infographic, certificate, badge, banner, social media graphic, print design, or mentions "create artwork", "design graphic", "visual identity", or "print material".

kensaurus/cursor-kenji · 64 tokens