Source profileQuality 94/100

magnus919/agent-skills/bundles/agent-production-operations/SKILL.md

agent-production-operations

Operate an evaluated agent with tools and authority in production through a runtime control plane covering versioning, staged rollout, fallback, cost and latency budgets, tool health, human escalation, disablement, and trace-to-eval feedback. Do not use for building agents, designing evals, or general release, SRE, security, or platform engineering — those methods stay with their specialist skills.

Source repository stars
34
Declared platforms
0
Static risk flags
0
Last source update
2026-08-06
Source checked
2026-08-06

Decision brief

What it does—and where it fits

A runtime control plane for taking an evaluated agent with tools and authority into controlled production operation. This bundle bridges the gap between passing evaluations and safe production use: it defines how an agent is versioned, rolled out, monitored, constrained, escalat…

Best for

    Not for

    • Building or designing an agent from scratch — route to the appropriate
    • Designing agent evaluations or observability — route to

    Compatibility matrix

    Platform support, with evidence labels

    PlatformStatusEvidenceWhat to check
    CodexNot declaredNo explicit evidencePortability before use
    Claude CodeNot declaredNo explicit evidencePortability before use
    CursorNot declaredNo explicit evidencePortability before use
    Gemini CLINot declaredNo explicit evidencePortability before use
    Open the compatibility checker

    Installation

    Inspect first. Install second.

    The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

    Source-detected install commandSource
    npx skills add https://github.com/magnus919/agent-skills --skill "bundles/agent-production-operations"
    Safe inspection promptEditorial

    Inspect the Agent Skill "agent-production-operations" from https://github.com/magnus919/agent-skills/blob/a4db8e7d4350816f02515bac12d91c8050db1e58/bundles/agent-production-operations/SKILL.md at commit a4db8e7d4350816f02515bac12d91c8050db1e58. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

    Workflow

    What the source asks the agent to do

    1. 01

      Core workflow

      1. Contract: define the agent's capability, authority, uncertainty, escalation, and side-effect contracts using references/agent-production-contract.md. Consume production-readiness outcomes and incident-learning records as decision inputs.

      Contract: define the agent's capability, authority, uncertainty,Version and plan: version the model, prompt, tools, policy, andRoll out: execute staged rollout with progressive authority expansion,
    2. 02

      When to load this

      Load this bundle when you are operating an agent that: - Has passed evaluation and is cleared for production consideration. - Has tools with side effects and delegated authority that must be gated. - Needs a staged rollout with progressive authority expansion. - Must be monitore…

      Has passed evaluation and is cleared for production consideration.Has tools with side effects and delegated authority that must be gated.Needs a staged rollout with progressive authority expansion.
    3. 03

      When not to use

      Do not load this bundle for: - Building or designing an agent from scratch — route to the appropriate framework skill (LangGraph, CrewAI, AutoGen, etc.). - Designing agent evaluations or observability — route to agent-evals-and-observability. - General release engineering (CI/CD…

      Building or designing an agent from scratch — route to the appropriateDesigning agent evaluations or observability — route toGeneral release engineering (CI/CD pipelines, artifact promotion) — route to
    4. 04

      Autonomy is not assumed uniform

      This bundle explicitly does not assume all agents share the same autonomy, user population, or side-effect profile. Agent profiles are distinguished by capability class and side-effect surface:

      This bundle explicitly does not assume all agents share the same autonomy, user population, or side-effect profile. Agent profiles are distinguished by capability class and side-effect surface:Every control-plan decision (authority, escalation, fallback, disablement) in this bundle is parameterized by the agent's autonomy profile. A read-only agent and a side-effect-capable agent operating on customer data re…
    5. 05

      Runtime control plane routing

      The bundle composes the following specialist skills. Load them when their domain is the active concern; the bundle owns the cross-domain coordination.

      The bundle composes the following specialist skills. Load them when their domain is the active concern; the bundle owns the cross-domain coordination.

    Permission review

    Static risk signals and limitations

    No configured static risk pattern was detected

    This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

    Evidence record

    Why each signal appears

    EvidenceSourceComputedTestedEditorial
    SignalValueEvidence typeMeaning
    Quality score94/100ComputedDocumentation, specificity, maintenance, and trust rules
    Repository stars34SourceRepository attention, not individual Skill quality
    Compatibility0 platformsSourceDeclared in the catalog source record
    Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

    Pinned source

    Provenance and original SKILL.md

    Repository
    magnus919/agent-skills
    Skill path
    bundles/agent-production-operations/SKILL.md
    Commit
    a4db8e7d4350816f02515bac12d91c8050db1e58
    License
    MIT
    Collected
    2026-08-06
    Default branch
    main
    View the original SKILL.md

    agent-production-operations

    A runtime control plane for taking an evaluated agent with tools and authority into controlled production operation. This bundle bridges the gap between passing evaluations and safe production use: it defines how an agent is versioned, rolled out, monitored, constrained, escalated, and disabled — and how production evidence feeds back into evaluation and release decisions.

    The bundle does not build agents, design evaluations, run release pipelines, or own infrastructure. It composes those concerns from existing specialist skills and owns only the runtime control decisions between them.

    When to load this

    Load this bundle when you are operating an agent that:

    • Has passed evaluation and is cleared for production consideration.
    • Has tools with side effects and delegated authority that must be gated.
    • Needs a staged rollout with progressive authority expansion.
    • Must be monitored for cost, latency, tool health, and authority usage in production.
    • Requires a defined fallback, escalation, and disablement path.
    • Should feed production traces and incidents back into evaluation cases and release-gate updates.

    When not to use

    Do not load this bundle for:

    • Building or designing an agent from scratch — route to the appropriate framework skill (LangGraph, CrewAI, AutoGen, etc.).
    • Designing agent evaluations or observability — route to agent-evals-and-observability.
    • General release engineering (CI/CD pipelines, artifact promotion) — route to release-engineering.
    • General site reliability engineering (incident response, SLO definition, error budgets) — route to site-reliability-engineering.
    • General security engineering (threat modeling, vulnerability assessment) — route to secure-software-engineering.
    • General platform infrastructure (compute, networking, storage) — route to platform-engineering.
    • Performing a production-readiness review — route to production-readiness; this bundle consumes readiness outcomes, it does not produce them.
    • Conducting an incident postmortem — route to incident-learning; this bundle consumes incident records as escalation and feedback inputs.

    Autonomy is not assumed uniform

    This bundle explicitly does not assume all agents share the same autonomy, user population, or side-effect profile. Agent profiles are distinguished by capability class and side-effect surface:

    ProfileExampleAuthorityEscalation triggerFallback
    Read-onlyInternal search agentQuery-only; no mutation, no user-data accessUncertainty above threshold; result quality degradationReturn cached/static results
    Side-effect-capable, internalCI triage botIssue/PR comments, label management, branch creationTool failure > 5% in window; authority breach attemptDisable tool, escalate to human
    Side-effect-capable, customer-facingSupport agent with account accessRead PII, suggest actions, no mutation without confirmationAny PII access without explicit consent; cost breach > 10% of budgetDegrade to read-only, escalate immediately

    Every control-plan decision (authority, escalation, fallback, disablement) in this bundle is parameterized by the agent's autonomy profile. A read-only agent and a side-effect-capable agent operating on customer data receive different thresholds and different escalation paths.

    Runtime control plane routing

    The bundle composes the following specialist skills. Load them when their domain is the active concern; the bundle owns the cross-domain coordination.

    ConcernSpecialist skillWhen to loadWhat the bundle adds
    Agent evaluation and observabilityagent-evals-and-observabilityDesigning evals, instrumenting observability, detecting regressionTrace-to-eval feedback loop; eval-case generation from production incidents
    Release engineeringrelease-engineeringRelease pipeline design, artifact promotion, CI/CDAgent-specific staged rollout with authority gating; rollback triggers tied to agent health
    Site reliability engineeringsite-reliability-engineeringIncident response, SLO/SLI definition, error budgetsAgent-specific latency/cost budgets; tool-health SLOs; escalation handoff to incident command
    Security engineeringsecure-software-engineeringThreat modeling, trust-boundary validation, secure designAgent authority contracts with side-effect boundaries; disablement security (revoke, not just stop)
    Platform engineeringplatform-engineeringCompute, networking, storage, service infrastructureAgent sandboxing requirements; tool-execution isolation preferences
    Production readinessproduction-readinessReadiness reviews, go/no-go/defer/exception decisionsConsumed as input: readiness outcomes gate agent authority expansion
    Incident learningincident-learningPost-incident analysis, verified closure, follow-up workConsumed as input: incident records feed escalation thresholds and eval-case generation

    Loading protocol

    This SKILL.md is the discoverable umbrella entry point. Nested skills are not used in this bundle. Reference files are loaded on trigger:

    ReferenceLoaded when
    references/discovery-brief.mdReviewing the bundle's boundary decisions against specialist skills
    references/agent-production-contract.mdDefining capability, authority, uncertainty, escalation, and side-effect contracts for an agent
    references/runtime-control-plan.mdPlanning versioning, staged rollout, or fallback for an agent in production
    references/tool-authority-health.mdRecording or reviewing tool availability, failure, and authority usage/breach state over time
    references/trace-to-eval-feedback.mdConnecting production traces and incidents back to evaluation cases and release gates

    Concrete operational parameters

    Authority

    • Definition: the set of actions an agent is permitted to perform, scoped by target (which resources), operation (read/write/delete), and user-context (whose data).
    • Trigger to review: any new tool registration, model update, or prompt change that expands the agent's reachable action surface.
    • Threshold: authority is binary per action class. No action may be performed that is not explicitly listed in the production contract. An attempt to perform an unauthorized action is an authority breach and triggers immediate escalation.
    • Action on breach: log the attempt, block the action, increment the authority-breach counter, and escalate. If breach count exceeds 3 in a rolling 24-hour window, disable the agent.

    Escalation

    • Definition: transfer of a decision or action from the agent to a designated human operator.
    • Triggers (any one triggers escalation):
      • Authority breach (attempted unauthorized action).
      • Uncertainty above threshold: agent confidence < 0.7 on a side-effect-capable action (configurable per profile).
      • Tool failure rate > 5% in a 5-minute sliding window.
      • Cost budget breach > 10% of allocated budget in a billing period.
      • Latency p95 > 2x baseline for > 5 minutes.
      • Human-handoff keyword or explicit user escalation request.
    • Action: suspend the agent's side-effect authority, log the escalation context (trigger, state snapshot, pending actions), notify the designated escalation channel, and await human disposition (resume / reduced-authority / disable).

    Fallback

    • Definition: a predetermined safe behavior when the agent, model, or a tool cannot operate at its normal capability level.
    • Triggers:
      • Model endpoint returns 5xx for > 30 seconds.
      • A critical tool is unavailable (health-check failure for > 2 minutes).
      • Cost budget exhausted (100% consumed).
      • Latency p95 > 5x baseline for > 2 minutes.
    • Actions per profile:
      • Read-only: return a static/cached response with a "results may be stale" disclaimer.
      • Side-effect-capable, internal: degrade to read-only, queue pending mutations, notify operator.
      • Side-effect-capable, customer-facing: degrade to read-only, surface a "temporarily unavailable" message to the user, escalate immediately.

    Disablement

    • Definition: complete revocation of the agent's ability to act, including read-only access. Distinct from fallback (which preserves reduced capability).
    • Triggers:
      • 3 or more authority breaches in a 24-hour window.
      • Production-readiness review outcome is "no-go" or "defer" for the current agent version.
      • Incident-learning record attributes a severity-1 or severity-2 incident to agent action, and verified closure is not yet complete.
      • Human operator issues an explicit disable directive.
      • Tool compromise or credential leak detected (route through secure-software-engineering).
    • Action: revoke all credentials and tokens; remove from routing/load-balancing; record disablement reason, timestamp, and authorizing evidence; notify escalation channel; prevent automatic restart until a new production-readiness review passes.

    Cost

    • Definition: the financial cost of operating the agent, attributed to a budget owner.
    • Budget: allocated per agent per billing period (e.g., $500/day for a customer-facing support agent). Budget is set at production-contract time and reviewed at each production-readiness cycle.
    • Thresholds:
      • 50% consumed: notification to budget owner.
      • 80% consumed: warning; cost-optimization review triggered.
      • 100% consumed: fallback to degraded mode (read-only or cached).
      • 110% consumed: disablement (hard stop, no further cost accrual).
    • Measurement: per-request model cost + per-call tool cost (where applicable), attributed to the agent instance. Cost data is appended to the tool-authority-health record.

    Latency

    • Definition: end-to-end response time from user request to agent response, measured at p50 and p95 over 5-minute windows.
    • Baseline: established during staged rollout observation window (phase 1 of rollout). Recorded in the agent production contract.
    • Thresholds:
      • p95 > 2x baseline for > 5 minutes: escalation trigger.
      • p95 > 5x baseline for > 2 minutes: fallback trigger.
      • p50 > 3x baseline for > 10 minutes while cost budget is > 80% consumed: disablement consideration.
    • Action: latency breaches feed the trace-to-eval feedback loop: the latency-impacted requests are sampled and reviewed for eval-case generation.

    Privacy

    • Definition: constraints on agent access to, processing of, and retention of user data (PII, usage patterns, conversation content).
    • Concrete rules:
      • An agent must not access PII without an explicit user-data-access grant in its authority contract.
      • Agent traces and conversation logs must be scrubbed of PII before entering the trace-to-eval feedback pipeline (route scrubbing design to privacy-engineering).
      • Data retention for agent traces defaults to 30 days unless a shorter period is specified in the production contract.
      • Any PII access by a read-only agent triggers immediate escalation (the read-only profile should never touch PII).
    • Privacy breach: any PII access outside the granted scope triggers escalation and a mandatory security review via secure-software-engineering.

    Core workflow

    1. Contract: define the agent's capability, authority, uncertainty, escalation, and side-effect contracts using references/agent-production-contract.md. Consume production-readiness outcomes and incident-learning records as decision inputs.

    2. Version and plan: version the model, prompt, tools, policy, and evaluator; plan the staged rollout and fallback path using references/runtime-control-plan.md.

    3. Roll out: execute staged rollout with progressive authority expansion, monitoring tool health and authority usage at each stage using references/tool-authority-health.md.

    4. Monitor: track cost, latency, tool health, authority breaches, and escalation events. Apply threshold-based actions (notify, degrade, escalate, disable) per the concrete parameters above.

    5. Feed back: connect production traces and incidents to evaluation cases and release-gate updates using references/trace-to-eval-feedback.md.

    6. Learn: consume incident-learning verified-closure records and production-readiness review outcomes to update agent authority, escalation thresholds, and disablement conditions.

    File map

    PathPurpose
    SKILL.mdUmbrella entry point (this file)
    README.mdHuman-facing overview and quick start
    AGENTS.mdAgent loading and discovery notes
    references/discovery-brief.mdBoundary analysis against specialist skills
    references/agent-production-contract.mdCapability, authority, uncertainty, escalation, and side-effect contracts
    references/runtime-control-plan.mdVersioning, staged rollout, and fallback plan
    references/tool-authority-health.mdTool availability/failure and authority usage/breach record
    references/trace-to-eval-feedback.mdProduction-to-evaluation feedback loop
    evals/evals.jsonIntegrated output-quality evaluation cases
    manifest.yamlMachine-readable composition contract (schema v1): purpose, audience, stages, included skills, prerequisites, outputs, handoffs, conflicts, and eval suite; consumed by the lifecycle capability matrix

    Alternatives

    Compare before choosing

    Computed 9723

    mission69b/t2000

    sui-publish

    Publishing, upgrading, and deploying Sui Move packages. Use this skill when the user needs to publish a package, upgrade a published package, deploy to multiple networks, serialize transactions for multisig signing, run a local Sui network (localnet), prepare for Mainnet launch, monitor production deployments, or debug dry run failures. Also use when the user asks about sui client publish, sui client upgrade, UpgradeCap, upgrade policies, Published.toml, --serialize-output, localnet, mainnet lau

    Computed 9618,492

    teng-lin/notebooklm-py

    notebooklm

    Complete API for Google NotebookLM - full programmatic access including features not in the web UI. Create notebooks, add sources, generate all artifact types, download in multiple formats. Activates on explicit /notebooklm or intent like "create a podcast about X"

    Computed 961,065

    TencentCloudBase/CloudBase-AI-Toolkit

    cloudbase-agent-python

    Build production-ready AI agent backends using the CloudBase Agent Python SDK — create agents with LangGraph/CrewAI/LlamaIndex, serve them via FastAPI with AG-UI protocol streaming + OpenAI-compatible endpoints, add tools (bash, filesystem, MCP, code execution), memory (in-memory, TDAI, MySQL, MongoDB), observability (OpenTelemetry/Langfuse), and middleware (auth, logging). Use this skill when the user wants to create an AI agent server, build a chatbot backend, set up human-in-the-loop workflow

    Computed 96239

    ok-helloworld/vibe-pentest

    race-condition

    Race condition and TOCTOU testing for web apps. Use when testing one-time operations, concurrent HTTP abuse, rate-limit bypass, Turbo Intruder gates, HTTP/2 single-packet attacks, and CWE-362-style synchronization gaps.