deployment-validator

Installation
SKILL.md

DeploymentValidator

Validate deployment manifest $ARGUMENTS against compiled concepts and syncs, checking runtime mappings, engine assignments, and transport configuration.

When to use: Use when configuring deployment manifests that map concepts to runtimes, assign syncs to engines, set up transport adapters, and validate capability requirements.

Design Principles

  • Declarative Deployment: The deployment manifest declares intent (what runs where), not imperative steps — the framework resolves transport and engine assignments.
  • Capability Matching: Each runtime declares capabilities (storage types, transport protocols) and the validator checks that every concept's needs are met.

Step-by-Step Process

Related skills
Installs
1
First Seen
Mar 11, 2026