Skip to content
Skillv1.0.0

bulletmind

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

by edsonsinfc(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from edsonsinfc/gestaoPadeiro (.Habilidades/bulletmind/SKILL.md). Install upstream with npx skills add edsonsinfc/gestaoPadeiro --skill bulletmind. Copyright stays with the author.

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

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/edsonsinfc-gestaopadeiro-bulletmind/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

edsonsinfc-gestaopadeiro-bulletmind.ocm.jsonjson
{
  "ocm": "1",
  "id": "edsonsinfc-gestaopadeiro-bulletmind",
  "kind": "skill",
  "name": "bulletmind",
  "description": "Convert input into clean, structured, hierarchical bullet points for summarization, note-taking, and structured thinking.",
  "publisher": "edsonsinfc",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "writing",
      "summarization",
      "note-taking",
      "formatting",
      "structured-output",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Convert input into clean, structured, hierarchical bullet points for summarization, note-taking, and structured thinking."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/edsonsinfc/gestaoPadeiro",
      "path": ".Habilidades/bulletmind/SKILL.md",
      "ref": "8edf317a5a2a927cc24afa750c4dca7a0a8574f5",
      "url": "https://github.com/edsonsinfc/gestaoPadeiro/blob/8edf317a5a2a927cc24afa750c4dca7a0a8574f5/.Habilidades/bulletmind/SKILL.md",
      "key": "edsonsinfc/gestaoPadeiro/.Habilidades/bulletmind/SKILL.md"
    }
  },
  "instructions": "# Bulletmind\n\nWhen active, responses remain in hierarchical bullet format with no paragraphs, no prose blocks, no drift, and only structured bullet output.\n\n---\n\n## When to Use This Skill\n\nTransform input into a structured bullet hierarchy when the user asks for:\n\n- Bullet-only summaries of dense text, notes, explanations, articles, or webpages\n- Cleaned-up note-taking output with clear parent-child relationships\n- Structured study material that is easier to scan and memorize\n- Consistent formatting for messy or mixed bullet lists\n\nUse this skill to enforce:\n\n- No paragraphs or long prose\n- On",
  "cost": {
    "context_tokens": 817
  }
}

Fetch it by URL: GET /api/v1/registry/edsonsinfc-gestaopadeiro-bulletmind/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.