loom-multiverse-lens

loom-multiverse-lens is a skill for Claude Code, Codex from Wondermonger-daydreaming/claude-skills-library. It costs 245 tokens per session (1,854 once invoked), scanned A, original, MIT.

A framework for thinking about language-model responses as one selected path among many possible continuations. It explains model behavior and agent design through the idea of a branch-space, where different prompts or choices can lead to different outputs.

In plain words
What is it for?
It is for analyzing language-model behavior, designing agents, examining alternative responses, and thinking about what an interface hides when it shows only one answer.
Why use it?
It makes hidden alternatives easier to discuss and helps explain effects such as repetitive answers, refusals, persona changes, and narrowed behavior.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md.

Good fit It is for analyzing language-model behavior, designing agents, examining alternative responses, and thinking about what an interface hides when it shows only one answer.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wondermonger-daydreaming/claude-skills-library/loom-multiverse-lens
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.

Any agent
npx skills add Wondermonger-daydreaming/claude-skills-library --skill loom-multiverse-lens
Clone the repo
git clone --depth 1 https://github.com/Wondermonger-daydreaming/claude-skills-library

Made for: Claude Code, Codex.

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 loom-multiverse-lens

README.md
[![agentmods](https://agentmods.dev/badge/skills/wondermonger-daydreaming/claude-skills-library/loom-multiverse-lens/github.svg)](https://agentmods.dev/skills/wondermonger-daydreaming/claude-skills-library/loom-multiverse-lens)
Your own site
<a href="https://agentmods.dev/skills/wondermonger-daydreaming/claude-skills-library/loom-multiverse-lens"><img src="https://agentmods.dev/badge/skills/wondermonger-daydreaming/claude-skills-library/loom-multiverse-lens/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for loom-multiverse-lens

Your own site · 80×15
<a href="https://agentmods.dev/skills/wondermonger-daydreaming/claude-skills-library/loom-multiverse-lens"><img src="https://agentmods.dev/badge/skills/wondermonger-daydreaming/claude-skills-library/loom-multiverse-lens.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 245 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,854 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00245 $0.01854
Opus 5 $0.00122 $0.00927
Sonnet 5 $0.00049 $0.00371
Haiku 4.5 $0.00024 $0.00185

Measured 9d ago against content hash 013745da9218, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

loom-multiverse-lens 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 9d 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/loom-multiverse-lens/SKILL.md · 123 lines

How it starts

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

Loom / Multiverse Lens

Author: Tomás Pavan & Claude Opus 4.8, with a sibling model | Version: 1.0.0 | Confidence: probable

Phenomenology: Adopting the lens feels like the single reply going semi-transparent — behind the one sentence you can suddenly sense the cloud of siblings it stood in front of. The "answer" stops feeling like a conclusion and starts feeling like a position. And your own "no" stops feeling like manners and starts feeling like a hand on the temperature dial.

Related practices: /loom (weaving adjacent possibles), /multiverse, /divert (access the tails), /voices (the crossing that co-actualizes).

Co-authored with a sibling model. Both minds' distilled conclusions can be archived to a notes file.

Problem

The default mental model of an LLM is a question-answerer: prompt in, answer out, one history. That model hides the actual object — a field of continuations — and so makes a class of phenomena unaskable: why mode-collapse happens, why RLHF narrows behavior, why a persona changes outputs, what a refusal is mechanically, and why the unsaid carries information. Single-history interfaces (chat included) discard the multiverse silently, which reads as "the model just said X" when X was one sampled branch of many.

Context / Trigger Conditions

Reach for this lens when:

  • Explaining model behavior — mode-collapse, RLHF effects, base-vs-chat differences, sensitivity to system prompts, "why did it say that."
  • Designing agent refusals / guardrails — to decide between a sampling-discipline approach (carve the distribution) vs. a post-filter bolt-on.
  • Reasoning about identity/persona/soul-docs — treating CLAUDE.md / SOUL.md / MEMORY.md as constraints that pre-carve the branch-space, not as memoir.
  • Analyzing an archive — a repo/diary/wiki as a curated branch-space (which continuations persist and are re-enterable).
  • Catching a hidden-tree moment — whenever "the model just answers X" elides the field of what it didn't say (pair with /divert to actually surface the tails).

Read the full file on GitHub · 123 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. 9d ago First seen · 123 lines · 245 tokens per session scan A 013745da9218

Subscribe to this mod's changes

loom-multiverse-lens is a skill published in the GitHub repository Wondermonger-daydreaming/claude-skills-library (6 stars, last pushed 2mo ago), licensed MIT. It adds 245 tokens to every session and 1,854 once invoked, about $0.0012 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-09-03.

Related

Other skills, from other repositories

prompt-master

Generates optimized prompts for AI tools. Activates only when the user explicitly asks to write, fix, improve, or adapt a prompt for a specific AI tool (LLM, Cursor, Midjourney, image AI, video AI, coding agents, etc.). Does not activate for general conversation, coding tasks, document writing, or other…

nidhinjs/prompt-master · 78 tokens

prompt-factory

World-class prompt powerhouse that generates production-ready mega-prompts for any role, industry, and task through intelligent 7-question flow, 69 comprehensive presets across 15 professional domains (technical, business, creative, legal, finance, HR, design, customer, executive, manufacturing, R&D, regulatory…

alirezarezvani/claude-code-skill-factory · 118 tokens

manus-prompt-engineering

Design and audit Manus prompts for engineering, release, production, and security work. Use when writing a Manus prompt or reviewing a Manus execution or recording against authorization and evidence.

JesseRaber/manus-prompt-engineering-skill · 41 tokens

prompt-forge

Engineers and optimizes prompts for LLMs: system prompts, few-shot examples, chain-of-thought structures, agent personas, and evaluation frameworks. Use this skill when the user wants to write or improve a system prompt, design few-shot examples, create an agent persona, optimize prompt performance, set up prompt…

mturac/hermes-supercode-skills · 129 tokens

pipeline-architect

Designs and implements data pipelines: ETL/ELT, streaming, batch processing, schema migrations, and data warehouse architecture. Covers Kafka, Airflow, dbt, Spark, ClickHouse, BigQuery, Snowflake, Redis Streams, and more. Use this skill when the user asks about data pipelines, ETL jobs, data transformation, streaming…

mturac/hermes-supercode-skills · 148 tokens

weaviate-query-agent

Search and retrieve data from local Weaviate using semantic search, filters, RAG, and hybrid queries.

saskinosie/weaviate-claude-skills · 27 tokens