Agent Skills
› suboss87/FDEOps
› switch-clients
switch-clients
GitHub用于在多个客户项目间切换上下文并处理冲突需求,通过读取任务契约和方法参考来保持专注,确保每次写入仅针对单一客户,避免上下文混淆。
触发场景
需要在不同客户项目间切换上下文
面临多客户需求的优先级排序或冲突处理
上下文切换导致操作混乱时
安装
npx skills add suboss87/FDEOps --skill switch-clients -g -y
SKILL.md
Frontmatter
{
"name": "switch-clients",
"description": "Switch between existing customer engagements and triage competing needs. Use when context switching causes confusion; requires engagement records and preserves one client per write."
}
switch-clients
Purpose
Switch between existing customer engagements and triage competing needs. Use when context switching causes confusion; requires engagement records and preserves one client per write.
Before investigating or acting:
- Read the task context contract.
- Read the method.
Load further references only when the task needs them. Everything linked is included in this skill; no other skill pack is required.
Principles
- This task operates on existing engagement records. Use the local CLI and permitted sanitized packets; do not invent a portfolio or initialize records merely to complete the task. Report missing records or access as a limitation.
- If called by @fde, reuse its current sanitized packet and scope. Do not restart setup, discovery or questions already answered.
- The task context contract controls persistence and authority in both modes. Preserve unknowns and distinguish implementation, verification, deployment and acceptance.
- Use the customer's repository instructions and available tools. Report a missing capability or unrun check honestly; do not claim that installing a skill provisions infrastructure.
版本历史
- 4e9335d 当前 2026-09-21 23:51


