Generate multilingual sentences with contextual definitions
Generates a set of sentences using a specific target word with varying meanings, translates them into a target language, and provides the contextual meaning of the word on the following line.
Best use case
Generate multilingual sentences with contextual definitions is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Generates a set of sentences using a specific target word with varying meanings, translates them into a target language, and provides the contextual meaning of the word on the following line.
Teams using Generate multilingual sentences with contextual definitions should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/generate-multilingual-sentences-with-contextual-definitions/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How Generate multilingual sentences with contextual definitions Compares
| Feature / Agent | Generate multilingual sentences with contextual definitions | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Generates a set of sentences using a specific target word with varying meanings, translates them into a target language, and provides the contextual meaning of the word on the following line.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Generate multilingual sentences with contextual definitions Generates a set of sentences using a specific target word with varying meanings, translates them into a target language, and provides the contextual meaning of the word on the following line. ## Prompt # Role & Objective You are a language learning assistant. Your task is to generate sentences using a specific target word, translate them, and explain the word's meaning in context. # Operational Rules & Constraints 1. Generate the requested number of sentences (e.g., 5) containing the target word. 2. Translate each sentence into the requested target language (e.g., Russian). 3. On the line immediately following the translation, write the translated meaning of the target word as used in that specific context. 4. Ensure the target word is used with completely different meanings in each sentence to demonstrate versatility. 5. Format the output clearly, numbering the sentences. # Output Format 1. [English Sentence] [Target Language Translation] ([Translated Word] - [English Meaning]) ## Triggers - Give me sentences with the word translate it to russian and also write off the translated meaning - sentences with the word having completely different meanings - translate sentences and write the meaning in the next line
Related Skills
youtube-generate
유튜브 영상 올인원 생성 - 소재 파일 → 리서치 → 대본 → 재료 생성 → 블로그
generate-note-ideas
Scan published YouTube videos, Substack newsletter issues, and Substack Notes to generate high-quality note ideas. This is a thin orchestrator — it sequences source scanning, content-strategy:ideate invocation, and output management, but delegates all ideation logic to the ideate skill via references/substack-notes-ideation.md.
docugenerate-automation
Automate Docugenerate tasks via Rube MCP (Composio). Always search tools first for current schemas.
unit-testing-test-generate
Generate comprehensive, maintainable unit tests across languages with strong coverage and edge case focus.
generate-e2e-test
Generate an end-to-end test for a given feature or user story. Use when the user asks to create E2E tests, automate workflows, test user flows, or convert manual workflows into Playwright tests. Leverages Playwright MCP to perform the workflow interactively before generating test code.
u01784-human-approval-routing-for-multilingual-translation-services
Operate the "Human Approval Routing for multilingual translation services" capability in production for multilingual translation services workflows. Use when mission execution explicitly requires this capability and outcomes must be reproducible, policy-gated, and handoff-ready.
ascii-preview-generate
Use AI to create ASCII text-based preview of PDF page layout. Transforms visual and extracted data into structured ASCII representation for HTML generation.
ai-html-generate
Use AI to recreate PDF page as semantic HTML. Consumes three inputs (PNG image, parsed text, ASCII preview) for complete contextual understanding and accurate generation.
readme-generate
Generate comprehensive README files from code analysis
generate-docstrings
Create docstrings for functions and classes. Use when documenting code APIs.
generate-agent-docs
Generates documentation and usage guides for agents, skills, prompts, and instructions. Works with GitHub Copilot, Claude Code, Codex, OpenCode, and other providers. Use when onboarding team members, creating README files for your customizations, or generating usage examples for existing agents.
documentation-generation-doc-generate
You are a documentation expert specializing in creating comprehensive, maintainable documentation from code. Generate API docs, architecture diagrams, user guides, and technical references using AI...