Skip to content
v0.3.0

Agent skills for working with Skyr, the Git-native infrastructure orchestrator, and its configuration language (SCL).

Skyr agent plugin

A cross-tool agent plugin for Skyr, the Git-native infrastructure orchestrator. It bundles agent skills that help you author and operate Skyr configuration written in the Skyr Configuration Language (SCL).

The plugin follows the Agent Plugins standard and also includes manifests for Claude Code and Codex. Its skills follow the cross-tool Agent Skills standard.

Layout

plugin.json                       # Portable Agent Plugins manifest
.claude-plugin/plugin.json        # Claude Code plugin manifest
.claude-plugin/marketplace.json   # Claude Code marketplace catalog (self-cataloging)
.codex-plugin/plugin.json         # Codex manifest (same content as the Claude Code one)
skills/                           # one subdirectory per skill (SKILL.md)

Skills

SkillTeaches
sclWriting SCL/SCLE (syntax, types, modules, Package.scle, the resource model, a module's own @test cases), looking up module documentation, and verifying with skyr fmt/skyr check/skyr test.
deployHow deployment to Skyr works: pushing to the skyr git remote, environments and the deployment lifecycle, exposing pods to the internet (ports, InternetAddress, DNS zones), private networking and routing between networks, sharing networks, volumes and addresses across repositories, first-party plugin capabilities, and checking rollout status and incidents.

Install

Claude Code

This repository is its own plugin marketplace (named skyr-cloud). Add it, then install the skyr plugin from it:

claude plugin marketplace add skyr-cloud/agent-plugin
claude plugin install skyr@skyr-cloud

Codex

Install the plugin from this repository following the Codex plugin documentation.

Read-only mirror

This repository is a read-only mirror. The plugin is developed in the Skyr monorepo and published here automatically; changes pushed directly to this mirror will be overwritten. Please file issues and open pull requests against the monorepo instead.

License

MIT — see LICENSE.