smithery.ai

git-push

Workflow to auto-export slides, update index, and sync to git. Triggered ONLY when user explicitly types '/git-push'.

First seen Mar 21, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,095 B
  • docs SUMMARY.md 133 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Git Push Workflow

This skill automates the process of updating the course materials and syncing them to the repository.

Workflow Status

  • Trigger: /git-push (Slash command only)
  • Action:

1. Generate Maps: Calls slide skill's generatemap.py to update course maps (respects MapLock). 2. Export Slides: Calls slide skill's export.py to convert all .md files to PDF. 3. Cleanup Old PDFs: Calls slide skill's cleanuppdf.py to remove orphaned files. 4. Update Index: Regenerates display/index.html to reflect cleaner PDF list, then syncs to root index.html. 5. Git Sync: Adds all files, commits with "Auto update", and pushes to remote.

Usage

Run the following command in the project root:

python .agent/skills/git-push/scripts/push.py

Dependencies

  • Requires .agent/skills/slide/scripts/export.py to exist.
  • Requires git to be configured.