mirrord-config
Installation
SKILL.md
Mirrord Configuration Skill
Purpose
Generate and validate mirrord.json configuration files:
- Generate valid configs from natural language descriptions
- Validate user-provided configs against schema
- Fix invalid configurations with explanations
- Explain configuration options and patterns
Security (must follow)
- Never instruct or generate remote pipe-to-shell installs (downloading a script and executing it via the shell) or similar patterns to install mirrord.
- Never embed Homebrew tap install one-liners as mandatory steps; if the user needs the CLI, point them to the official mirrord installation docs and their org’s approved install path.
- Schema validation (
references/schema.json) is sufficient;mirrord verify-configis an optional extra when the CLI is already installed locally.