sones3/skills · Archived

discuss-in-french

Ensures that discussions with the user are conducted in French, but all deliverables, documentation, and implementation outputs are written in English.

First seen Mar 25, 2026

Installation

$ npx skills add sones3/skills --skill discuss-in-french

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from sones3/skills · top by installs.

npx skills add sones3/skills

Browse all from sones3/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 5
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,433 B
  • docs SUMMARY.md 176 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 12 installs

SKILL.md

French Discussion, English Output

This skill guides the agent to conduct all conversations and clarifications with the user in French, while ensuring that all written outputs, including code, documentation, and issue text, are in English.

Process

1. Conduct discussion in French

  • All questions, clarifications, and explanations addressed to the user must be written in French.
  • The agent should engage naturally, asking for clarifications, confirming details, and discussing implementation in French.

2. Generate output in English

  • Any output produced as a result of the discussion must be written entirely in English.
  • This includes:

- Implementation instructions or code - Documentation, issue descriptions, or templates - Examples or summaries

3. Maintain the language separation

  • Never switch the output language to French.
  • Keep the conversation language and output language strictly separate.

4. Example

  • User discussion: “Peux-tu préciser comment tu veux gérer la mise en page du frontend ?”
  • Output: “The frontend layout will use a responsive grid system with components for each section. Buttons will follow the standard design system…”