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.

16 stars

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

$curl -o ~/.claude/skills/generate-multilingual-sentences-with-contextual-definitions/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/tools/generate-multilingual-sentences-with-contextual-definitions/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/generate-multilingual-sentences-with-contextual-definitions/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Generate multilingual sentences with contextual definitions Compares

Feature / AgentGenerate multilingual sentences with contextual definitionsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

16
from diegosouzapw/awesome-omni-skill

유튜브 영상 올인원 생성 - 소재 파일 → 리서치 → 대본 → 재료 생성 → 블로그

generate-note-ideas

16
from diegosouzapw/awesome-omni-skill

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

16
from diegosouzapw/awesome-omni-skill

Automate Docugenerate tasks via Rube MCP (Composio). Always search tools first for current schemas.

unit-testing-test-generate

16
from diegosouzapw/awesome-omni-skill

Generate comprehensive, maintainable unit tests across languages with strong coverage and edge case focus.

generate-e2e-test

16
from diegosouzapw/awesome-omni-skill

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

16
from diegosouzapw/awesome-omni-skill

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

16
from diegosouzapw/awesome-omni-skill

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

16
from diegosouzapw/awesome-omni-skill

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

16
from diegosouzapw/awesome-omni-skill

Generate comprehensive README files from code analysis

generate-docstrings

16
from diegosouzapw/awesome-omni-skill

Create docstrings for functions and classes. Use when documenting code APIs.

generate-agent-docs

16
from diegosouzapw/awesome-omni-skill

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

16
from diegosouzapw/awesome-omni-skill

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...