From terminals
Use when two or more things that each already hold need to become one, and the real question is whether they hold together ("do these two plans fit", "merge these answers", "can we run both", "join these"). Treats each as its own cluster and converges across the seam, returning one combined answer (done = true / R=1) or the honest seam that won't take plus the best partial. Use glue to join pieces that already stand; use converge for one fresh pile of ideas, and recommend when you should make the call yourself.
How this skill is triggered — by the user, by Claude, or both
Slash command
/terminals:glueThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
You have a few things that each already hold: two earlier answers, two plans, two reads of one mess. The new question is whether they hold together. Join them into one, and show the receipt. If they clash, name the seam straight.
This is the gluon verb. It reuses the lock-in you already trust and runs it across the seam where the pieces meet. It adds no new check.
ix is on PATH, search the user's context per cross-seam pair (ix "<A> <B>" <path> --json); each hit's R is how much structure, text, and meaning agree on it, so high R backs a high score and low R scores the join down. Feed that R in. No ix? Use Grep and Glob. It works offline.converge tool with { ideas, coherence } for the pooled set. Same engine, now testing the pieces as one.R=1 (every trio locked across the seam) means give the one combined trinket plus the receipt. partial means the pieces do not fully glue: name the seam (the gluon that will not take), give the best partial (the largest group that holds, and what stays outside), and the one move that would make the join take, or the call to keep them as two.Remember what done = true means: the pieces you pooled all agree with each other under your scores. It is a check on your coherence judgments across the seam. It does not prove the combined thing is right in the world.
A join is only as honest as the seam. Two good trinkets that will not hold together is a real finding. Say it straight.
Joined answer first, in plain words. Receipt second.
../converge/reference/kuramoto.md../converge/reference/fano.md../converge/reference/realizability.md../../docs/WORKBENCH.mdnpx claudepluginhub intuition-labs-llc/terminals-skills --plugin terminalsProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.