skill-maintenance · git:20260912.1932615 · 2026-09-12 · sha256 64395e651af45434

skill-maintenance git:20260912.1932615A

Immutable. This exact content is served forever at /api/v1/blob/64395e651af45434.

---
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.