Ai Push banner
CarlosCaPe CarlosCaPe

Ai Push

AI community

Description

Commit and push all changes in ~/.claude/ (the AI brain) to GitHub, regenerate the neural connectome, and sync CLAUDE.md to all project arms. ## Steps — execute in order using Bash tool ### 1. Check for changes ```bash cd ~/.claude && git status --short ``` If output is empty: run sync-ai-docs (step 4) and stop — nothing to commit. ### 2. Stage and commit ```bash cd ~/.claude && git add -A ``` Commit message: use `$ARGUMENTS` if provided, otherwise auto-generate from changed files: ```bash cd

Installation

Installs to ~/.claude/skills/carloscape-octorato-ai-push/SKILL.md

Terminal
mkdir -p ~/.claude/skills/carloscape-octorato-ai-push && curl -fsSL https://raw.githubusercontent.com/CarlosCaPe/octorato/HEAD/commands/ai-push.md -o ~/.claude/skills/carloscape-octorato-ai-push/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository