cos-preflight

Verify runtime components and record results in config.md.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/fontesgerards/chief-of-staff --skill cos-preflight
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cos-preflight
Source: https://github.com/fontesgerards/chief-of-staff/tree/main/engine/skills/cos-preflight
Command: npx skills add https://github.com/fontesgerards/chief-of-staff --skill cos-preflight

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill verifies the capabilities of the runtime environment, such as git, scheduling, hooks, script execution, plugin root, and connectors, and records the results in config.md.

Core Features & Use Cases

  • Runtime Verification: Checks the presence and functionality of essential runtime components.
  • Configuration Update: Records the verified capabilities in the config.md file.
  • Use Case: Before deploying a new instance, use this Skill to ensure that all necessary components are functioning correctly and to record their capabilities for future reference.

Quick Start

Run the cos-preflight skill to verify system capabilities and update the configuration.

Frequently Asked Questions about cos-preflight

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

FAQPage Schema
How do I verify system capabilities before deploying a new instance?

Verifying system capabilities involves probing the runtime environment to ensure components like git, scheduling, hooks, and script execution are present and functional. This preflight check records the verified system capabilities in a configuration file to confirm readiness before deployment.

What does runtime verification check for in a configuration management environment?

Runtime verification checks the presence and functionality of essential system components such as git, scheduling, hooks, script execution, plugin root, and connectors. It probes these system capabilities to ensure the runtime environment is fully operational and correctly configured.

How do I record system capabilities and configuration updates automatically?

Recording system capabilities involves running a preflight verification script that probes runtime components. The script automatically writes the verified system capabilities and configuration results into a markdown configuration file, keeping your configuration updates documented and accurate.

Can I use script execution to test hooks and scheduling functionality?

Script execution is used to test hooks and scheduling functionality during runtime verification. By executing targeted scripts, the system probes and validates whether the scheduling and hooks components are present and functioning correctly within the environment.

Does runtime verification require git to check plugin root and connectors?

Runtime verification checks git alongside the plugin root and connectors to ensure all system capabilities are present. It probes git functionality specifically while also independently verifying the availability and operation of plugin root and connector components within the system.