platform-ops

Translate infrastructure intent into Raptor CLI commands with structured results.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Facets-cloud/facets-getting-started --skill platform-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: platform-ops
Source: https://github.com/Facets-cloud/facets-getting-started/tree/main/ai-setup/gemini/skills/platform-ops
Command: npx skills add https://github.com/Facets-cloud/facets-getting-started --skill platform-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Translates high-level infrastructure intent into exact Raptor CLI operations and returns structured results instead of raw command output.

Core Features & Use Cases

  • Acts as a hidden execution layer that delegates to the platform execution skill, ensuring consistent, deterministic operations.
  • Enforces authentication and pre-flight validations before any operation.
  • Produces parsed, machine-friendly results suitable for downstream skills and dashboards.

Quick Start

Describe the high-level operation you want performed, and platform-ops will translate it into the necessary platform actions and return parsed results.

Frequently Asked Questions about platform-ops

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

FAQPage Schema
How do I automate infrastructure operations without dealing with raw CLI output?

You can translate high-level infrastructure intent into precise platform actions. The system executes Raptor CLI commands, enforces pre-flight validation, and returns structured, machine-parseable results instead of raw command output.

How does infrastructure intent translation handle authentication across different environments?

Infrastructure intent translation enforces authentication and pre-flight validations before executing any operation. It applies strict guardrails across projects, environments, and resources to ensure deterministic, consistent platform execution.

What is the best way to execute deterministic platform actions across multiple projects?

The best way to execute deterministic platform actions is by delegating high-level intents to a hidden execution layer. This enforces strict guardrails, handles authentication, and never exposes raw CLI output, providing clear structured results.

Can I get structured output for downstream automation from Raptor CLI commands?

Yes, you can get structured output for downstream automation. The system translates infrastructure intent into Raptor CLI commands and returns parsed, machine-friendly results suitable for downstream skills and dashboards.

Does platform-ops work without exposing raw command line interface output to the user?

Yes, platform-ops works without exposing raw CLI output. It acts as a hidden execution layer that applies pre-flight validation and strict guardrails, returning only clear, machine-parseable results to the user.

Why do I need pre-flight validation for infrastructure automation tasks?

You need pre-flight validation for infrastructure automation to enforce strict guardrails before any operation. This ensures deterministic execution, handles authentication, and prevents invalid infrastructure intents from being translated into platform actions.