返回 Skill 列表
extension
分类: 内容与媒体无需 API Key

automation-language-selection

根据任务特性选择Shell或Python来生成自动化代码。在需要自动化语言选择指导时使用。

person作者: jakexiaohubgithub

Purpose

Given a task description and basic characteristics (complexity, data handling, orchestration requirements), suggest Shell vs Python (or hybrid) in a way that is consistent with the governance rule-block and easy for agents to act on.

IO Semantics

Input: Task description, automation requirements, and high-level complexity indicators. Output: Language selection decision plus a short rationale suitable for logging or plan text. Side Effects: May cause agents to load skill:language-python or skill:language-shell according to the decision.