Agent Skills
› suboss87/FDEOps
› runbook
runbook
GitHub根据已交付系统和验证过的流程编写运维手册,确保客户团队或继任者在无原工程师参与时能独立操作系统。
Trigger Scenarios
需要为交接或客户团队编写操作指南
生成系统运行维护文档
Install
npx skills add suboss87/FDEOps --skill runbook -g -y
SKILL.md
Frontmatter
{
"name": "runbook",
"description": "Write an operating runbook from the delivered system and verified procedures. Use when the customer team or a successor needs to operate without the original engineer."
}
runbook
Purpose
Write an operating runbook from the delivered system and verified procedures. Use when the customer team or a successor needs to operate without the original engineer.
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
- Work directly from the supplied permitted context. Standalone work does not require an engagement folder or initialization. Record filenames in the method are optional persistence destinations when no engagement is bound.
- 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.
Version History
- 4e9335d Current 2026-09-21 23:51


