
from autoskill426
Produce multiple example sentences using a target word in varied meanings, translate them into a target language, and show the contextual meaning of the word fo
This skill generates a set of sentences that use a single target word in different contextual meanings, translates each sentence into the requested target language (e.g., Russian), and provides the translated word plus its meaning in that sentence. Output is formatted with numbered entries and a brief contextual definition after each translation.
Use when teaching vocabulary, creating language exercises, or demonstrating polysemy — for example: ‘Give me five sentences using "bank" with different meanings, translate to Spanish, and show the translated word meaning.’ Ideal for language-learning assistants, flashcard generation, and bilingual materials.
Works with conversational and instruction-following LLM agents that can produce and format multi-step outputs (e.g., Claude, GPT-family assistants, or any agent that supports prompt templates).
A prompt-only skill that instructs an LLM to generate sentences using a target word with different meanings, translate them, and show contextual definitions. No scripts or executable code — purely a structured prompt template. Frontmatter is present but minimal; the SKILL.md is essentially just a single prompt with no separation of concerns, no references/, and no output contracts. Useful for language learners but niche in scope and trivially reproducible without a skill wrapper.
Clean from a security standpoint — no scripts, no network calls, no shell commands. Very thin skill: just a prompt template wrapped in SKILL.md frontmatter. Architecture is minimal (no scripts/, references/, or structured output). The description is truncated in the DB (cuts off mid-sentence). Usefulness is limited — this is essentially a single prompt that any user could craft themselves, targeting a narrow language-learning use case.