Ai Pull banner
CarlosCaPe CarlosCaPe

Ai Pull

AI community

Description

Pull latest AI brain changes from GitHub into ~/.claude/, update external reference repos, and sync CLAUDE.md to all project arms. ## Arguments - No argument → pull + sync all projects - `--status` → show if updates are available without pulling - Project name (e.g. `client-a`, `client-b`) → pull + sync only that project ## Steps — execute in order using Bash tool ### 1. Handle --status mode If `$ARGUMENTS` is `--status`: ```bash cd ~/.claude && git fetch --quiet 2>/dev/null; git rev-parse HE

Installation

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

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

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

Full documentation available on GitHub

View Source Repository