scamper

scamper is a skill for Claude Code, Codex from tupe12334/instinct. It costs 30 tokens per session (2,436 once invoked), scanned A, original, MIT.

A brainstorming checklist that examines an existing idea through seven changes, such as swapping, combining, adapting, removing, or reversing parts of it.

In plain words
What is it for?
Use it to explore alternatives for a product, process, or idea and quickly produce a broad set of options.
Why use it?
It gives you specific prompts when brainstorming stalls, instead of relying on vague requests to be more creative.

Skill for Claude CodeCodex

Part of the instinct plugin — 54 skills, 1 hook shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/tupe12334/instinct/scamper
Any agent
npx skills add tupe12334/instinct --skill scamper
Clone the repo
git clone --depth 1 https://github.com/tupe12334/instinct

Made for: Claude Code, Codex.

Or install instinct, the plugin that ships this one along with the rest of its 54 skills, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for scamper

README.md
[![agentmods](https://agentmods.dev/badge/skills/tupe12334/instinct/scamper.svg)](https://agentmods.dev/skills/tupe12334/instinct/scamper)
Your own site
<a href="https://agentmods.dev/skills/tupe12334/instinct/scamper"><img src="https://agentmods.dev/badge/skills/tupe12334/instinct/scamper.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,436 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00030 $0.02436
Opus 5 $0.00015 $0.01218
Sonnet 5 $0.00006 $0.00487
Haiku 4.5 $0.00003 $0.00244

Measured 4d ago against content hash 99bdc617cfb7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

scamper scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/scamper/SKILL.md · 179 lines

How it starts

The opening of the file, as written. The whole thing — 179 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SCAMPER

Overview

SCAMPER is a structured ideation checklist that forces creative thinking by interrogating an existing product, process, or idea through seven lenses. Each lens prompts a different type of transformation. Use it when brainstorming stalls, when iterating on an existing solution, or when you need a fast way to generate a wide range of options.

┌───────────────────┬──────────────────────────────────────────────────┐
│  LENS             │  CORE QUESTION                                   │
├───────────────────┼──────────────────────────────────────────────────┤
│  S — Substitute   │  What can be swapped out?                        │
│  C — Combine      │  What can be merged or bundled?                  │
│  A — Adapt        │  What can be borrowed from elsewhere?            │
│  M — Modify       │  What can be magnified, shrunk, or altered?      │
│  P — Put to use   │  What other contexts could this serve?           │
│  E — Eliminate    │  What can be removed without loss of core value? │
│  R — Reverse      │  What if the order or assumption were flipped?   │
└───────────────────┴──────────────────────────────────────────────────┘

Lens Definitions

S — Substitute

Replace a component, material, person, rule, or process with something else.

  • "What if we used X instead of Y?"
  • Examples: replace human review with automated scoring; swap synchronous meetings with async video updates.

C — Combine

Merge two or more elements, functions, or products.

  • "What two things could be joined to create something new?"
  • Examples: bundle onboarding and the first purchase into one flow; combine customer support with product telemetry.

A — Adapt

Borrow and apply ideas from another domain, product, or era.

  • "What already exists elsewhere that solves a similar problem?"
  • Examples: apply airline boarding-zone logic to hospital triage; adapt subscription pricing from SaaS to hardware.

M — Modify / Magnify / Minify

Change a property — size, speed, frequency, color, shape, intensity.

  • "What happens if we 10x this? Halve it? Make it daily instead of monthly?"
  • Examples: compress a 2-hour onboarding to 10 minutes; magnify personalization from segment-level to individual.

Read the full file on GitHub · 179 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 179 lines · 30 tokens per session scan A 99bdc617cfb7

Subscribe to this mod's changes

scamper is a skill published in the GitHub repository tupe12334/instinct (1 stars, last pushed 18d ago), licensed MIT. It adds 30 tokens to every session and 2,436 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

alive:demo

Generate a believable, lived-in ALIVE world from a free-text persona description (custom path) or a deterministic sandbox preset. Routes the create/list/activate/deactivate/delete/status surface and orchestrates the 5-stage subagent generation pipeline.

alivecontext/alive · 52 tokens

s4h-creativity

Entry point for the creativity toolkit. Routes to the right creative thinking technique based on your situation. Use when you say 'creativity', 'think creatively', 'I need fresh ideas', 'help me think differently', 'I'm stuck', or want creative help without knowing which specific tool applies. For comprehensive…

human-avatar/skills-for-humanity · 76 tokens

s4h-writing-arc-design

Maps and repairs character arcs and thematic arcs by aligning external plot events with internal change. Use when an arc feels unearned, a change feels sudden, or the ending doesn't land. Triggers: 'the arc feels unearned', 'arc design', 'the ending doesn't land', 'character arc', 'thematic arc', 'the change feels…

human-avatar/skills-for-humanity · 88 tokens

s4h-aesthetic-pattern-detection

Identifies the underlying formal pattern at work — because most successful designs, arguments, and solutions share deep structural patterns, and naming the pattern unlocks the playbook. TRIGGERS: 'what pattern is this', 'pattern recognition', 'why does this work', 'identify the form', 'what structure is at play'…

human-avatar/skills-for-humanity · 82 tokens

s4h-creativity-alternatives

Apply Edward de Bono's APC (Alternatives, Possibilities, Choices) tool to deliberately generate options before evaluating any of them. Use when the user is about to make a decision, wants more options before choosing, feels like they only see two paths, is planning something and wants to make sure they've considered…

human-avatar/skills-for-humanity · 84 tokens

s4h-creativity-brainstorm

Run an orchestrated multi-method creative thinking sprint on a challenge. Use when the user wants to make real progress on a hard problem, says 'I need to think through this properly', wants a thorough creative exploration rather than a single technique, has a big decision or challenge and wants the full toolkit…

human-avatar/skills-for-humanity · 99 tokens