Agent skill
automation-language-selection
Choose between Shell and Python for generated automation code based on task traits. Use when automation language selection guidance is required.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/automation-language-selection-csheng-dot-claude
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?