Agent Skills
› NeverSight/learn-skills.dev
› enterprise-agent-ops
enterprise-agent-ops
GitHub用于管理长期运行的企业级Agent工作负载,涵盖运行时生命周期、可观测性、安全控制及变更管理。提供基线控制策略、关键指标监控及标准化故障处理流程,支持与主流部署工具集成。
Trigger Scenarios
需要管理长期运行的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:54


