← ClaudeAtlas

becreativelisted

Divergent ideation and corpus expansion via Verbalized Sampling plus extended thinking — single-shot generates several internally diverse candidates and surfaces the strongest, or expands a seed corpus into a diverse dataset for evals and test sets. USE WHEN be creative, brainstorm, divergent ideas, creative solutions, maximum creativity, tree of thoughts, radically different, name this, creative angle, expand this corpus, synthetic data, generate diverse examples, create test set. NOT FOR multi-cycle evolutionary ideation with Lamarckian meta-learning (use Ideate).
DorShaer/Husk · ★ 12 · AI & Automation · score 67
Install: claude install-skill DorShaer/Husk
## Customization **Before executing, check for user customizations at:** `~/.claude/LIFEOS/USER/CUSTOMIZATIONS/SKILLS/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**: ```bash curl -s -X POST http://localhost:31337/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 ## What It Does Generates genuinely divergent ideas and expands small corpora. For a single creative request, it produces 5 internally diverse candidates (each low-probability, p<0.10) and surfaces the strongest. For corpus work, it grows a seed set of 5-20 examples into a larger diverse dataset for evals, training, or test sets. Seven workflows spanning standard creativity, maximum creativity, idea generation, tree-of-thoughts, domain-specific work, technical creativity, and synthetic-data expansion.