KS
Killer-Skills

new-article — how to use new-article how to use new-article, new-article setup guide, new-article alternative, new-article vs article generator, automated article creation, zenn article creation, qiita article creation, new-article install, bash script for article creation

v1.0.0
GitHub

About this Skill

Perfect for Content Creation Agents needing automated article generation for Zenn and Qiita platforms. new-article is a skill that automates the creation of new article files for Zenn and Qiita platforms using a bash script.

Features

Generates article files using a bash script with the ./scripts/new-article.sh command
Supports creation of articles for both Zenn and Qiita platforms
Allows specification of article title using the --title parameter
Supports selection of platform using the --platform parameter with options zenn or qiita
Enables selection of article type using the --type parameter with options tech or idea

# Core Topics

heyhey1007 heyhey1007
[0]
[0]
Updated: 3/7/2026

Quality Score

Top 5%
30
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add heyhey1007/Article/new-article

Agent Capability Analysis

The new-article MCP Server by heyhey1007 is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use new-article, new-article setup guide, new-article alternative.

Ideal Agent Persona

Perfect for Content Creation Agents needing automated article generation for Zenn and Qiita platforms.

Core Value

Empowers agents to generate new article files using bash scripts, supporting platforms like Zenn and Qiita, with customizable titles and types, such as tech or idea articles, in various formats.

Capabilities Granted for new-article MCP Server

Automating article creation for Zenn and Qiita
Generating new article files with specified titles and platforms
Streamlining content creation workflows for tech and idea articles

! Prerequisites & Limits

  • Requires bash script execution environment
  • Limited to Zenn and Qiita platforms
  • Dependent on user input for title and platform
Project
SKILL.md
2.7 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

新規記事作成スキル

新規記事ファイルを作成します(Zenn/Qiita両対応)。

タスク

ユーザーのリクエストに基づいて、適切なプラットフォーム用の記事ファイルを作成してください。

実行方法

以下のスクリプトを使用して記事を作成します:

bash
1./scripts/new-article.sh --title "<タイトル>" [オプション]

パラメータ

パラメータ説明デフォルト
--title記事タイトル(必須)-
--platformプラットフォーム: zenn, qiitazenn
--type記事タイプ: tech, idea(Zennのみ)tech
--emojiアイキャッチ絵文字(Zennのみ)📝
--topicsトピックス/タグ(カンマ区切り)-
--slugカスタムslug(Zennのみ、省略時は自動生成)自動生成
--private限定共有記事として作成(Qiitaのみ)false
--slideスライドモードで作成(Qiitaのみ)false

Zenn slug命名規則

  • 12〜50文字
  • 使用可能文字: a-z(小文字)、0-9、ハイフン(-)、アンダースコア(_)
  • 先頭・末尾は英数字のみ
  • サイト全体でユニーク(一度公開したら変更不可)

生成されるファイル

Zenn

articles/{slug}.md     # Front Matter付き記事ファイル
images/{slug}/         # 画像ディレクトリ

Qiita

public/{filename}.md   # Front Matter付き記事ファイル

使用例

Zenn記事(基本)

bash
1./scripts/new-article.sh --title "TypeScript入門"

Zenn記事(詳細指定)

bash
1./scripts/new-article.sh --title "React Hooks完全ガイド" --type tech --topics "react,typescript,hooks" --emoji "⚛️"

Zennアイデア記事

bash
1./scripts/new-article.sh --title "新しい開発フローの提案" --type idea --emoji "💡"

Qiita記事

bash
1./scripts/new-article.sh --platform qiita --title "TypeScript入門" --topics "TypeScript,JavaScript"

Qiita限定共有記事

bash
1./scripts/new-article.sh --platform qiita --title "限定共有記事" --private

作成後のワークフロー

Zenn

  1. 記事を編集
  2. プレビュー: npx zenn preview
  3. 画像を追加: images/{slug}/ に配置
  4. 公開: Front Matterの published: true に変更、git push

Qiita

  1. 記事を編集
  2. プレビュー: npx qiita preview
  3. 投稿: npx qiita publish {filename}.md

Related Skills

Looking for an alternative to new-article or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication