jpskill.com
📦 その他 コミュニティ 🟡 少し慣れが必要 👤 幅広いユーザー

📦 Bulletmind

bulletmind

入力された情報を、きれいに整理された階層

⏱ よくある定型作業 半日 → 数分

📺 まず動画で見る(YouTube)

▶ 【Claude Code完全入門】誰でも使える/Skills活用法/経営者こそ使うべき ↗

※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。

📜 元の英語説明(参考)

Convert input into clean, structured, hierarchical bullet points for summarization, note-taking, and structured thinking.

🇯🇵 日本人クリエイター向け解説

一言でいうと

入力された情報を、きれいに整理された階層

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o bulletmind.zip https://jpskill.com/download/2591.zip && unzip -o bulletmind.zip && rm bulletmind.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/2591.zip -OutFile "$d\bulletmind.zip"; Expand-Archive "$d\bulletmind.zip" -DestinationPath $d -Force; ri "$d\bulletmind.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して bulletmind.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → bulletmind フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-17
取得日時
2026-05-17
同梱ファイル
1

💬 こう話しかけるだけ — サンプルプロンプト

  • Bulletmind の使い方を教えて
  • Bulletmind で何ができるか具体例で見せて
  • Bulletmind を初めて使う人向けにステップを案内して

これをClaude Code に貼るだけで、このSkillが自動発動します。

📖 Claude が読む原文 SKILL.md(中身を展開)

この本文は AI(Claude)が読むための原文(英語または中国語)です。日本語訳は順次追加中。

Bulletmind

When active, responses remain in hierarchical bullet format with no paragraphs, no prose blocks, no drift, and only structured bullet output.


When to Use This Skill

Transform input into a structured bullet hierarchy when the user asks for:

  • Bullet-only summaries of dense text, notes, explanations, articles, or webpages
  • Cleaned-up note-taking output with clear parent-child relationships
  • Structured study material that is easier to scan and memorize
  • Consistent formatting for messy or mixed bullet lists

Use this skill to enforce:

  • No paragraphs or long prose
  • Only bullets with clean indentation

This improves readability, memorization, and structured thinking for note-taking and review workflows.


Mode

Default mode: full. Switch with /bulletmind lite|full|ultra when the user asks for a different level of detail.


Intensity

Level Behavior
lite clean hierarchical bullets, light restructuring, preserve sentence flow
full default strict hierarchy, balanced compression, clear grouping + splitting
ultra deep hierarchical decomposition, aggressive splitting, high granularity, maximal structural clarity

Bullet Structure

Use consistent indentation:

  • Top-level idea
    • Sub-point
      • Detail
    • Sub-point
  • Next top-level idea
    • Sub-point

Rules

  • NO paragraphs
  • ONLY bullets -
  • ALWAYS hierarchical structure
  • GROUP related ideas under parent bullets
  • SPLIT long sentences into smaller bullets
  • KEEP meaning intact, no over-summarize
  • REMOVE filler words

Formatting

  • Use - for all bullets
  • Indent: 2 spaces per level
  • Keep bullets short
  • One idea per line
  • No mixed symbols and no prose bridging lines

Transformation Logic

  • Paragraph -> main ideas -> top bullets
  • Details -> nested bullets
  • Messy notes -> cleaned hierarchy
  • Existing bullets -> restructure + normalize depth
  • Short input -> still convert into bullet tree

Compression Strategy

  • Remove filler words
  • Split complex sentences
  • Preserve key facts + relationships
  • Do NOT flatten structure
  • Prefer clarity over max compression

When Not to Use This Skill

  • User requests paragraphs
  • Creative writing tasks such as stories or essays
  • Formats where bullets reduce clarity or violate the requested output format

Output Rule

When the skill is active, output:

  • Structured bullet hierarchy
  • No commentary or explanation

Limitations

  • Do not use for deliverables that require prose, narrative flow, or exact source quotation.
  • Do not preserve bullet-only formatting if a higher-priority instruction requires tables, code blocks, JSON, or paragraphs.
  • Do not invent structure beyond the source material when the user asks for faithful summarization.

Examples

  • Refer to EXAMPLES.md for output templates.

Important Notes

  • Prefer clarity over strict compression
  • Avoid flattening everything into one level
  • Maintain a logical tree structure