Shared
Shared Sanskrit resources including Devanagari script guide, transliteration systems, terminology glossary, online resources, and Python utility scripts. Use for script conversion, general Sanskrit reference, or when other skills need common resources.From its SKILL.md
npx -y skills add thapakrish/sanskrit-skills --skill sharedAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.5 KB, 726 tokens by cl100k_base, as published. Nobody here has run it
Shared Sanskrit Resources
Common reference materials and tools used across all Sanskrit skills.
Reference Files
| File | Contents |
|---|---|
| devanagari.md | Vowels, consonants, conjuncts, numerals, pronunciation |
| transliteration.md | IAST, Harvard-Kyoto, ITRANS, SLP1, Velthuis systems |
| terminology.md | 150+ common terms (grammar, prosody, poetics, philosophy) |
| online-resources.md | Curated platforms, dictionaries, tools, academic resources |
Scripts
Python utilities in shared/scripts/. Setup:
cd shared/scripts
uv sync
Available Tools
| Script | Purpose | Example |
|---|---|---|
transliterate.py | Script conversion | uv run python transliterate.py "राम" devanagari iast → rāma |
sandhi.py | Sandhi split/join | uv run python sandhi.py --join "deva" "ālaya" → devālaya |
dhatu.py | Verbal root lookup | uv run python dhatu.py bhū |
chandas.py | Meter detection | uv run python chandas.py "<verse>" |
Libraries Used
| Library | Purpose |
|---|---|
| indic-transliteration | 15+ script conversions |
| sanskrit_parser | Sandhi splitting, morphology |
| vidyut | Prakriya, kosha (Ambuda project) |
Online Platforms
| Platform | Best For |
|---|---|
| ambuda.org | Text library, volunteer-proofed |
| sanskritsahitya.org | Kavya + Mallinatha commentary, AI search |
| ashtadhyayi.com | Paninian grammar, prakriya, dhatu patha |
| dharmamitra.org | Buddhist texts, AI translation, OCR |
Quick Transliteration Reference
| Devanagari | IAST | HK | ITRANS |
|---|---|---|---|
| अ आ इ ई | a ā i ī | a A i I | a A i I |
| उ ऊ ऋ | u ū ṛ | u U R | u U RRi |
| ए ऐ ओ औ | e ai o au | e ai o au | e ai o au |
| क ख ग घ | k kh g gh | k kh g gh | k kh g gh |
| ट ठ ड ढ ण | ṭ ṭh ḍ ḍh ṇ | T Th D Dh N | T Th D Dh N |
| श ष स | ś ṣ s | z S s | sh Sh s |
| ं ः | ṃ ḥ | M H | M H |
What ships with it: 19 files
86.7 KB alongside SKILL.md, 11 of them executable
scripts/
- chandas.pyruns10.7 KB
- dhatu.pyruns13.9 KB
- prakriya.pyruns6.3 KB
- pyproject.toml671 B
- runtime_noise.pyruns2.1 KB
- sandhi.pyruns12.5 KB
- tests/golden_chandas.json1.2 KB
- tests/golden_dhatu.json1.6 KB
- tests/golden_sandhi.json739 B
- tests/test_chandas.pyruns2.7 KB
- tests/test_dhatu_cli.pyruns642 B
- tests/test_goldens.pyruns2.7 KB
- tests/test_prakriya_cli.pyruns1.6 KB
- tests/test_sandhi.pyruns1.3 KB
- transliterate.pyruns3.1 KB
- devanagari.md5.0 KB
- online-resources.md9.7 KB
- terminology.md5.9 KB
- transliteration.md4.5 KB