Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add NotMyself/claude-win11-speckit-update-skill --skill speckit-updatergit clone --depth 1 https://github.com/NotMyself/claude-win11-speckit-update-skillWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/notmyself/claude-win11-speckit-update-skill/speckit-updater)<a href="https://agentmods.dev/skills/notmyself/claude-win11-speckit-update-skill/speckit-updater"><img src="https://agentmods.dev/badge/skills/notmyself/claude-win11-speckit-update-skill/speckit-updater/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/notmyself/claude-win11-speckit-update-skill/speckit-updater"><img src="https://agentmods.dev/badge/skills/notmyself/claude-win11-speckit-update-skill/speckit-updater.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.01919 |
| Opus 5 | $0.00000 | $0.00959 |
| Sonnet 5 | $0.00000 | $0.00384 |
| Haiku 4.5 | $0.00000 | $0.00192 |
Grade A, and why
speckit-updater scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
1 near-identical copy found in the catalogue:
- NotMyself__claude-win11-speckit-update-skill — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 161 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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 invokes /speckit-updater, you should:
-
Run the update orchestrator script without any flags (conversational mode):
pwsh -NoProfile -Command "& 'C:\Users\bobby\.claude\skills\speckit-updater\scripts\update-wrapper.ps1'" -
Parse the output for markers:
[PROMPT_FOR_APPROVAL]- Update scenario (existing SpecKit installation)[PROMPT_FOR_INSTALL]- Fresh installation scenario (no .specify/ directory)
-
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 approval to proceed with the update
- If approved, re-run with
-Proceedflag - If declined, inform the user the update was cancelled
- Present the Markdown summary showing:
-
For Fresh Installations (
[PROMPT_FOR_INSTALL]marker found):- Present a natural installation offer to the user, such as:
- "SpecKit is not currently installed in this project. Would you like me to install it?"
- "I can install the latest SpecKit templates for you. This will create the .specify/ directory structure and download the templates from GitHub."
- Do NOT mention the
-Proceedflag to the user (this is an implementation detail) - If user approves (says "yes", "proceed", "install it", etc.), re-run with
-Proceedflag - If user declines, inform them the installation was cancelled
- Present a natural installation offer to the user, such as:
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- data/speckit-fingerprints.json 68 KB
- scripts/generate-fingerprints.ps1 11 KB runs code
- scripts/helpers/Get-UpdateConfirmation.ps1 7.3 KB runs code
- scripts/helpers/Invoke-ConflictResolutionWorkflow.ps1 6.8 KB runs code
- scripts/helpers/Invoke-PreUpdateValidation.ps1 11 KB runs code
- scripts/helpers/Invoke-RollbackWorkflow.ps1 5.1 KB runs code
- scripts/helpers/Show-UpdateReport.ps1 6.3 KB runs code
- scripts/helpers/Show-UpdateSummary.ps1 6.9 KB runs code
- scripts/modules/BackupManager.psm1 16 KB
- scripts/modules/ConflictDetector.psm1 39 KB
- scripts/modules/FingerprintDetector.psm1 14 KB
- scripts/modules/GitHubApiClient.psm1 20 KB
- scripts/modules/HashUtils.psm1 5.1 KB
- scripts/modules/ManifestManager.psm1 18 KB
- scripts/modules/MarkdownMerger.psm1 20 KB
- scripts/update-orchestrator.ps1 44 KB runs code
- scripts/update-wrapper.ps1 2.6 KB runs code
- specs/001-safe-update/DEPLOYMENT_CHECKLIST.md 10 KB
- specs/001-safe-update/IMPLEMENTATION.md 14 KB
- specs/001-safe-update/PHASE4_COMPLETE.md 16 KB
- specs/001-safe-update/plan.md 49 KB
- specs/001-safe-update/spec.md 56 KB
- specs/002-fix-module-import-error/checklists/requirements.md 3.7 KB
- specs/002-fix-module-import-error/plan.md 8.1 KB
- specs/002-fix-module-import-error/quickstart.md 10 KB
- specs/002-fix-module-import-error/research.md 13 KB
- specs/002-fix-module-import-error/spec.md 8.1 KB
- specs/002-fix-module-import-error/tasks.md 12 KB
- specs/003-fix-module-import-error/checklists/requirements.md 3.0 KB
- specs/003-fix-module-import-error/data-model.md 23 KB
- specs/003-fix-module-import-error/plan.md 15 KB
- specs/003-fix-module-import-error/quickstart.md 16 KB
- specs/003-fix-module-import-error/research.md 18 KB
- specs/003-fix-module-import-error/spec.md 9.8 KB
- specs/003-fix-module-import-error/tasks.md 18 KB
- specs/004-fix-nested-imports/backups/modules-20251020-135713/BackupManager.psm1 14 KB
- specs/004-fix-nested-imports/backups/modules-20251020-135713/ConflictDetector.psm1 13 KB
- specs/004-fix-nested-imports/backups/modules-20251020-135713/GitHubApiClient.psm1 8.6 KB
- specs/004-fix-nested-imports/backups/modules-20251020-135713/HashUtils.psm1 5.1 KB
- specs/004-fix-nested-imports/backups/modules-20251020-135713/ManifestManager.psm1 18 KB
- specs/004-fix-nested-imports/backups/modules-20251020-135713/VSCodeIntegration.psm1 9.8 KB
- specs/004-fix-nested-imports/checklists/requirements.md 3.4 KB
- specs/004-fix-nested-imports/data-model.md 13 KB
- specs/004-fix-nested-imports/implementation-notes.md 3.7 KB
- specs/004-fix-nested-imports/plan.md 11 KB
- specs/004-fix-nested-imports/quickstart.md 10 KB
- specs/004-fix-nested-imports/research.md 12 KB
- specs/004-fix-nested-imports/spec.md 11 KB
- specs/004-fix-nested-imports/tasks.md 21 KB
- specs/005-fix-version-parameter/checklists/requirements.md 2.6 KB
- specs/005-fix-version-parameter/data-model.md 9.4 KB
- specs/005-fix-version-parameter/plan.md 7.2 KB
- specs/005-fix-version-parameter/quickstart.md 9.9 KB
- specs/005-fix-version-parameter/research.md 14 KB
- specs/005-fix-version-parameter/spec.md 7.9 KB
- specs/005-fix-version-parameter/tasks.md 16 KB
- specs/006-fix-manifest-parameter/checklists/requirements.md 4.3 KB
- specs/006-fix-manifest-parameter/contracts/parameter-naming-standard.md 11 KB
- specs/006-fix-manifest-parameter/data-model.md 13 KB
- specs/006-fix-manifest-parameter/plan.md 12 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 161 lines · 0 tokens per session scan A 1e17755dfd56
speckit-updater is a skill published in the GitHub repository NotMyself/claude-win11-speckit-update-skill (30 stars, last pushed 10mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,919 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
android-screenshot
Capture a screenshot from the currently connected Android device using ADB, wake the device first, detect the foreground app, save a PNG to system temp, and return the saved path. Use when users ask for screenshots from Android apps running on a connected device or emulator.
copilot-quota-forecast
Forecast monthly quota burn rate and report risk before reset date. Use when user asks about quota, burn rate, credits remaining, or whether they will run out before month end.
windows-screenshot
Capture a DPI-correct, full-content PNG of a native Windows app window by title substring and return the saved file path. Use when users ask for screenshots of running Windows apps (for example Flutter desktop apps, VS Code, PowerShell, or Chrome app windows). Do not use for browser-harness page screenshots.
golang
Go coding standards and conventions for this project. Apply when writing, reviewing, or refactoring any Go source file.
powershell
PowerShell cmdlet conventions for this project. Apply when writing or reviewing any .ps1 or module file.
conventional-commit
Workflow for generating conventional commit messages following the Conventional Commits specification. MUST be invoked every time a commit is created. Guides construction of standardized commit messages with correct type, scope, description, body, and footer.