📦 Skill Listing Polisher
公開前のSkillのタイトル、説明、タグ、変更履歴などを洗練させ、より明確で信頼性の高いリスティングを作成するためのSkill。
📜 元の英語説明(参考)
Improve a skill's public listing before publish. Use when tightening title, description, tags, changelog, and scan-friendly packaging so the listing looks clearer and less suspicious.
🇯🇵 日本人クリエイター向け解説
公開前のSkillのタイトル、説明、タグ、変更履歴などを洗練させ、より明確で信頼性の高いリスティングを作成するためのSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o skill-listing-polisher.zip https://jpskill.com/download/5388.zip && unzip -o skill-listing-polisher.zip && rm skill-listing-polisher.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/5388.zip -OutFile "$d\skill-listing-polisher.zip"; Expand-Archive "$d\skill-listing-polisher.zip" -DestinationPath $d -Force; ri "$d\skill-listing-polisher.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
skill-listing-polisher.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
skill-listing-polisherフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-17
- 同梱ファイル
- 3
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Skill Listing Polisher
このスキルは、公開 ClawHub スキルを公開または更新する前に使用してください。
改善点
- タイトルの明確さ
- 説明の長さと途中で切れるリスク
- 実際のユースケースに合ったタグ
- 変更点を平易な言葉で記述した changelog
- レビューで正常に見える公開パッケージの表面
レビュー順序
- 公開説明が途中で切れる場合は短縮する
- 内部専用スクリプトとプライベート識別子を削除する
- タグを実際の購入者の意図に合わせて絞り込む
- changelog を具体的で簡潔にする
- パッケージにユーザー向けファイルのみが含まれていることを確認する
迅速なチェック
バンドルされているスクリプトを実行してください。
./scripts/check-listing.sh /path/to/skill
出力スタイル
スキルをレビューする際は、以下を返してください。
- 信頼を損なうもの
- 発見可能性を損なうもの
- 両方を改善する最小限の編集
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Skill Listing Polisher
Use this skill before publishing or updating a public ClawHub skill.
What to improve
- title clarity
- description length and truncation risk
- tags that match the actual use case
- changelog that says what changed in plain language
- public package surface that looks normal in review
Review order
- shorten the public description if it gets cut off
- remove internal-only scripts and private identifiers
- tighten tags to actual buyer intent
- make the changelog specific and boring
- check that the package only contains user-facing files
Fast checks
Run the bundled script:
./scripts/check-listing.sh /path/to/skill
Output style
When reviewing a skill, return:
- what weakens trust
- what weakens discoverability
- the smallest edit that improves both
同梱ファイル
※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。
- 📄 SKILL.md (1,074 bytes)
- 📎 references/review-notes.md (373 bytes)
- 📎 scripts/check-listing.sh (1,021 bytes)