Agent Skills
› suboss87/FDEOps
› integrate
integrate
GitHub构建或修改客户系统集成,涵盖数据映射、权限控制、重试及对账机制。适用于连接器、导入、写回及上游API开发,支持独立上下文或与@fde复用范围。
Trigger Scenarios
需要建立或修改系统间的数据集成
开发连接器、数据导入或写回功能
处理上游API对接及数据同步
Install
npx skills add suboss87/FDEOps --skill integrate -g -y
SKILL.md
Frontmatter
{
"name": "integrate",
"description": "Build or change a customer-system integration with explicit data mapping, permissions, retries and reconciliation. Use for connectors, imports, write-back and upstream APIs."
}
integrate
Purpose
Build or change a customer-system integration with explicit data mapping, permissions, retries and reconciliation. Use for connectors, imports, write-back and upstream APIs.
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:50


