---
description: Synchronization constraints when editing agent skill packages under .agents/skills/
globs: .agents/skills/**
alwaysApply: false
---

# Skill Package Maintenance

When modifying a skill, update the affected scripts, references, metadata and generated client projections together, as described in `AGENTS.md`.

## Script conventions (supplemental to AGENTS.md)

- Keep one documented spelling per option and disable prefix abbreviation.
- Progress goes to `stderr`; the final machine-readable result goes to `stdout`.
- Default metadata that can be safely inferred; never silently default security-sensitive values.
