service-deployment

Coordinate service installation, configuration, start, verification, and handoff with SQLite-backed durable state.

2|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/metric-space-ai/ctox --skill service-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: service-deployment
Source: https://github.com/metric-space-ai/ctox/tree/main/skills/system/host_ops/service-deployment
Command: npx skills add https://github.com/metric-space-ai/ctox --skill service-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill orchestrates installing, configuring, starting, verifying, and handing off a service while maintaining a durable runtime state so that work can continue across restarts and team handoffs.

Core Features & Use Cases

  • Preflight assessment and evidence capture to determine deployment shape (local install vs external integration).
  • Secret classification and bounded execution with durable results and operator handoff.
  • Verification-first flow that prevents false success and supports repair or blocking when missing inputs.

Quick Start

Run a bounded deployment of a local or external-backed service and capture the deployment state.

Frequently Asked Questions about service-deployment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain durable state during a service deployment across restarts?

Prevent false success in service deployment by applying a verification-first flow that checks bounded execution results, blocks on missing inputs, and captures durable outcomes before handing off to operators.

What is the best way to handle secret classification when configuring a service?

Handle secret classification during service configuration by applying bounded execution constraints that securely manage sensitive inputs and record durable results for operator review and handoff.

How do I capture preflight evidence to determine a local installation versus an external integration?

Capture preflight evidence by assessing the deployment shape to determine if a local installation or external integration is required, recording this assessment in a durable SQLite-backed runtime store.

Does service deployment with durable state enforce operator guardrails?

Yes, service deployment with durable state enforces operator guardrails by applying bounded execution, preventing false success through verification, and providing explicit handoff documentation.

When do I need explicit handoff documentation for a service deployment?

You need explicit handoff documentation for service deployment when coordinating team transitions, ensuring operators receive durable state, verification results, and preflight evidence from the SQLite-backed runtime store.