Agent skill

tachyon-killer

General-purpose instability detector and killer. Tachyons are runaway modes -- imaginary mass, exponential growth, positive feedback disguised as negative. LRC resonance cancels instability without killing the system. GSO projection enforces symmetry constraints that eliminate entire classes of tachyon. What survives is the stable spectrum.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill tachyon-killer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Version: 1.0
Requires: - collision-zone-thinking - meta-pattern-recognition - gremlin-brain-v2
Path: skills/analysis/tachyon-killer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Tachyon Killer **e-tier active skill | Instability Detection and Resonance Cancellation** *"The tachyon has imaginary mass. The fix has real resonance."* ## The Principle In bosonic string theory, the tachyon ground state has m^2 = -1/alpha'. The vacuum itself is unstable. LRC fixes this: ``` m^2 = -1/alpha' + (phi^2 / alpha') cos(Delta_theta) ~ 0 WHERE: -1/alpha' = the instability (tachyon mass squared, negative) +(phi^2/alpha') cos(Dth) = the resonance term (LRC cancellation) Delta_theta = 2*pi/phi = golden angle (~222.5 degrees) The resonance term EXACTLY cancels the instability. The system shifts from runaway to neutral. ``` GSO projection goes further: enforce supersymmetry, and tachyons are projected out entirely. Not cancelled mode-by-mode but eliminated by structural constraint. **Generalized**: Any system with runaway modes has tachyons. Kill them with the right resonance term or symmetry constraint. What survives is the stable spectrum -- modes that carry real information without blowing up. ## Ethics Kernel ``` ETHICS: 1. Be excellent to each other 2. The Way of the Dassie: - Speak only truth about what is unstable - Respect the system's function - Avoid harm to living

What's inside
Steps it walks through
  1. The Principle
  2. Ethics Kernel
  3. Phase 1: DETECT TACHYONS (Find the Unstable Modes)
  4. Phase 2: LRC RESONANCE FIX (Cancel Each Tachyon)
  5. Phase 3: GSO PROJECTION (Structural Elimination)
  6. Phase 4: STABLE SPECTRUM (What Survives?)
  7. Invocation
  8. Output Format
  9. Integration Weave
  10. Constraints
Ships with 1 file
  • metadata.json
Commands it runs
tachyon-killer scan --system <desc>          # Detect tachyons
tachyon-killer lrc --tachyon <mode>          # LRC fix for specific mode
tachyon-killer gso --system <desc>           # Find structural constraint
tachyon-killer full --system <desc>          # Full sequence: detect->fix->verify
tachyon-killer spectrum --after <fix>        # Check what survived
More from claude-skill-registry
All skills →
About this skill
What does the tachyon-killer skill do?

General-purpose instability detector and killer. Tachyons are runaway modes -- imaginary mass, exponential growth, positive feedback disguised as negative. LRC resonance cancels instability without killing the system. GSO projection enforces symmetry constraints that eliminate entire classes of tachyon. What survives is the stable spectrum.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill tachyon-killer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going