What problem does it solve? It standardizes how shared public skills are created, updated, committed, and pushed to a single canonical GitHub repository, preventing skills from being scattered across multiple repos or lost as local-only copies. ## Core Features & Use Cases - Canonical Publishing Workflow: Enforces a clean-clone, pull, edit, commit, and push sequence targeting TECHHY-VC/SKILLS as the default public destination. - Structure Validation: Requires SKILL.md and agents/openai.yaml, with optional validation when a validator is available. - Sync and Verification: Keeps local installed skill copies in sync and verifies pushes via git status, git fetch, and git ls-remote. - Use Case: After writing a new reusable skill locally, ask the agent to publish it so it lands as a focused commit on main in the shared public skills repository. ## Quick Start Use the publish-public-skills skill to add this new skill to the shared TECHHY-VC/SKILLS repository and push it to main.