Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计通过

brainstorm头脑风暴

Agent Skill

brainstorm 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,986

周安装

212

GitHub Stars

23

下载量

1,747
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:brainstorm(头脑风暴)
来源仓库:https://github.com/johnlindquist/claude
仓库路径:skills/brainstorm
安装命令:
npx skills add https://github.com/johnlindquist/claude --skill brainstorm
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/johnlindquist/claude --skill brainstorm

简介

brainstorm 利用 Gemini 模型系统化生成创意点子,支持多维度分类与挑战识别。

  • 适用于产品创新、营销活动设计或技术方案探索等发散性思考阶段。
  • 用户需提供明确主题与约束条件以获得针对性输出,否则返回通用模板。
  • 需提前配置 GEMINI_API_KEY 环境变量方可正常使用生成功能。
  • brainstorm 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Brainstorming Assistant

Generate and explore ideas systematically.

Prerequisites

pip install google-generativeai
export GEMINI_API_KEY=your_api_key

Brainstorming Operations

Generate Ideas

gemini -m pro -o text -e "" "Generate 10 creative ideas for: [topic]

Requirements:
- Mix of conventional and unconventional
- Varying levels of complexity
- Consider different user perspectives
- Include at least 2 'wild card' ideas

For each idea:
- Brief description
- Key benefit
- Main challenge"

Quick Brainstorm

gemini -m pro -o text -e "" "Quick brainstorm (5 ideas in 1 sentence each):

Topic: [your topic]

Just list ideas, no explanation needed."

Expand an Idea

gemini -m pro -o text -e "" "Expand on this idea:

IDEA: [brief idea]
CONTEXT: [relevant background]

Explore:
1. How it would work in practice
2. Required components/resources
3. Potential variations
4. Who would benefit most
5. First steps to validate"

Structured Techniques

SCAMPER Method

gemini -m pro -o text -e "" "Apply SCAMPER to: [product/feature/process]

- Substitute: What can be replaced?
- Combine: What can be merged?
- Adapt: What can be modified?
- Modify/Magnify: What can be enlarged or emphasized?
- Put to other uses: What else could this be used for?
- Eliminate: What can be removed?
- Reverse/Rearrange: What can be reorganized?"

Six Thinking Hats

gemini -m pro -o text -e "" "Analyze this decision using Six Thinking Hats:

DECISION: [what you're considering]

- White Hat (Facts): What do we know?
- Red Hat (Feelings): Gut reactions?
- Black Hat (Caution): What could go wrong?
- Yellow Hat (Optimism): What are the benefits?
- Green Hat (Creativity): What alternatives exist?
- Blue Hat (Process): What's the best approach?"

Reverse Brainstorming

gemini -m pro -o text -e "" "Reverse brainstorm: How could we make [goal] FAIL?

Goal: [your goal]

1. List ways to guarantee failure
2. Then flip each into a success strategy
3. Identify hidden risks from the failure scenarios"

Constraint Removal

gemini -m pro -o text -e "" "Brainstorm without constraints:

PROBLEM: [your problem]
CURRENT CONSTRAINTS: [list constraints]

1. What would you do with unlimited budget?
2. What if time wasn't a factor?
3. What if you had any technology?
4. What if there were no legacy systems?

Then: Which ideas can be scaled down to reality?"

Domain-Specific Brainstorms

Feature Ideas

gemini -m pro -o text -e "" "Generate feature ideas for:

PRODUCT: [description]
USERS: [who uses it]
CURRENT PAIN POINTS: [list issues]

Suggest features that:
- Solve real problems
- Differentiate from competitors
- Are technically feasible
- Can be built incrementally"

Architecture Options

gemini -m pro -o text -e "" "Brainstorm architecture approaches for:

REQUIREMENTS:
- [requirement 1]
- [requirement 2]

CONSTRAINTS:
- [constraint 1]
- [constraint 2]

Generate 5 different architectural approaches with trade-offs."

Naming Ideas

gemini -m pro -o text -e "" "Generate name ideas for:

WHAT: [what is being named]
QUALITIES: [characteristics to convey]
AVOID: [things to avoid]

Provide 15 options across categories:
- Descriptive names
- Abstract/creative names
- Compound words
- Acronyms
- References/allusions"

Problem Decomposition

gemini -m pro -o text -e "" "Break down this complex problem:

PROBLEM: [description]

1. Identify sub-problems
2. Find the core challenge
3. Map dependencies between parts
4. Suggest which to tackle first
5. Identify quick wins vs. hard parts"

Evaluation and Selection

Idea Evaluation

gemini -m pro -o text -e "" "Evaluate these ideas against criteria:

IDEAS:
1. [idea 1]
2. [idea 2]
3. [idea 3]

CRITERIA:
- Feasibility (1-5)
- Impact (1-5)
- Effort (1-5, lower is better)
- Risk (1-5, lower is better)

Create a comparison matrix and recommend top choice."

Combine Ideas

gemini -m pro -o text -e "" "Combine the best elements of these ideas:

IDEA A: [description]
IDEA B: [description]
IDEA C: [description]

Create hybrid approaches that take the strengths of each."

Best Practices

  1. Quantity first - Generate many ideas before judging
  2. Defer judgment - Don't critique during generation
  3. Build on ideas - Use 'yes, and...' thinking
  4. Embrace wild ideas - They often lead to practical ones
  5. Visualize - Sketch or diagram ideas
  6. Set constraints - Paradoxically, limits boost creativity
  7. Take breaks - Let ideas incubate
  8. Mix inputs - Combine different perspectives

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

28.51%
按下载量换算498

Gemini CLI

25.62%
按下载量换算448

Antigravity

17.13%
按下载量换算299

OpenCode

14.38%
按下载量换算251

Cursor

9.01%
按下载量换算157

windsurf

3.7%
按下载量换算65

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills