agentsclimarketplace

Brainstorming

Skill kimtth/agent-skill-100-lines-or-less/skills/brainstorming

🧿 Minimal but effective AI agent skill definitions in 100 lines or less.

Install
npx -y skills add kimtth/agent-skill-100-lines-or-less --skill brainstorming

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when: explore options or decompose an ambiguous problem before committing to one approach.

SKILL.md

1.1 KB, as published. Nobody here has run it

Goal: widen the option space, then converge on a defensible direction.

Use for:

  • vague or open-ended problems with no obvious approach
  • choosing between competing designs or trade-offs
  • breaking a large goal into independent sub-problems

Workflow:

  1. Restate the problem and the real constraint behind it.
  2. Generate several distinct approaches before judging any.
  3. Decompose into sub-problems that can be solved independently.
  4. For each option, name the key risk and what would falsify it.
  5. Score against constraints, not preference.
  6. Pick one, record why, and list what you deliberately rejected.

Techniques:

  • invert the problem: what would guarantee failure
  • find the smallest version that still has the hard part
  • separate forced decisions from reversible ones

Rules:

  • diverge before converging; do not anchor on the first idea
  • keep options concrete enough to compare
  • surface assumptions explicitly
  • stop expanding once a clear winner survives the constraints

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.