Loading...
Loading...
Commit and push agent-skill changes to the user's private skills GitHub repo (`<private-skills-repo>`, rooted at `<skills-repo-root>`). Use after creating or updating any skill, when the user says "push the skill", "push skills to github", "save the skill to my repo", or "update the skills repo". Handles staging, committing, and pushing directly in the current shell — works in any agent, no cmux needed.
npx skill4agent add davidondrej/skills push-skill-to-github<private-skills-repo><skills-repo-root><skills-repo-root>/skillsdistribute-skill-to-all-agents<skills-repo-root>cd <skills-repo-root> && git status --shortcd <skills-repo-root> && git add skills/<skill-name> && git commit -m "<concise message>" && git pushmain -> main<skills-repo-root><skills-repo-root>/skills