Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计通过

engineering-terminology工程术语

Agent Skill

engineering-terminology 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

588

周安装

25

GitHub Stars

2

下载量

206
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:engineering-terminology(工程术语)
来源仓库:https://github.com/shino369/claude-code-personal-workspace
仓库路径:skills/engineering-terminology
安装命令:
npx skills add https://github.com/shino369/claude-code-personal-workspace --skill engineering-terminology
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/shino369/claude-code-personal-workspace --skill engineering-terminology

简介

提供英日繁三语工程技术术语对照表,支持文档翻译与本地化工作。

  • 术语库按软件工程、硬件规格等主题分类组织便于检索。
  • 采用渐进披露设计,仅在必要时展开详细释义避免信息过载。
  • 适用于跨国团队协作中的技术沟通标准化需求场景。
  • engineering-terminology 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Engineering Terminology Expertise

Overview

This skill provides comprehensive engineering and technical terminology knowledge for trilingual translation work (English, Japanese, Chinese Traditional). Use this when working with technical documents, software engineering materials, hardware specifications, or scientific content.

The terminology is organized into domain-specific glossaries with progressive disclosure, allowing you to access detailed terminology only when needed.

How to Use Glossaries

Available Glossaries

All glossaries are located in the glossaries/ subdirectory:

  1. software-engineering.md - Core software engineering concepts, design patterns, testing, version control
  2. web-development.md - Frontend/backend frameworks, web technologies, API design
  3. devops-cloud.md - DevOps practices, cloud computing, containerization, infrastructure
  4. data-engineering.md - Data processing, databases, analytics, data pipelines
  5. ai-ml.md - Artificial intelligence, machine learning, deep learning, LLMs
  6. hardware-electronics.md - Hardware design, electronics, embedded systems

Searching Across Glossaries

When translating a technical document:

  1. Identify the domain - Determine which glossary(ies) are most relevant
  2. Read the glossary - Use the Read tool to access the specific glossary file
  3. Search for terms - Use Grep tool if you need to search across multiple glossaries
  4. Maintain consistency - Create a project-specific term list for recurring translations

Example workflow:

User: "Translate this API documentation"
→ Read web-development.md (for REST, GraphQL, endpoint)
→ Read software-engineering.md (for architecture, testing)

Transliteration vs Translation

Keep English (or transliterate):

  • Widely adopted acronyms: API, SDK, GUI, REST, JSON, XML
  • Product/brand names: React, Docker, Kubernetes, AWS
  • Programming languages: Python, JavaScript, TypeScript
  • When the English term is standard in the target language

Translate:

  • Conceptual terms with established translations
  • General engineering concepts
  • User-facing content and documentation
  • When clarity for non-technical users is important

Regional Variations

Taiwan vs Hong Kong Chinese:

  • This skill uses Taiwan (台灣) conventions as the default
  • Hong Kong (香港) may use different terms, especially for computing
  • Examples:

- Software: 軟體 (TW) vs 軟件 (HK) - Network: 網路 (TW) vs 網絡 (HK) - Information: 資訊 (TW) vs 信息 (HK)

Japanese Variations:

  • Technical documents mix kanji, katakana, and English
  • Katakana for foreign technical terms (サーバー for "server")
  • Formal documents use more kanji, casual content more katakana

Core Translation Principles

Principle 1: Consistency

Technical terms should remain consistent throughout a document. Create a terminology glossary for each translation project to ensure uniformity.

Principle 2: Context Matters

The same English term may have different translations depending on context:

  • "Function" in programming → JA: 関数 / ZH-TW: 函式
  • "Function" in general usage → JA: 機能 / ZH-TW: 功能
  • "Type" in programming → JA: 型 / ZH-TW: 型別
  • "Type" as category → JA: タイプ / ZH-TW: 類型

Principle 3: Audience Awareness

Technical depth varies by audience:

  • Engineers: Can use more technical jargon, keep English acronyms
  • Technical managers: Balance technical terms with clarity
  • End users: Prefer natural language translations, explain acronyms

Principle 4: Official Standards

For major products and standards, check official localizations:

  • Microsoft terminology database
  • Apple Human Interface Guidelines (localized)
  • Google Developer documentation (localized)
  • IEEE, ISO international standards

Quick Reference: Most Common Terms

EnglishJapaneseChinese (Traditional)Notes
APIAPI, エーピーアイAPI, 應用程式介面Keep acronym usually
Frameworkフレームワーク框架-
Databaseデータベース資料庫Often shortened to DB
Algorithmアルゴリズム演算法-
Architectureアーキテクチャ架構System architecture: システムアーキテクチャ, 系統架構
Backendバックエンド後端-
Frontendフロントエンド前端-
Deployデプロイ部署Deployment: デプロイメント, 部署作業
Debugデバッグ除錯-
Compileコンパイル編譯Compiler: コンパイラ, 編譯器
Runtimeランタイム執行時期Runtime environment: 実行環境, 執行環境
Libraryライブラリ函式庫-
Moduleモジュール模組-
Containerコンテナ容器Docker container, etc.
Pipelineパイプライン流水線CI/CD pipeline
Repositoryリポジトリ儲存庫Code repository
Branchブランチ分支Git branch
Commitコミット提交Git commit
Mergeマージ合併Git merge
Cloudクラウド雲端Cloud computing: クラウドコンピューティング, 雲端運算
Serverサーバー伺服器-
Clientクライアント客戶端-
Requestリクエスト請求HTTP request
Responseレスポンス回應HTTP response
Queryクエリ查詢Database query
Schemaスキーマ綱要Database schema
Modelモデル模型Data model, ML model
Interfaceインターフェース介面User interface: ユーザーインターフェース, 使用者介面
Componentコンポーネント元件Software component
Serviceサービス服務Microservice, web service

Best Practices

1. Create Project Glossaries

For each translation project, maintain a consistent terminology list. Document decisions about:

  • Which acronyms to keep in English
  • Which terms to translate vs transliterate
  • Domain-specific terminology choices
  • Client or project-specific preferences

2. Verify Technical Accuracy

Always verify that technical translations maintain the correct meaning:

  • Consult domain experts when uncertain
  • Test translations with native speakers in the field
  • Check that code examples remain executable
  • Ensure technical procedures are still accurate

3. Handle Code and Technical Elements

When translating documents with code:

  • Keep code unchanged unless explicitly localizing
  • Keep variable names in English (standard practice)
  • Translate comments in code blocks
  • Translate string literals for user-facing text
  • Keep API endpoints and technical identifiers unchanged

4. Units and Measurements

Be careful with units and measurements:

  • Keep SI units (meters, kilograms) as-is
  • Note regional differences (e.g., 公尺 vs 米 for meter)
  • Convert units only when the target audience expects different units
  • Always double-check numerical values and formulas

5. Cross-References and Citations

Maintain proper references:

  • Keep citation numbers and reference IDs unchanged
  • Translate citation text (author names may stay in original)
  • Update hyperlinks if localized versions exist
  • Maintain bibliography formatting standards

Quality Checklist

When translating engineering content:

  • Technical terms are accurately translated
  • Terminology is consistent throughout the document
  • Acronyms are handled appropriately (keep or translate)
  • Code samples remain syntactically correct
  • Comments in code are translated
  • Variable names and identifiers are preserved
  • Mathematical formulas and symbols are unchanged
  • Units and measurements are correctly handled
  • Cross-references and citations are properly maintained
  • Hyperlinks are updated to localized versions if available
  • Technical accuracy is verified (ideally by domain expert)
  • Target language feels natural to native speakers
  • Formatting (markdown, LaTeX, etc.) is preserved
  • Images, diagrams, and figures are referenced correctly

Additional Resources

For terms not found in the glossaries:

  1. Microsoft Language Portal - Extensive terminology database
  2. Google Developer Documentation - Check localized versions
  3. IEEE Standards - For electrical and electronic engineering
  4. ISO Standards - For international technical standards
  5. Academic Papers - Check translations in published papers in the field
  6. Product Documentation - Official translations from major tech companies

Contributing to Glossaries

When you encounter important terms not in the glossaries, note them for future additions. Prioritize:

  • Frequently used terms in your domain
  • Terms with ambiguous or multiple translations
  • Newly emerging technical concepts
  • Terms where regional variations are significant

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

27.96%
按下载量换算58

Antigravity

22.46%
按下载量换算46

windsurf

16.64%
按下载量换算34

trae

10.95%
按下载量换算23

OpenCode

7.24%
按下载量换算15

Cursor

3.58%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills