MCP HubMCP Hub
スキル一覧に戻る

BeCreative

majiayu000
更新日 Today
19 閲覧
58
9
58
GitHubで表示
メタgeneral

について

BeCreativeスキルは、創造的なタスクにおける拡張思考モード、深い推論、複雑な問題解決を可能にします。カスタムワークフローを起動し、有効化時にはユーザーに通知を行い、個人設定にも対応しています。開発者は、標準的な応答を超えた徹底的かつ広範な分析をClaudeに実施させる必要がある場合に、このスキルを使用すべきです。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/majiayu000/claude-skill-registry
Git クローン代替
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/BeCreative

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

Customization

Before executing, check for user customizations at: ~/.claude/skills/PAI/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.

🚨 MANDATORY: Voice Notification (REQUIRED BEFORE ANY ACTION)

You MUST send this notification BEFORE doing anything else when this skill is invoked.

  1. 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 &
    
  2. 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.

BeCreative Skill

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.


Workflow Routing

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...
WorkflowTriggersDescription
Workflows/StandardCreativity.md"be creative", "think creatively", default creative tasksStandard 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
Workflows/DomainSpecific.md"artistic", "business innovation", domain-specificDomain-tailored creativity templates
Workflows/TechnicalCreativityGemini3.md"technical creativity", "algorithm", "architecture"Engineering creativity via Gemini 3 Pro

Quick Reference

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 Index

ResourceDescription
ResearchFoundation.mdResearch backing, why it works, activation triggers
Principles.mdCore philosophy and best practices
Templates.mdQuick reference templates for all modes
Examples.mdPractical examples with expected outputs
Assets/creative-writing-template.mdCreative writing specific template
Assets/idea-generation-template.mdBrainstorming template

Integration with Other Skills

Works well with:

  • XPost / LinkedInPost - Generate creative social media content
  • Blogging - Creative blog post ideas and narrative approaches
  • Development - Creative technical solutions
  • Art - Diverse image prompt ideas and creative directions
  • Business - Creative offer frameworks and business models
  • Research - Creative research angles and synthesis approaches

Examples

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.

GitHub リポジトリ

majiayu000/claude-skill-registry
パス: skills/data/BeCreative

関連スキル

algorithmic-art

メタ

This Claude Skill creates original algorithmic art using p5.js with seeded randomness and interactive parameters. It generates .md files for algorithmic philosophies, plus .html and .js files for interactive generative art implementations. Use it when developers need to create flow fields, particle systems, or other computational art while avoiding copyright issues.

スキルを見る

subagent-driven-development

開発

This skill executes implementation plans by dispatching a fresh subagent for each independent task, with code review between tasks. It enables fast iteration while maintaining quality gates through this review process. Use it when working on mostly independent tasks within the same session to ensure continuous progress with built-in quality checks.

スキルを見る

executing-plans

デザイン

Use the executing-plans skill when you have a complete implementation plan to execute in controlled batches with review checkpoints. It loads and critically reviews the plan, then executes tasks in small batches (default 3 tasks) while reporting progress between each batch for architect review. This ensures systematic implementation with built-in quality control checkpoints.

スキルを見る

cost-optimization

その他

This Claude Skill helps developers optimize cloud costs through resource rightsizing, tagging strategies, and spending analysis. It provides a framework for reducing cloud expenses and implementing cost governance across AWS, Azure, and GCP. Use it when you need to analyze infrastructure costs, right-size resources, or meet budget constraints.

スキルを見る