Claude Code Plugins

Community-maintained marketplace

Feedback

git-workflow

@msftsean/ai-1907
0
0

Commit and push changes to GitHub with proper messages. Use when ready to save changes, push to production, or deploy updates to GitHub Pages.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name git-workflow
description Commit and push changes to GitHub with proper messages. Use when ready to save changes, push to production, or deploy updates to GitHub Pages.

Git Workflow for Alpha AI Site

Quick Commands

Check status

git status

Commit changes

git add .
git commit -m "Your message here"

Push to production

git push origin main

GitHub Pages auto-deploys from main branch. Changes are live in ~2 minutes.

Commit Message Style

Use clear, action-oriented messages:

  • Update Week 3 video to Enovair 6 Skills
  • Add 8 AI Workflows reference table
  • Fix broken flowchart link
  • Refactor Week 4 to focus on experiments

Before Pushing

  1. Test locally with npx serve
  2. Check all pages load correctly
  3. Verify video links work
  4. Confirm homepage and learning-plan are in sync

Branch Rules

  • main is the production branch
  • Never use master (renamed to main)
  • Push directly to main for this project

Live Site

https://msftsean.github.io/ai-1907/