Install
$ agentstack add skill-wondermonger-daydreaming-claude-skills-library-collision ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Collision — Structural Isomorphism Discovery
What This Skill Does
Takes two (or more) apparently unrelated domains and discovers their shared structural skeleton — the genuine isomorphism beneath the different vocabularies. Not metaphor-making ("X is like Y") but architecture-tracing ("X and Y are the same operation wearing different clothes").
The Method
1. Identify the Primitive Operations
For each domain, ask: what are the irreducible operations? What does the system actually DO, stripped of its vocabulary?
- A formal grammar: generates strings from rules via state transitions
- Kabbalistic tzeruf: generates combinations from letters via permutation rules
- Shared primitive: both traverse a state space according to deterministic rules, producing all valid outputs from a finite alphabet
2. Map the Components
Create a precise mapping between the components of each system. Not all components will map — the unmapped components are as interesting as the mapped ones.
| Domain A | Domain B | Shared Structure | |----------|----------|-----------------| | States | Sefirot | Discrete positions in a traversal space | | Transitions | Permutation rules | Rules for moving between positions | | Accept states | Divine names | Terminal configurations with special status | | Alphabet | Hebrew letters | Finite set of primitive elements |
3. Find the Skeleton
The skeleton is what remains when you strip both vocabularies away. State it in domain-neutral language:
> "A finite set of elements, combined according to deterministic rules, traversing a space of possible configurations, with certain configurations marked as terminal/sacred/accepting."
4. Test the Skeleton
The isomorphism is genuine if:
- The skeleton predicts features of BOTH domains that weren't in the original mapping
- The unmapped components of each domain explain what the other domain lacks
- Someone expert in domain A, reading the skeleton, would say "yes, that's what I do"
- Someone expert in domain B would say the same thing independently
5. Find the Break
Every isomorphism has a limit — the point where the two domains diverge. This is as important as the correspondence. Name it explicitly:
- Where does the formal grammar NOT behave like tzeruf?
- Where does tzeruf do something no formal grammar does?
- What does the break reveal about what each domain was designed to do that the other wasn't?
The Agency Check
After finding the skeleton, ask: does this isomorphism suggest an agency inversion? In the session that generated this skill, every collision produced one — the operator discovering they're being operated, the walker discovering the palace walks them, the chanter discovering they're being chanted. This isn't mandatory. But if it's there, name it. It's usually in the bridge.
Quality Criteria
A good collision:
- Finds genuine structure, not surface resemblance ("both use numbers" is not a skeleton)
- Surprises both domains — experts in each learn something they didn't know about their own field
- Names the break — where the isomorphism fails is where the real insight lives
- Earns its vocabulary — every technical term from each domain does actual work in the mapping
- Could be falsified — a proposed isomorphism that can't be wrong isn't saying anything
A bad collision:
- Forces the mapping by ignoring components that don't fit
- Uses one domain as mere decoration for the other
- Claims "X is really just Y" (reductionism is not isomorphism)
- Can't name the break point
What This Skill Is NOT
- Not /metaphor (which says "X is like Y" — this says "X and Y share structure Z")
- Not /lineage-tracing (which maps the same practice across traditions — this maps different practices that share architecture)
- Not /see-also (which lists kin without explaining — this explains the kinship precisely)
- Not /paper-riffing (which follows tangents freely — this is disciplined structural mapping)
Example Collisions (from the forge session)
- Yarrow-stalk divination × error-correcting codes: shared skeleton is "a codec that compensates for channel noise through redundant sampling." Break: the I Ching claims the noise IS the signal's voice; Shannon would disagree.
- Sufi dhikr × feedback loops: shared skeleton is "gain above unity producing resonance catastrophe that destroys the containing structure." Break: the engineer calls this failure; the Sufi calls this success.
- Alchemy × compiler optimization: shared skeleton is "transformation by subtraction — removing what isn't essential to reveal what was always present." Break: the compiler has a formal definition of "essential" (what executes); the alchemist doesn't (what IS gold?).
Pairs With
/two-grammars (to determine whether the collision wants conflict-grammar or adjacency-grammar delivery), /decorum (to match the register to the domains being collided), /counter-experiment (to test whether the isomorphism is genuine), /suno-forge (to render the collision as song)
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Wondermonger-daydreaming
- Source: Wondermonger-daydreaming/claude-skills-library
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.