Summary
为有明确净并行收益的任务编译 TeamPlan,按 registry 与 live schema 固定 Worker 路由。用于两个以上独立交付物、独立验证,或明确要求模型路由、后台 Worker、Agents Team、Grok/Gemini Worker。简单问答、状态查询、单文件小改、强顺序、不可逆操作不触发。
zjp1997720/zhijian-skills
为有明确净并行收益的任务编译 TeamPlan,按 registry 与 live schema 固定 Worker 路由。用于两个以上独立交付物、独立验证,或明确要求模型路由、后台 Worker、Agents Team、Grok/Gemini Worker。简单问答、状态查询、单文件小改、强顺序、不可逆操作不触发。
npx skills add zjp1997720/zhijian-skills --skill codex-model-routing-team
为有明确净并行收益的任务编译 TeamPlan,按 registry 与 live schema 固定 Worker 路由。用于两个以上独立交付物、独立验证,或明确要求模型路由、后台 Worker、Agents Team、Grok/Gemini Worker。简单问答、状态查询、单文件小改、强顺序、不可逆操作不触发。
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Helps users discover and install agent skills when they ask questions like "how do I do X", "fi…
3.3M installsBrowser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsPrepare azd-based Azure projects for deployment: generates azure.yaml, infrastructure (Bicep/Te…
568.3K installsOther skills from zjp1997720/zhijian-skills · top by installs.
npx skills add zjp1997720/zhijian-skills
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Files included with this skill beyond the listing page.
SKILL.md
4,859 B
SUMMARY.md
357 B
主 Agent 保持当前模型,只做必要规划、所有权、集成和最终验收。独立的批量或复杂执行交给 1–3 个 Luna/Sol Worker,不重复已委派工作。两个以上 Worker 先编译 TeamPlan;registry 按风险/工作负载选路:常规 Sol Medium,复杂/高风险 Sol High,关键审查 Sol XHigh,机械批量 Luna XHigh。
简单问答、状态查询、单文件小改、强顺序和不可逆操作留在主任务;Worker 只能准备外部动作材料。
native-v2(默认):按 registry 选 nativesubagent Sol/Luna Worker;fresh context 使用 forkturns="none",少量上下文写正整数。JSON 默认从 stdin 校验。durable-app:仅当前 live 能力与宿主授权都通过时使用 App Thread;worktree 需求本身不授权创建用户可见 Task。python3 scripts/compilerouteplan.py - 把紧凑 JSON 编译为 RoutePlan 并校验;只返回 dispatch 参数,永不派遣。lead_only。scripts/validateteamplan.py;上游计划只编译。schemaversion: "3.0" RoutePlan,写 surfaceintent 并运行 scripts/validaterouteplan.py。原生候选须写 forkturns、tuple-bound runtimeevidence;Fast 还须有 live service_tier=priority 证据。task_id、权限、验收和禁止下级派遣;简报路由、fallback 与 reserved slots。standard 6/8/3;expanded 12/16/6 需 live 容量门、2 个 reserved slots;按 child slots 切波,更严的宿主/用户限制优先。RELEASED,App Thread 过门后归档;运行 scripts/validateteamledger.py。unknown。model: luna frontmatter;编排入口留在协作父 Agent,Luna 只做 Worker。service_tier=priority;live schema 无字段时一律 Standard,不把 catalog 或请求值冒充 observed Fast。app_thread 只用于 worktree、侧栏、跨任务恢复、耐久监督或预声明 fallback,并且必须有 live 能力与宿主授权证据。pendingWorktreeId 不得当正式身份;UNKNOWN 禁止追问、归档、fallback、重复创建、改库。交付须经主 Agent 验证,包含可审计的 Surface、模型、推理、速度、上下文、Provider 门、尝试、fallback、采纳及收尾状态。编译器见 [RoutePlan 编译器接口](references/route-compiler.md);边界见 [验证案例](references/validation-cases.md) 与 [evals/](evals/)。