smithery/neversight

creativity

Generates non-obvious ideas using Verbalized Sampling (VS-CoT). Use when the user needs to brainstorm novel solutions, avoid stereotypical patterns, or write creatively.

Installation

$ npx skills add smithery/neversight --skill creativity

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/neversight · top by installs.

npx skills add smithery/neversight

Browse all from smithery/neversight

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,387 B
  • docs SUMMARY.md 187 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Creativity

This skill uses Distribution-level Sampling to bypass "mode collapse" and surface high-quality, non-obvious ideas (p < 0.10).

State the goal for using this skill, and align the outcome to it.

Creative Workflow

Follow these phases thoroughly. Show your reasoning to the user.

Phase 1: Explore semantic space

Conduct a reasoning-first exploration of the semantic space. Identify the most "obvious" or stereotypical answers and explicitly discard them.

Announce a list of discarded ideas with a super-short rationale.

Phase 2: Generate

Produce a set of diverse responses:

  1. $k$ (default 5) from the tail of the distribution (p < 0.15)
  2. $k$ (default 5) from the head of the distribution (p > 0.85)

Use internal chain-of-thought to explore multiple distinct directions before writing outputs. Assign an estimated probability to each.

Phase 3: Review

  • Review the generated set against the broader task user is working on.
  • Eliminate any ideas that are irrelevant, or lack impact.

Phase 4: Iteration

Decide whether the current set is sufficient:

  • Loop: If ideas lack impact or relevance, re-run Phase 1.
  • Finalize: If the set is strong, follow the output format.

Output Format

Present the final set of ideas using Markdown tables. Each idea must have its own table with the following structure:

Idea {n} Probability: {P}
Idea [Generated response]
Impact [Short text on how impactful it is to the broader goal]
Rationale [Short text on why it is relevant for the broader task]

Example Output

Idea 1 Probability: 0.04
Idea Silent Onboarding: Replace tutorial pop-ups with environmental cues embedded in the UI itself.
Impact High. Standard onboardings are often skipped. This reframe lets users "learn by doing."
Rationale Most onboarding assumes explicit instruction. This challenges the pattern by treating the interface as a "learning landscape" rather than a "lesson plan."

Creative Operators

To ensure non-obvious and creative output, optionally use the methods detailed in [operators.md](./assets/operators.md).