BeCreative

Generates diverse creative outputs using Verbalized Sampling and extended thinking workflows.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/Kaleb-Rupe/aurora --skill becreative-kaleb-rupe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: BeCreative
Source: https://github.com/Kaleb-Rupe/aurora/tree/main/claude/skills/Thinking/BeCreative
Command: npx skills add https://github.com/Kaleb-Rupe/aurora --skill becreative-kaleb-rupe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve? Standard AI responses tend toward predictable, formulaic answers due to typicality bias in training. This Skill forces exploration of low-probability creative options, producing more original stories, ideas, names, and technical solutions instead of the first obvious answer. ## Core Features & Use Cases - Verbalized Sampling + Extended Thinking: Internally generates 5 diverse options (p<0.10 each) and outputs the single best response, increasing creative diversity by 1.6-2.1x based on published research. - Six Routed Workflows: StandardCreativity, MaximumCreativity, IdeaGeneration, TreeOfThoughts, DomainSpecific, and TechnicalCreativityGemini3 for engineering problems via the llm CLI with Gemini 3 Pro. - Ready Templates: Creative writing and idea generation templates with genre blending, constraint challenges, and evaluation frameworks. - Use Case: Ask for a story about a bear and receive a noir detective bear or philosophical narrator instead of the typical forest-and-honey tale. ## Quick Start Ask the assistant to be creative and brainstorm five unconventional names for your new security product.

Frequently Asked Questions about BeCreative

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get more creative and diverse AI responses?

Use Verbalized Sampling, which asks the model to internally generate 5 diverse options with probabilities below 0.10 each, then output the single best one. Research shows this increases creative diversity by 1.6-2.1x compared to standard prompting.

What is Verbalized Sampling for idea generation?

Verbalized Sampling is a technique from Zhang et al. (2024) that forces exploration of low-probability creative options, circumventing typicality bias in alignment training. Combined with extended thinking, it improves both diversity and output quality by about 25.7%.

How do I generate creative technical solutions with Gemini 3 Pro?

Use the TechnicalCreativityGemini3 workflow, which shells out to the llm CLI with a structured prompt covering problem, constraints, and success criteria. Run the preflight check 'which llm && llm models list | grep -i gemini-3' first to confirm the CLI and model are available.

Does this skill require external tools to work?

The core creativity workflows run entirely through prompt templates and extended thinking with no dependencies. Only the TechnicalCreativityGemini3 workflow requires the llm CLI with the llm-gemini plugin and a configured Gemini API key.

When should I use Tree of Thoughts instead of standard brainstorming?

Use TreeOfThoughts for complex problems with multiple constraints where you need to explore 3-5 fundamentally different approaches and their sub-branches. Standard brainstorming suits simpler idea generation where a single round of diverse options is enough.

What are the limitations of prompt-based creativity techniques?

These techniques improve diversity but still depend on the model's training distribution, so truly novel domains may see limited gains. They also consume more tokens due to internal option generation, and quality still requires human evaluation for high-stakes creative work.