From coding-tutor
Commits and pushes changes from ~/coding-tutor-tutorials to private GitHub repo (creates if needed). Reports what was synced or if up to date.
npx claudepluginhub 8b-is/8b-is-mp --plugin coding-tutor# Sync Coding Tutor Tutorials Commit and push your tutorials to the GitHub repository for backup and mobile reading. ## Instructions 1. **Go to the tutorials repo**: `cd ~/coding-tutor-tutorials` 2. **Check for changes**: Run `git status` to see what's new or modified 3. **If there are changes**: - Stage all changes: `git add -A` - Create a commit with a message summarizing what was added/updated (e.g., "Add tutorial on React hooks" or "Update quiz scores") - Push to origin: `git push` 4. **If no GitHub remote exists**: - Create the repo: `gh repo create coding-tutor-tutor...
/sync-tutorialsCommits and pushes changes from ~/coding-tutor-tutorials to private GitHub repo (creates if needed). Reports what was synced or if up to date.
/fire-learncodingActivates step-by-step linear code learning mode for GitHub repos or local paths, explaining files from entry point with watch/active modes and step resuming.
/SKILLCreates conventional git commit from conversation intent using git-agent and pushes to remote. Accepts optional Claude model name for co-author.
/studyStudies changes in the current branch to deeply understand the project's ongoing work and prepare for upcoming tasks.
Share bugs, ideas, or general feedback.
Commit and push your tutorials to the GitHub repository for backup and mobile reading.
Go to the tutorials repo: cd ~/coding-tutor-tutorials
Check for changes: Run git status to see what's new or modified
If there are changes:
git add -Agit pushIf no GitHub remote exists:
gh repo create coding-tutor-tutorials --private --source=. --pushReport results: Tell the user what was synced or that everything is already up to date
~/coding-tutor-tutorials/--private when creating the GitHub repo