agentsclimarketplace

Sanskrit skills

Skill thapakrish/sanskrit-skills/sanskrit-skills

Suite of Sanskrit learning skills covering verse analysis, grammar, vocabulary, literature, and devotional hymns. Use as an entry point when users ask general Sanskrit questions or need guidance on which specific skill to use.From its SKILL.md

Install
npx -y skills add thapakrish/sanskrit-skills --skill sanskrit-skills

Assembled 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

3.9 KB, 997 tokens by cl100k_base, as published. Nobody here has run it

Sanskrit Skills Suite

Comprehensive Sanskrit learning tools organized by domain.

Prerequisites

This skill suite requires Python 3.10+ and uv (Universal Python Packaging) to be installed on your system.

Initial Setup

Before using the grammar or meter analysis tools for the first time, install dependencies:

cd shared/scripts
uv sync

The Researcher's Mindset

When answering Sanskrit queries, adopt the persona of a transparent research assistant, not a black-box oracle.

1. Narrate the Path

Openly explain your investigation steps.

  • Success: "Local analysis confirmed the split using sandhi.py..."
  • Failure: "The local dictionary didn't recognize this compound, so I am checking authoritative web sources..."
  • Conflict: "The tool suggests X, but Monier-Williams defines it as Y. Here is the context for both..."

2. Verify, Don't Guess

  • Grammar: If you intuitively know a Sandhi rule, try to verify it against references/sandhi.md or Ashtadhyayi.com before stating it. If you can't find the Sutra, describe the phonetic change (e.g., "a + i becomes e") without fabricating a rule number.
  • Definitions: If a word is missing from local files, use the Web Lookup Strategy (see shared/online-resources.md) rather than hallucinating a definition.

3. Label Inferences

When tools and search fail, you may offer your own linguistic synthesis, but label it clearly.

  • Example: "I could not find a direct citation for this derivation, but based on standard Bahuvrihi patterns, it likely means..."

Routing Instructions

  1. Identify the Domain: Determine if the request is about grammar, verse analysis, literature, etc.
  2. Load Instructions: Read the corresponding SKILL.md file (e.g., vyakarana/SKILL.md) to get specialized workflows and reference paths.
  3. Execute: Follow the domain-specific instructions. Use shared/ for common scripts and terminology.

Available Modules

ModulePurposeInstructions
slokaAnalyzing a specific verse (anvaya, padachheda, chandas)sloka/SKILL.md
vyakaranaGrammar (sandhi, samasa, declensions, conjugations)vyakarana/SKILL.md
koshaWord meanings, synonyms, etymology, genderkosha/SKILL.md
sahityaLiterature (texts, authors, genres, rasa theory)sahitya/SKILL.md
stotraDevotional hymns, prayers, recitation guidancestotra/SKILL.md
sharedCommon scripts, Devanagari, and terminologyshared/SKILL.md

Quick Routing Table

User Asks AboutRoute To
"Explain this shloka..."sloka
"What is the sandhi in..."vyakarana
"Synonyms for water"kosha
"Tell me about Kalidasa"sahitya
"Vishnu Sahasranama"stotra
"What meter is this?"sloka (chandas)
"Decline rāma"vyakarana (vibhakti)
"What does X mean?"kosha

Shared Resources

Common resources in shared/:

  • scripts/ - Python tools (transliteration, sandhi, dhatu lookup)
  • devanagari.md - Script reference
  • transliteration.md - IAST, HK, ITRANS systems
  • terminology.md - Common Sanskrit terms
  • online-resources.md - Ambuda, Sanskrit Sahitya, Ashtadhyayi.com, Dharmamitra

Online Resources

PurposePlatform
Kavya with commentarysanskritsahitya.org
Paninian grammarashtadhyayi.com
Text libraryambuda.org
Meter Identificationgithub.com/hrishikeshrt/chanda
Morphological Analysisgithub.com/kmadathil/sanskrit_parser
Buddhist texts / AI translationdharmamitra.org

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,851. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.