geo-update

Synchronize local GEO-SEO deployments with the latest upstream repository version.

25|15|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/joanby/geo-seo-claude --skill geo-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: geo-update
Source: https://github.com/joanby/geo-seo-claude/tree/main/skills/geo-update
Command: npx skills add https://github.com/joanby/geo-seo-claude --skill geo-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates keeping the GEO-SEO installation base up to date by syncing local deployments with the upstream repository, ensuring consistency across skills, agents, scripts, and schema.

Core Features & Use Cases

  • Upstream synchronization: Detects and propagates updates from the main repository to the local installation.
  • Diff reporting: Shows what changed before applying updates so operators can review.
  • Selective update scope: Applies to the primary skill, sub-skills, agents, scripts, and schema, with optional dependency updates.

Quick Start

Run the geo-update skill to synchronize all GEO-SEO components with the latest upstream release.

Frequently Asked Questions about geo-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update my local GEO-SEO installation to the latest upstream version?

To update your GEO-SEO installation, run the geo-update skill to automatically synchronize local deployments with the upstream repository, ensuring all components stay consistent with the latest release.

Can I see what files changed before applying upstream updates to my GEO-SEO skills?

Yes, the update process includes diff reporting that compares your installed files against the upstream repository, showing exactly what changed so you can review updates before they are applied to your local environment.

What components are synchronized when updating GEO-SEO deployments?

The synchronization process updates the primary skill, sub-skills, agents, scripts, and schema, ensuring all installed GEO-SEO components in your local environment stay perfectly synchronized with the upstream source.

Does the GEO-SEO update process also handle dependency updates?

Yes, the update process optionally updates dependencies alongside synchronizing your main GEO-SEO skills, agents, scripts, and schema files to ensure the entire installation base remains fully compatible.

How does upstream synchronization work for keeping Python GEO-SEO scripts updated?

Upstream synchronization works by reading files from the original repository, comparing them against your local installation, and copying the latest updates directly into your local config directory to maintain version consistency.