translate-typst-docs — for Claude Code translate-typst-docs, community, for Claude Code, ide skills, main.<index>, git diff -- <files>, bash cargo test -p translate, Translate, review, repository

v1.0

À propos de ce Skill

Scenario recommande : Ideal for AI agents that need translate or review typst documentation toml in this repository. Resume localise : Translate or review Typst documentation TOML in this repository. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Fonctionnalités

Translate or review Typst documentation TOML in this repository.
Use this skill when the user asks to translate, review, or suggest changes for:
locales/docs/typst-docs.toml
files under locales/docs/typst-docs/
glossary-linked terms in docs/terms.toml

# Sujets clés

typst-doc-cn typst-doc-cn
[1]
[1]
Mis à jour: 3/15/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

Scenario recommande : Ideal for AI agents that need translate or review typst documentation toml in this repository. Resume localise : Translate or review Typst documentation TOML in this repository. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Pourquoi utiliser cette compétence

Recommandation : translate-typst-docs helps agents translate or review typst documentation toml in this repository. Translate or review Typst documentation TOML in this repository. This AI agent skill supports Claude

Meilleur pour

Scenario recommande : Ideal for AI agents that need translate or review typst documentation toml in this repository.

Cas d'utilisation exploitables for translate-typst-docs

Cas d'usage : Applying Translate or review Typst documentation TOML in this repository
Cas d'usage : Applying Use this skill when the user asks to translate, review, or suggest changes for:
Cas d'usage : Applying locales/docs/typst-docs.toml

! Sécurité et Limitations

  • Limitation : Re-run with all results only when you truly need the full backlog:
  • Limitation : Use structured output when you need machine-readable targets:
  • Limitation : Do not rewrite unrelated paragraphs when only one target needs work.

About The Source

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Démo Labs

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ et étapes d’installation

These questions and steps mirror the structured data on this page for better search understanding.

? Questions fréquentes

Qu’est-ce que translate-typst-docs ?

Scenario recommande : Ideal for AI agents that need translate or review typst documentation toml in this repository. Resume localise : Translate or review Typst documentation TOML in this repository. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

Comment installer translate-typst-docs ?

Exécutez la commande : npx killer-skills add typst-doc-cn/docs/translate-typst-docs. Elle fonctionne avec Cursor, Windsurf, VS Code, Claude Code et plus de 19 autres IDE.

Quels sont les cas d’usage de translate-typst-docs ?

Les principaux cas d’usage incluent : Cas d'usage : Applying Translate or review Typst documentation TOML in this repository, Cas d'usage : Applying Use this skill when the user asks to translate, review, or suggest changes for:, Cas d'usage : Applying locales/docs/typst-docs.toml.

Quels IDE sont compatibles avec translate-typst-docs ?

Cette skill est compatible avec Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Utilisez la CLI Killer-Skills pour une installation unifiée.

Y a-t-il des limites pour translate-typst-docs ?

Limitation : Re-run with all results only when you truly need the full backlog:. Limitation : Use structured output when you need machine-readable targets:. Limitation : Do not rewrite unrelated paragraphs when only one target needs work..

Comment installer ce skill

  1. 1. Ouvrir le terminal

    Ouvrez le terminal ou la ligne de commande dans le dossier du projet.

  2. 2. Lancer la commande d’installation

    Exécutez : npx killer-skills add typst-doc-cn/docs/translate-typst-docs. La CLI détectera automatiquement votre IDE ou votre agent et configurera la skill.

  3. 3. Commencer à utiliser le skill

    Le skill est maintenant actif. Votre agent IA peut utiliser translate-typst-docs immédiatement dans le projet.

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

translate-typst-docs

Translate or review Typst documentation TOML in this repository. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows. Translate or review

SKILL.md
Readonly
Upstream Repository Material
The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

Translate or review Typst documentation TOML in this repository.

Use this skill when the user asks to translate, review, or suggest changes for:

  • locales/docs/typst-docs.toml
  • files under locales/docs/typst-docs/
  • glossary-linked terms in docs/terms.toml

Workflow

  1. Read the canonical repo guidance before editing:

    • .github/copilot-instructions.md
    • docs/terms.toml
  2. Run the helper before manually hunting for work whenever it can answer the question:

    bash
    1cargo run -p translate -- scan

    The helper caps output at 50 issues by default so the target list stays reviewable. Re-run with all results only when you truly need the full backlog:

    bash
    1cargo run -p translate -- scan --limit 0

    Use structured output when you need machine-readable targets:

    bash
    1cargo run -p translate -- scan --format json

    Treat the helper output as the primary source of files, keys, and main.<index> paragraph targets to patch.

  3. Resolve where the translation actually lives before editing:

    • Inline entries are edited in locales/docs/typst-docs.toml.
    • Entries whose checked-in en value looks like {{typst-docs/<key>.toml}} are stored in an included body file under locales/docs/typst-docs/.
    • For split body files, patch the specific [[main]] paragraph reported by the helper.
  4. Edit minimally and preserve repository conventions:

    • Keep TOML structure valid.
    • Preserve Markdown, Typst code, links, labels, and placeholders.
    • Follow the terminology and term-link conventions from docs/terms.toml.
    • Do not rewrite unrelated paragraphs when only one target needs work.
  5. Improve the helper first if it cannot represent the case you need:

    • Update crates/translate so the workflow stays repeatable.
    • Add or adjust tests for the new case.
    • Rerun the helper before continuing translation work.
  6. Finish with patch-based review:

    • Review applied edits with git diff -- <files>.
    • If the user wants a suggestion without applying it, present the change as a unified diff / git-patch-compatible patch instead of prose-only guidance.

Quick Checks

  • If you changed the helper, run:
    bash
    1cargo test -p translate
  • If you changed translation files, keep the final diff small and easy to audit.

Compétences associées

Looking for an alternative to translate-typst-docs or another community skill for your workflow? Explore these related open-source skills.

Voir tout

openclaw-release-maintainer

Logo of openclaw
openclaw

Resume localise : 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

widget-generator

Logo of f
f

Resume localise : Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and

flags

Logo of vercel
vercel

Resume localise : The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Navigateur

pr-review

Logo of pytorch
pytorch

Resume localise : Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Développeur