skills-vote-local

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Skills Vote Local

Skills Vote Local

Read only this file first. Do not read
scripts/
,
docs/
, or any other files in this skill unless this file or a script output explicitly tells you to do so.
Use this skill when the current task needs skill discovery from a local or private skill library instead of a network service.
All paths mentioned in this file are relative to this skill root.
cd
to this root directory before running any command here.
Run:
bash
uv run -qq scripts/route_prompt.py --role main
Then follow the rendered stdout exactly.
If routing.mode selects a subagent route, the user configuration explicitly requests subagent-based skill lookup. The main agent should use subagent delegation when the current host/tooling permits it.
Do not use fallback merely because the current user message did not repeat "use subagent".
If the current host, tool policy, runtime, or authorization model cannot create a subagent in this turn, run:
bash
uv run -qq scripts/route_prompt.py --role main --fallback
Then follow the fallback stdout exactly.
If you are a subagent and you read this file directly, do not run this command with
--role main
. Run:
bash
uv run -qq scripts/route_prompt.py --role subagent
Then follow the rendered stdout exactly.
请先只阅读此文件。除非本文件或脚本输出明确指示,否则不要阅读此技能中的
scripts/
docs/
或任何其他文件。
当当前任务需要从本地或私有技能库进行技能发现,而非使用网络服务时,请使用此技能。
本文件中提及的所有路径均相对于此技能的根目录。运行此处的任何命令前,请先
cd
到该根目录。
运行:
bash
uv run -qq scripts/route_prompt.py --role main
然后严格按照输出的标准输出(stdout)操作。
如果routing.mode选择了子代理(subagent)路径,则用户配置明确要求基于子代理的技能查找。 当当前主机/工具允许时,主代理(main agent)应使用子代理委托方式。
不要仅仅因为当前用户消息没有重复“use subagent”就使用回退方案。
如果当前主机、工具策略、运行时或授权模型无法在本次交互中创建子代理,请运行:
bash
uv run -qq scripts/route_prompt.py --role main --fallback
然后严格按照回退的标准输出操作。
如果你是子代理且直接阅读了此文件,请不要使用
--role main
运行此命令。请运行:
bash
uv run -qq scripts/route_prompt.py --role subagent
然后严格按照输出的标准输出操作。