Agent Plugins Marketplace
All plugins

zenn

v0.1.0

Write Zenn tech-blog articles: the house style guide and Zenn-flavoured Markdown syntax. Install at user scope to make it available across all projects.

Claude Code2 Skills

By atman-332 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 13, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install zenn for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install zenn@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/atman-33/workhub

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/zenn/.

Plugin files

plugins/zenn/
├── .claude-plugin/plugin.json
├── skills/zenn-blog-writing/SKILL.md
└── skills/zenn-markdown/SKILL.md

Included Skills2

zenn-blog-writingskills/zenn-blog-writing/SKILL.md

Zennの技術ブログ記事を執筆・編集・レビューするためのガイドラインを提供する。技術的正確性、読みやすさ、AIっぽい文章の排除を重視。Zennの記事(articles/*.md)を書く・直す・レビューするとき、または「Zenn」「技術ブログ」「記事執筆」に言及されたときに使用する。

zenn-markdownskills/zenn-markdown/SKILL.md

This skill should be used when the user asks about "Zenn記法", "Zenn Markdown", "メッセージブロック", "アコーディオン", "埋め込み", "Zenn特有の記法", or mentions writing Zenn articles with specific formatting needs. Provides comprehensive knowledge of Zenn-specific Markdown syntax and best practices.

Plugin manifests1

plugins/zenn/.claude-plugin/plugin.json
{
  "name": "zenn",
  "version": "0.1.0",
  "description": "Write Zenn tech-blog articles: the house style guide and Zenn-flavoured Markdown syntax. Install at user scope to make it available across all projects.",
  "author": {
    "name": "atman-33",
    "url": "https://github.com/atman-33"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[zenn on Agent Plugins Marketplace](https://pluginsmp.com/plugins/zenn)