重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
BeCreative by danielmiessler/personal_ai_infrastructure
npx skills add https://github.com/danielmiessler/personal_ai_infrastructure --skill BeCreative执行前,请检查用户自定义设置位于: ~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/BeCreative/
如果此目录存在,则加载并应用在那里找到的任何 PREFERENCES.md、配置文件或资源。这些设置将覆盖默认行为。如果目录不存在,则使用技能默认设置。
当此技能被调用时,在做任何其他事情之前**,你必须发送此通知。**
发送语音通知:
curl -s -X POST http://localhost:8888/notify
-H "Content-Type: application/json"
-d '{"message": "Running the WORKFLOWNAME workflow in the BeCreative skill to ACTION"}'
> /dev/null 2>&1 &
输出文本通知:
Running the WorkflowName workflow in the BeCreative skill to ACTION...
这不是可选的。请在技能调用时立即执行此 curl 命令。
利用深度思考 + 言语化抽样增强 AI 创造力。结合了研究支持的技术(Zhang 等人,2024 年),可实现 1.6-2.1 倍的多样性提升,并通过扩展思考提高质量。
根据请求路由到相应的工作流。
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
Running the **WorkflowName** workflow in the **BeCreative** skill to ACTION...
| 工作流 | 触发条件 | 描述 |
|---|---|---|
Workflows/StandardCreativity.md | "be creative"、"think creatively"、默认的创意任务 | 标准的深度思考 + VS,用于高质量的创意工作 |
Workflows/MaximumCreativity.md | "maximum creativity"、"most creative"、"radically different" | 突破界限,避免所有陈词滥调,采用非常规方法 |
Workflows/IdeaGeneration.md | "brainstorm"、"ideas for"、"solve this problem" | 专注于问题解决和创新 |
Workflows/TreeOfThoughts.md | "complex problem"、"multi-factor"、"explore paths" | 用于复杂挑战的分支探索 |
Workflows/DomainSpecific.md | "artistic"、"business innovation"、特定领域 | 针对特定领域的创意模板 |
Workflows/TechnicalCreativityGemini3.md | "technical creativity"、"algorithm"、"architecture" | 通过 Gemini 3 Pro 实现工程创造力 |
核心技术: 内部生成 5 个不同的选项(每个 p<0.10),输出单个最佳响应。
默认方法: 对于大多数创意请求,应用 StandardCreativity 工作流。
对于艺术/叙事创意: 直接应用工作流(无需委托)。
对于技术创意: 使用 TechnicalCreativityGemini3 工作流。
| 资源 | 描述 |
|---|---|
ResearchFoundation.md | 研究依据、工作原理、激活触发因素 |
Principles.md | 核心理念和最佳实践 |
Templates.md | 所有模式的快速参考模板 |
Examples.md | 包含预期输出的实际示例 |
Assets/creative-writing-template.md | 创意写作专用模板 |
Assets/idea-generation-template.md | 头脑风暴模板 |
与以下技能配合良好:
示例 1:创意博客角度
User: "think outside the box for this AI ethics post"
-> 应用 StandardCreativity 工作流
-> 内部生成 5 个不同的角度(每个 p<0.10)
-> 返回最具创新性的框架方法
示例 2:产品命名头脑风暴
User: "be creative - need names for this security tool"
-> 应用 MaximumCreativity 工作流
-> 探索不寻常的隐喻、领域、文字游戏
-> 呈现最佳选项并附上推理
示例 3:技术创意
User: "deep thinking this architecture problem"
-> 调用 TechnicalCreativityGemini3 工作流
-> 使用 Gemini 3 Pro 进行数学/算法创意
-> 返回新颖的技术解决方案
研究支持的创意增强:1.6-2.1 倍多样性,25.7% 质量提升。
每周安装量
52
代码仓库
GitHub 星标
9.7K
首次出现
2026 年 1 月 24 日
安全审计
安装于
gemini-cli45
codex43
opencode43
github-copilot41
claude-code40
cursor38
Before executing, check for user customizations at: ~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/BeCreative/
If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults.
You MUST send this notification BEFORE doing anything else when this skill is invoked.
Send voice notification :
curl -s -X POST http://localhost:8888/notify \
-H "Content-Type: application/json" \
-d '{"message": "Running the WORKFLOWNAME workflow in the BeCreative skill to ACTION"}' \
> /dev/null 2>&1 &
Output text notification :
Running the **WorkflowName** workflow in the **BeCreative** skill to ACTION...
This is not optional. Execute this curl command immediately upon skill invocation.
Enhance AI creativity using deep thinking + Verbalized Sampling. Combines research-backed techniques (Zhang et al., 2024) for 1.6-2.1x diversity increase and extended thinking for quality.
Route to the appropriate workflow based on the request.
When executing a workflow, output this notification:
Running the **WorkflowName** workflow in the **BeCreative** skill to ACTION...
| Workflow | Triggers | Description |
|---|---|---|
Workflows/StandardCreativity.md | "be creative", "think creatively", default creative tasks | Standard deep thinking + VS for quality creative work |
Workflows/MaximumCreativity.md | "maximum creativity", "most creative", "radically different" | Push boundaries, avoid all cliches, unconventional |
Workflows/IdeaGeneration.md | "brainstorm", "ideas for", "solve this problem" | Problem-solving and innovation focus |
Workflows/TreeOfThoughts.md | "complex problem", "multi-factor", "explore paths" | Branching exploration for complex challenges |
Core technique: Generate 5 diverse options (p<0.10 each) internally, output single best response.
Default approach: For most creative requests, apply StandardCreativity workflow.
For artistic/narrative creativity: Apply workflow directly (no delegation needed).
For technical creativity: Use TechnicalCreativityGemini3 workflow.
| Resource | Description |
|---|---|
ResearchFoundation.md | Research backing, why it works, activation triggers |
Principles.md | Core philosophy and best practices |
Templates.md | Quick reference templates for all modes |
Examples.md | Practical examples with expected outputs |
Assets/creative-writing-template.md | Creative writing specific template |
Assets/idea-generation-template.md |
Works well with:
Example 1: Creative blog angle
User: "think outside the box for this AI ethics post"
-> Applies StandardCreativity workflow
-> Generates 5 diverse angles internally (p<0.10 each)
-> Returns most innovative framing approach
Example 2: Product naming brainstorm
User: "be creative - need names for this security tool"
-> Applies MaximumCreativity workflow
-> Explores unusual metaphors, domains, wordplay
-> Presents best option with reasoning
Example 3: Technical creativity
User: "deep thinking this architecture problem"
-> Invokes TechnicalCreativityGemini3 workflow
-> Uses Gemini 3 Pro for mathematical/algorithmic creativity
-> Returns novel technical solution
Research-backed creative enhancement: 1.6-2.1x diversity, 25.7% quality improvement.
Weekly Installs
52
Repository
GitHub Stars
9.7K
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubWarnSocketPassSnykFail
Installed on
gemini-cli45
codex43
opencode43
github-copilot41
claude-code40
cursor38
AI界面设计评审工具 - 全面评估UI/UX设计质量、检测AI生成痕迹与优化用户体验
58,500 周安装
Workflows/DomainSpecific.md| "artistic", "business innovation", domain-specific |
| Domain-tailored creativity templates |
Workflows/TechnicalCreativityGemini3.md | "technical creativity", "algorithm", "architecture" | Engineering creativity via Gemini 3 Pro |
| Brainstorming template |