MAGIC Agent Skills is now open source! Star on GitHub
MAGIC Agent SkillsMAGIC Agent Skills
Getting Started

Computational Linguistics

A suite of 18 Claude Code Skills bringing computational-linguistics expertise to AI engineers building LLMs for low-resource languages — the ~7,000 languages outside the English/Mandarin/Spanish frontier.

What This Suite Does

Building an LLM for Yoruba, Khmer, Quechua, Cantonese, or Twi requires linguistic decisions that pure-ML engineers routinely miss. The Computational Linguistics suite captures those non-obvious decision points as agent skills: not introductions to linguistics (Claude already knows the textbooks), but the integration knowledge an experienced computational linguist applies when bridging theory to ML practice.

Every skill activates on natural-language triggers. Mention a target language, ask about tokenizer fertility, say "help me build an LLM for Yoruba" — and the orchestrator routes to the right specialist automatically.

The 18 Skills

The suite consists of 14 specialist skills, 1 orchestrator, and 3 optional Mindset stubs organized across a 5-phase pipeline:

PhaseSkillsPurpose
Scopescope, scripts, tokenize, ethicsLanguage ID, resource class, typology, script policy, ethics seed
Acquirecorpus, bitext, transferMonolingual + parallel data, vocab/adapter strategy
Analyzemorph, syntax, annotate, semantics, discourse, speechLinguistic-layer analysis as needed
EvaluateevalHonest metrics for the target language
Releaseethics (release gate)Final license/attribution/consent check, model card
Cross-cuttingcodeswitch, historical, lexiconOptional Mindset stubs that fire at any stage

The orchestrator (magic-linguistic-orchestrator) is the entry point — it coordinates routing and tracks workspace state across sessions.

Low-Resource Language Focus

The suite is purpose-built for Joshi classes 0–4 — languages ranging from fully undocumented (Class 0) to benchmark-covered but resource-limited (Class 4). Every skill surfaces the resource-class implications of each decision, because the right strategy for Yoruba (Class 2) is fundamentally different from the right strategy for Turkish (Class 4) or English (Class 5).

Key capabilities:

  • Language identification — ISO 639-3 + Glottolog disambiguation, including macrolanguage disambiguation (Chinese → Mandarin/Cantonese/Wu)
  • Script + Unicode handling — normalization policy, diacritic preservation for tone languages, TR39 confusable folding
  • Tokenizer audits — fertility ratio analysis, vocab extension method selection (FOCUS/OFA/HyperOfa)
  • Ethical compliance — FPIC/CARE principles, sacred-text gating, license compatibility, attribution lineage
  • Data curation — corpus catalog, paragraph-level language-ID, MinHash dedup, contamination audit
  • Bitext mining — LASER3/SONAR embeddings, Vecalign alignment, synthetic bitext generation
  • Transfer learning — LoRA rank by URIEL typological distance, MAD-X adapters, catastrophic-forgetting mitigation
  • Evaluation — chrF++/COMET/GEMBA-MQM, BLiMP-style grammatical probes, contamination-aware reporting

Integration with the MAGIC Ecosystem

The Computational Linguistics suite is a sibling suite within the same MAGIC Agent Skills repository as the Data Science suite. They share structural patterns and can be used together: the data suite handles general-purpose tabular and text data pipelines; the linguistic suite handles language-specific decisions within those pipelines.

See Cross-Suite Integration for patterns on using both suites together.

Suite Status

All 18 skills are available across the 5-phase pipeline.

Was this page helpful?

Last updated on

On this page