Publish Skill to Site Automate the full pipeline for publishing a skill to the claude-skills-site Astro website. Paths - Skills repo: - Site repo: - Site skills: - Site bundles: Invocation Workflow Execute these phases in order. Stop and report on any error. Phase 1 — Locate and Read Source 1. Check exists. Also check . 2. If neither exists, report error: "SKILL.md not found for . Ensure the skill directory exists in the skills repo or /.claude/skills/." 3. If both exist, compare them. If version is newer (by mtime), sync it to the skills repo with , commit the change, and push. This ensures…