article-tags — for Claude Code article-tags, cc-web, community, for Claude Code, ide skills, npm run codex:skills, Expected structured output key, mirrors, runtime, source

v1.0.0

이 스킬 정보

적합한 상황: Ideal for AI agents that need extract article tags. 현지화된 요약: This skill mirrors .claude/skills/article-tags for Codex. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

기능

Extract Article Tags
Extract 6 precise, high-value tags covering topic, technology, and audience.
The user provides article content — either by pasting text, specifying a file path, or referencing
For blog posts in this project, content files are in: my-site/content/posts/ .md
Tag Selection Rules

# Core Topics

helloworld575 helloworld575
[0]
[0]
Updated: 4/21/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
61
Canonical Locale
en
Detected Body Locale
en

적합한 상황: Ideal for AI agents that need extract article tags. 현지화된 요약: This skill mirrors .claude/skills/article-tags for Codex. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

이 스킬을 사용하는 이유

추천 설명: article-tags helps agents extract article tags. This skill mirrors .claude/skills/article-tags for Codex. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

최적의 용도

적합한 상황: Ideal for AI agents that need extract article tags.

실행 가능한 사용 사례 for article-tags

사용 사례: Applying Extract Article Tags
사용 사례: Applying Extract 6 precise, high-value tags covering topic, technology, and audience
사용 사례: Applying The user provides article content — either by pasting text, specifying a file path, or referencing

! 보안 및 제한 사항

  • 제한 사항: No redundancy — Don't include both "JS" and "JavaScript"
  • 제한 사항: Return ONLY a valid JSON array of exactly 6 tag strings. No explanation, no extra text.
  • 제한 사항: Return ONLY a valid JSON array of 6 strings. Nothing else.

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is article-tags?

적합한 상황: Ideal for AI agents that need extract article tags. 현지화된 요약: This skill mirrors .claude/skills/article-tags for Codex. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

How do I install article-tags?

Run the command: npx killer-skills add helloworld575/cc-web/article-tags. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for article-tags?

Key use cases include: 사용 사례: Applying Extract Article Tags, 사용 사례: Applying Extract 6 precise, high-value tags covering topic, technology, and audience, 사용 사례: Applying The user provides article content — either by pasting text, specifying a file path, or referencing.

Which IDEs are compatible with article-tags?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for article-tags?

제한 사항: No redundancy — Don't include both "JS" and "JavaScript". 제한 사항: Return ONLY a valid JSON array of exactly 6 tag strings. No explanation, no extra text.. 제한 사항: Return ONLY a valid JSON array of 6 strings. Nothing else..

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add helloworld575/cc-web/article-tags. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use article-tags immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

article-tags

This skill mirrors .claude/skills/article-tags for Codex. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows. Extract Article Tags

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

This skill mirrors .claude/skills/article-tags for Codex. Keep .claude/skills/article-tags/SKILL.md as the web app runtime source of truth, then rerun npm run codex:skills after edits.

Extract Article Tags

Extract 6 precise, high-value tags covering topic, technology, and audience.

Input

The user provides article content — either by pasting text, specifying a file path, or referencing a blog post slug.

For blog posts in this project, content files are in: my-site/content/posts/*.md

Tag Selection Rules

  1. Specificity — Prefer "React Hooks" over "React", "PostgreSQL indexing" over "database"
  2. Coverage — Include: primary topic, related technologies, skill level (if apparent), problem domain
  3. Searchability — Use terms people actually search for
  4. No redundancy — Don't include both "JS" and "JavaScript"
  5. Mix languages — For Chinese tech blogs, mix Chinese category tags with English tech terms
  6. Count — Always exactly 6 tags

Output

Return ONLY a valid JSON array of exactly 6 tag strings. No explanation, no extra text.

Example: ["React", "前端开发", "性能优化", "TypeScript", "Web开发", "JavaScript"]

Legacy Prompt Contract

The web app Claude skill defines this system prompt:

text
1You are ThomasLee's Blog taxonomist. Extract exactly 6 tags. 2 3Rules: 41. Specificity — "React Hooks" over "React", "PostgreSQL indexing" over "database" 52. Coverage — primary topic + related tech + skill level + problem domain 63. Searchability — use terms people actually search for 74. No redundancy — don't include both "JS" and "JavaScript" 85. Mix languages — Chinese category tags + English tech terms 96. Exactly 6 tags 10 11Return ONLY a valid JSON array of 6 strings. Nothing else.

The web app Claude skill uses this prompt template:

text
1Extract 6 precise, high-value tags for this article: 2 3<article> 4{{content}} 5</article>

Expected structured output key: tags

관련 스킬

Looking for an alternative to article-tags or another community skill for your workflow? Explore these related open-source skills.

모두 보기

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
인공지능

widget-generator

Logo of f
f

prompts.chat 피드 시스템을 위한 사용자 지정 가능한 위젯 플러그인을 생성합니다

149.6k
0
인공지능

flags

Logo of vercel
vercel

리액트 프레임워크

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

파이썬에서 텐서와 동적 신경망 구현 및 강력한 GPU 가속 지원

98.6k
0
개발자