Example Command (Skill Format) This demonstrates the layout for user-invoked slash commands. It is functionally identical to the legacy format — both are loaded the same way; only the file layout differs. Arguments The user invoked this with: $ARGUMENTS Instructions When this skill is invoked: 1. Parse the arguments provided by the user 2. Perform the requested action using allowed tools 3. Report results back to the user Frontmatter Options Reference Skills in this layout support these frontmatter fields: - name : Skill identifier (matches directory name) - description : Short description sh…