Generate diverse solution candidates with category-spanning ideation methods and rotation. Use when stuck on a design or fighting repetitive LLM output.
npx skills add https://github.com/athola/claude-night-market --skill ideate
Diversity is a selection problem, not a volume problem.
Generating ten ideas from one mental frame yields ten variations
of the same idea. The fix is to ideate from different categories of
method, then rotate methods across passes so the next round does not
repeat the last. This is the documented lever against LLM mode
collapse, not a brainstorming ritual.
tome:research)tome:triz)Structure the reasoning, not the output.
"The Price of Format" (arXiv 2505.18949) found that rigid output
templates collapse output diversity, while reasoning scaffolds raise
it. So each method hands you a reasoning prompt. Do not force the
ideas into a fixed schema while generating; impose structure only when
reporting the final set.
Seven methods that port to technical problem-solving, each tagged with
an honest evidence grade (see Sources below):
| Method | Category | Evidence |
|--------|----------|----------|
| SCAMPER | transformation | weak |
| SIT task unification | transformation | mixed |
| Morphological analysis | decomposition | mixed |
| SIT subtraction | decomposition | mixed |
| Cross-domain analogy (TRIZ) | analogical | mixed |
| Inversion (pre-mortem) | inversion | anecdotal |
| Constraint provocation | perturbation | anecdotal |
The grades are deliberately conservative. Individual-method evidence
is thin; the value is the diverse-selection-plus-rotation pattern, not
any single method. For the structured analogical form, use
Skill(tome:triz). For finding an implied-but-empty cell in a
concept space, map the field and its hidden optimization axis first,
then apply generation methods to fill the gap.
select_methods(n) from tome.channels.ideation returns methods
from different categories by construction.
freely; do not normalize them into a schema yet.
select_methods(n, exclude=used_ids) orrotation_plan(passes, n_per_pass) so no method repeats until the
catalog is exhausted.
score_idea (weighted criteria perSkill(leyline:evaluation-framework)). Novelty claimed without
evidence is capped, so "novel" must be earned, not asserted.
score_idea(scores, novelty_evidence=False) applies weighted criteria
(novelty 0.25, fit 0.20, feasibility 0.20, simplicity 0.15,
reversibility 0.10, impact 0.10) and an anti-inflation rule: a novelty
score of 8 or higher without supporting evidence is capped to 7. Pass
novelty_evidence=True only when you have checked for prior art and
found the idea genuinely new.
diversity.
purpose.
The diversity rationale and method evidence grades draw on:
1.6 to 2.1x diversity gains, training-free.
generation diversity. This is the basis for the
reasoning-prompt-not-schema rule above.
chain-of-thought reduces fixation; diverse personas restore collective
diversity.
literature underpins the per-method evidence grades.
analysis of 4M+ concepts found originality declined 31% from
1981-2016 as concept space expanded. Cognitive burden drives
clustering near familiar terrain rather than the edge.
method in a distinct category (verifiable: the methods used span
>= 3 categories from list_categories()).
exclude or rotation_plan so nomethod repeated before the catalog was exhausted.
score_idea, withany uncapped novelty backed by an explicit prior-art check.
Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.
Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances
Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.
Build and distribute Expo development clients locally or via TestFlight
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.
Take athola/ideate from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.