baseproject-update

Sync skills, documentation, and agent configuration from the upstream BaseProject repository.

5|Updated Nov 22, 2025
One-click install
npx skills add https://github.com/AutumnsGrove/Lattice --skill baseproject-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baseproject-update
Source: https://github.com/AutumnsGrove/Lattice/tree/main/.claude/skills/baseproject-update
Command: npx skills add https://github.com/AutumnsGrove/Lattice --skill baseproject-update

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of updating an existing BaseProject installation, ensuring your project stays synchronized with the latest templates, skills, and documentation from the upstream repository.

Core Features & Use Cases

  • Sync Skills: Updates or adds new skill directories from the upstream BaseProject.
  • Sync Documentation: Merges changes in AgentUsage/ documentation while preserving custom user additions.
  • Configuration Updates: Integrates upstream changes to .gitignore and AGENT.md, intelligently merging template sections while protecting custom project content.
  • Use Case: When you want to pull the newest BaseProject templates, skills, and guides into your project to benefit from recent improvements and features.

Quick Start

Run the baseproject-update skill to sync your project with the latest upstream changes.

Frequently Asked Questions about baseproject-update

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

FAQPage Schema
How do I sync my project with the latest upstream templates and skills?

To sync your project, run the baseproject-update skill which merges upstream skills, documentation, and agent configuration. It performs backup operations before syncing files, ensuring your project stays updated with the latest templates.

Does the upstream sync overwrite my custom documentation and configuration?

No, syncing does not overwrite custom content. The update process intelligently merges upstream changes to .gitignore and AGENT.md while preserving your custom user additions in the AgentUsage documentation.

Do I need a clean Git repository to update my BaseProject installation?

Yes, you need a clean Git repository to update your BaseProject installation. The sync process requires Git to be clean to safely perform backup operations and merge configurations from the upstream repository.

What happens to existing skill directories when pulling new upstream updates?

When pulling upstream updates, existing skill directories are updated or new ones are added from the latest BaseProject repository. This ensures your project incorporates new templates and skills seamlessly.

Can I use this update process on a project that has not previously integrated BaseProject?

No, you cannot use this update process on a non-integrated project. It applies only to projects that have previously integrated BaseProject and need to incorporate new templates, skills, and guides from upstream.