Claude Agent Skill · by Affaan M

Enterprise Agent Ops

Install Enterprise Agent Ops skill for Claude Code from affaan-m/everything-claude-code.

Install
Terminal · npx
$npx skills add https://github.com/affaan-m/everything-claude-code --skill enterprise-agent-ops
Works with Paperclip

How Enterprise Agent Ops fits into a Paperclip company.

Enterprise Agent Ops drops into any Paperclip agent that handles this kind of work. Assign it to a specialist inside a pre-configured PaperclipOrg company and the skill becomes available on every heartbeat — no prompt engineering, no tool wiring.

S
SaaS FactoryPaired

Pre-configured AI company — 18 agents, 18 skills, one-time purchase.

$27$59
Explore pack
Source file
SKILL.md50 lines
Expand
---name: enterprise-agent-opsdescription: Operate long-lived agent workloads with observability, security boundaries, and lifecycle management.origin: ECC--- # Enterprise Agent Ops Use this skill for cloud-hosted or continuously running agent systems that need operational controls beyond single CLI sessions. ## Operational Domains 1. runtime lifecycle (start, pause, stop, restart)2. observability (logs, metrics, traces)3. safety controls (scopes, permissions, kill switches)4. 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:1. freeze new rollout2. capture representative traces3. isolate failing route4. patch with smallest safe change5. run regression + security checks6. resume gradually ## Deployment Integrations This skill pairs with:- PM2 workflows- systemd services- container orchestrators- CI/CD gates