New Global Command Compatibility Skill
Requests for a reusable global command are requests for a reusable skill.
Dotfiles is not the source or provider-side validator for global skills; it
consumes the authoritative catalog through $agent-skills-integration.
- Gather the skill's name, purpose, triggers, inputs, and required resources.
- If it is portable across repositories, create or update it in the dedicated
agent-skillsrepository using that repository's current instructions. - If it only governs this checkout, create it under
.agents/skills/here. - Use
$agent-skills-integrationto advance the pinned consumer and install or verify the user-scope catalog when that work is requested. - Do not create legacy command files, mirrored global skill directories, vendor metadata, or per-skill installer links in this repository.
- Report the source destination, invocation example, consumer pin impact, and validation performed.