← ClaudeAtlas

linear-a-deciphermentlisted

Computational analysis of Linear A inscriptions using Cyrus H. Gordon's Semitic hypothesis. This skill should be used when working with Linear A transliterations, Minoan language decipherment, inscription analysis, sign frequency or co-occurrence statistics, consonantal skeleton extraction, Proto-Semitic root comparison, Gordon lexicon lookups, libation formula patterns, or preparing training data for ML decipherment models. Triggers: Linear A, Linear B projection, Minoan script, GORILA corpus, HT/ZA/PK tablets, Semitic cognates, transliteration analysis, sign values, syllabary, undeciphered scripts, computational epigraphy, Phaistos, Hagia Triada, lashon ha-kretan.
tdimino/claude-code-minoan · ★ 32 · AI & Automation · score 82
Install: claude install-skill tdimino/claude-code-minoan
# Linear A Decipherment Computational pipeline for analyzing Linear A inscriptions against Semitic roots, formalizing Cyrus H. Gordon's five-step decipherment methodology. Built on data from `lashon-ha-kretan` (1,701 inscriptions, 60 Gordon readings, 2,871 Proto-Semitic roots). Base directory: `~/.claude/skills/linear-a-decipherment` ## Scholarly Disclaimer **All readings are hypothetical. Linear A remains officially undeciphered.** Gordon's Semitic hypothesis is one of several competing frameworks. Include this disclaimer on every analytical output. ## Confidence Taxonomy Every proposed reading must be tagged with a confidence level: | Level | Criteria | Example | |-------|----------|---------| | **CONFIRMED** | Ideographic + phonetic + mathematical confirmation | KU-NI-SU (emmer wheat) | | **PROBABLE** | Direct Gordon reading + external attestation | DA-KU-SE-NE (Hurrian name at Nuzi) | | **CANDIDATE** | Gordon reading or strong Proto-Semitic match (d < 0.3) | New cognate from distance search | | **SPECULATIVE** | Weak phonetic match or single-source evidence | Proto-Semitic match with d > 0.5 | ## Reference File Protocol Route questions to the right reference before answering: ``` Question about a specific reading or word? → Read references/gordon-lexicon.md → Run: uv run scripts/cognate_search.py "WORD" Question about methodology or approach? → Read references/methodology.md Question about sign values or the syllabary? → Read references/sign-values.md