cos-setup

Orchestrate Cos system onboarding with vault, classifier, MCP bridge, and backup setup.

4|1|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/philipyaz/cos --skill cos-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cos-setup
Source: https://github.com/philipyaz/cos/tree/main/.claude/skills/cos-setup
Command: npx skills add https://github.com/philipyaz/cos --skill cos-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, npm, homebrew, and includes scripts (resource) components.

What problem does it solve?

The Cos system setup can be complex and time-consuming due to the multi-component nature of the system. This skill solves this by orchestrating the setup of all components in one streamlined process, guiding users through the dependencies and configurations required to have a fully functioning Cos system.

Core Features & Use Cases

  • First Run Setup: Guide users through setting up the entire Cos system on a fresh machine, from initializing the vault to final verification.
  • Component Dependency Order: Sequences and orders the setup steps based on dependencies (setup-vault, guard-setup, mcp-bridge-setup, backup-recovery).
  • Automated Config Generation: Automates the creation of machine-local public config files for skills and bridges.
  • Vault and Backup Configuration: Provides guidance and execution steps to configure the private vault and set up daily off-site backup for data protection.

Quick Start

Execute the cos-setup skill in your terminal to start the full Cos system setup process on a fresh machine or after any required updates.

Frequently Asked Questions about cos-setup

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

FAQPage Schema
How do I automate machine onboarding and system orchestration for a multi-component setup?

Machine onboarding and system orchestration can be automated by executing a single skill that sequences component setup steps and manages subprocess calls to configure the entire environment in one cohesive run.

What is the best way to configure a vault and set up daily off-site data backup together?

To configure a vault and set up daily off-site data backup together, you can use a streamlined setup process that guides you through vault initialization and executes backup configuration steps automatically.

Do I need node, npm, and homebrew installed before running configuration automation scripts?

Yes, you need node, npm, and homebrew installed beforehand, as the configuration automation relies on these dependencies to execute bash scripts and orchestrate component setup successfully.

How does system orchestration handle component dependency order during first run setup?

System orchestration handles component dependency order by sequencing setup steps based on dependencies, ensuring vault setup, classifier configuration, and core service bridging execute in the correct order.

Can I bridge core MCP services to clients using bash scripting?

Yes, you can bridge core MCP services to clients using bash scripting, which manages the subprocess calls needed to link services and generate automated machine-local public config files.