Agent Skills
› NeverSight/learn-skills.dev
› enterprise-agent-ops
enterprise-agent-ops
GitHub用于管理长期运行的企业级Agent工作负载,涵盖运行时生命周期、可观测性、安全控制及变更管理。提供基线安全策略、关键指标监控及标准化故障处理流程,适配多种部署集成方案。
Trigger Scenarios
需要启动、暂停或重启长期运行的Agent服务
监控Agent系统的日志、指标和追踪数据
配置Agent的安全边界、权限或紧急停止开关
执行Agent版本的发布、回滚或审计操作
Agent出现失败率飙升时的故障排查与恢复
Install
npx skills add NeverSight/learn-skills.dev --skill enterprise-agent-ops -g -y
SKILL.md
Frontmatter
{
"name": "enterprise-agent-ops",
"origin": "ECC",
"description": "Operate long-lived agent workloads with observability, security boundaries, and lifecycle management."
}
Enterprise Agent Ops
Use this skill for cloud-hosted or continuously running agent systems that need operational controls beyond single CLI sessions.
Operational Domains
- runtime lifecycle (start, pause, stop, restart)
- observability (logs, metrics, traces)
- safety controls (scopes, permissions, kill switches)
- change management (rollout, rollback, audit)
Baseline Controls
- immutable deployment artifacts
- least-privilege credentials
- environment-level secret injection
- hard timeout and retry budgets
- audit log for high-risk actions
Metrics to Track
- success rate
- mean retries per task
- time to recovery
- cost per successful task
- failure class distribution
Incident Pattern
When failure spikes:
- freeze new rollout
- capture representative traces
- isolate failing route
- patch with smallest safe change
- run regression + security checks
- resume gradually
Deployment Integrations
This skill pairs with:
- PM2 workflows
- systemd services
- container orchestrators
- CI/CD gates
Version History
- e0220ca Current 2026-07-05 23:41


