speckit-updater

Solid

SpecKit Safe Update

AI & Automation 39,350 stars 6386 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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. ## When to Use - You need to update or install SpecKit templates while preserving project customizations. - You want a safe approval flow around update, rollback, or version-specific SpecKit operations. - The task is to operate the SpecKit updater conversationally instead of running raw commands blindly. ## What to do when this skill is invoked When the user invokes `/speckit-updater`, you should: 1. **Run the update orchestrator script** without any flags (conversational mode): ```powershell pwsh -NoProfile -Command "& 'C:\Users\bobby\.claude\skills\speckit-updater\scripts\update-wrapper.ps1'" ``` 2. **Parse the output** for markers: - **`[PROMPT_FOR_APPROVAL]`** - Update scenario (existing SpecKit installation) - **`[PROMPT_FOR_INSTALL]`** - Fresh installation scenario (no .specify/ directory) 3. **For Updates** (`[PROMPT_FOR_APPROVAL]` marker found): - **Present the Markdown summary** showing: - Current version vs. available version - Files to update/add/remove - Conflicts detected (if any) - Files preserved (customized) - Backup location - Custom commands - **Ask the user for appr...

Details

Author
sickn33
Repository
sickn33/antigravity-awesome-skills
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

speckit-upgrade

Upgrade an existing SpecKit installation safely. Use when the operator says: 'upgrade speckit', 'update speckit', 'specify integration upgrade', 'migrate from slash commands to skills', 'safely upgrade spec-kit', 'bump speckit version', '$speckit-upgrade', or has an existing .specify/ directory and wants to move to the current spec-kit release. Preserves customizations (constitution.md, template overrides) via backup-and-restore. Handles the v0.8.13 slash-command → skills migration. Supports upgrading one or both integrations (Claude Code, Codex CLI). Hands off to $speckit-install when .specify/ is missing. Not for installing speckit for the first time (use $speckit-install), not for scaffolding a new spec ($speckit-scaffold-spec), and not for installing this plugin's bundled Codex subagents ($install).

0 Updated yesterday
racecraft-lab
AI & Automation Listed

speckit-install

Install the SpecKit CLI and initialize the current repository for one or both coding-agent integrations (Claude Code, Codex CLI). Use when the operator says: 'install speckit', 'set up speckit', 'initialize speckit in this repo', 'add speckit to this project', 'specify init for me', 'install spec-kit', '$speckit-install', or has a repo with no .specify/ directory and wants to start using Spec-Driven Development. Detects existing installs and hands off to $speckit-upgrade rather than overwriting. Safe to run on any repo. Not for upgrading an existing speckit install ($speckit-upgrade), not for scaffolding a new spec on an already-installed repo ($speckit-scaffold-spec), and not for installing this plugin's own bundled Codex subagents (use $install for that).

0 Updated yesterday
racecraft-lab
Testing & QA Listed

speckit-coach

Helps with SpecKit / Spec-Driven Development problems. Use when the user is stuck on: a failing simplicity gate or gate-validator rejecting acceptance criteria, deciding which checklist domains apply (api, security, observability, data-integrity, resilience), writing testable acceptance criteria the gate accepts, decomposing a large feature into multiple specs, creating a multi-spec technical roadmap, understanding the consensus protocol or how phase gates work, the difference between specify plan and specify tasks, what each /speckit-<command> does, how the tdd-mandate preset changes the workflow, where grill-me or clarify fit in the SDD process, repairing an existing speckit-pro project, making template customizations upgrade-safe, or browsing, installing, configuring, or removing SpecKit community extensions, presets, hooks, or catalog entries (verify, doctor, review, archive, retrospective, jira, azure-devops, and the rest of the upstream catalog). Not for actually running autopilot ($speckit-autopilot),

0 Updated yesterday
racecraft-lab
AI & Automation Listed

shipkit-update

Install or update Shipkit via npx. Detects existing installations, archives them safely, and intelligently merges user content with new version.

1 Updated today
stefan-stepzero
AI & Automation Solid

update-skill

Thorough on-demand refresh of one skill in this repo. Researches kb/upstream/docs in parallel, gates twice for approval, bumps version, updates CHANGELOG, runs just check, commits and watches CI. Use to update, refresh, or check the freshness of a specific skill.

29 Updated 6 days ago
tenequm