swift-package-agents-maintainer
Installation
SKILL.md
Swift Package AGENTS Maintainer
Maintain one canonical AGENTS.md across Swift Package repositories.
Prefer the bundled script for deterministic automation runs.
Workflow
- Confirm scope and mode.
- Use
--repo <path>for a single repository. - Use
--root <path>to scan recursively for repos containingPackage.swift. - If neither
--reponor--rootis provided, scan~/Workspaceby default. - Use
--checkfor read-only drift detection in recurring automation. - Omit
--checkto apply updates.
- Resolve the canonical file.
- Default canonical file:
assets/AGENTS.mdin this skill. - If the user provides another canonical source, pass it with
--canonical <path>.