speckit-updater

This skill provides safe update capabilities for GitHub SpecKit installations, preserving customizations while applying template updates.

Content Preview
---
name: speckit-updater
description: SpecKit Safe Update
risk: unknown
source: community
---

# SpecKit Safe Update

This skill provides safe update capabilities for GitHub SpecKit installations, preserving customizations while applying template updates.

**Installation**: Available via plugin (`/plugin marketplace add NotMyself/claude-plugins` then `/plugin install speckit-updater`) or manual Git clone. See README.md for details.

## What to do when this skill is invoked

When the user invoke
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/speckit-updater.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/speckit-updater/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/speckit-updater/SKILL.md

Related Skills