Agent skill
update
Change the facts on a tool that is already in the Software directory, one row at a time.
From sarahcallmesmadds/gtm-operator · 27 skills · 0 · pushed 2026-09-02
What it does when it runs
Change the facts on a tool that is already in the Software directory, one row at a time. Use when the user says a vendor was acquired or renamed, a contract was extended, the cost moved, the owner left, a tool was dropped, or "update the row for". Never moves Last reviewed; shows a before and after and writes nothing without an explicit yes.
Read from the skill and the 0 files bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.
- Keys and connectors you must supply
- mcp__*__notion-fetch
- mcp__*__notion-query-data-sources
- mcp__*__notion-update-page
- Hosts it reaches
- No third-party host appears in the skill or its bundled files.
- Tool permissions it declares
- Write
- Bash(node:*)
- mcp__*__notion-fetch
- mcp__*__notion-query-data-sources
- mcp__*__notion-update-page
- Actions present in the files
- shellwrites files
Install it
View source on GitHub ↗git clone --depth 1 --filter=blob:none --sparse https://github.com/sarahcallmesmadds/gtm-operator.git /tmp/gtm-operator git -C /tmp/gtm-operator sparse-checkout set "plugins/software/skills/update" mkdir -p ~/.claude/skills/update-26 cp -R "/tmp/gtm-operator/plugins/software/skills/update/." ~/.claude/skills/update-26/
Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗
Or take the whole library
This repo ships a .claude-plugin manifest, so Claude Code can install all 27 skills at once. Plugin skills are invoked as /<plugin>:<skill>, so they never collide with your own.
/plugin marketplace add sarahcallmesmadds/gtm-operator /plugin
The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.
Before you install: this skill will not complete its job on a bare agent. It needs mcp__*__notion-fetch, mcp__*__notion-query-data-sources, mcp__*__notion-update-page, which you have to obtain separately.
The skill
Source on GitHub ↗Reproduced in full from sarahcallmesmadds/gtm-operator/blob/a93c6e98a742d183823691197b8d9be9edd114c6/plugins/software/skills/update/SKILL.md, which is licensed MIT (repository). 659 words, 6 headings.
update
The facts that changed, written down at the moment somebody is willing to write them down, with no four-group sweep in the way.
How this skill works
node "${CLAUDE_PLUGIN_ROOT}/scripts/software.js" update <changes.json> <existing.json>
node "${CLAUDE_PLUGIN_ROOT}/scripts/software.js" prove-update <output.json> <readback.json>
Fetch the row and save the whole page. changes.json carries only what
changed: a field absent is untouched, a field explicitly empty is a clear.
Preview the before and after inline and write only on an explicit yes.
The judgment: is this still the same thing
Three cases arrive looking identical and only one of them is an edit.
- A rename is an edit. Same contract, same spend, same seat, new word.
One row. The whole rename is two things: the page name, and the URLs.
An acquired product moves domain, so ask about
Login,DocumentationandStatus pagein the same pass. Nothing else moves; an acquisition does not change terms already signed, and the new terms arrive at the next renewal. No former name is kept — Sarah's call, 2026-08-18 — and the accepted cost is that a backfill re-run meeting an invoice under the old name offers it again, which is one "no" at the approval gate. - A replacement is two operations. The old row goes to
Retiredhere, and the new tool goes throughnew, because it has its own contract, its own owner and its own answers to the security group. Editing the old row into the new tool destroys the record that you ever paid for the first one. - A merge is a retirement plus an edit. The absorbed row goes to
Retired, the surviving row picks up whatever it now covers, and the spend lands on one of them and not both, orcontractsreports a renewal that nobody owes.
The rules the script holds
Last reviewednever moves here. Not on a rename, not on a cost change, not on a retirement. It moves at creation and on a confirmedreview, and an edit that resets it suppresses the staleness warning for a whole cadence period. This deliberately diverges fromprocess:update, where an edit can count as a re-read on an explicit yes: a software review goes to the contract in Drive and to whether the tool is actually connected, and no edit does that by accident.reviewis the sweep.- An owner who left is cleared or replaced by name, never guessed. Pass
the field as empty to clear it. The script sends the measured clear shape
for each type — a person clears with an empty list, and a null there is
accepted while the old person stays — and
prove-updateis what catches a clear that did not land. - A tool that is gone goes to
Retiredand the row stays, which keeps the record of what was dropped. Nothing here deletes or archives. - It changes what it was asked to change and leaves the rest alone,
including the parts that are visibly stale. Fixing a cost is not a licence
to tidy the security group; offer
reviewinstead. - One section at a time. A body edit replaces the named sections, never the whole body.
Then prove it
Send the update, re-fetch the page, and run prove-update with the
command's own output. A call that returned without an error proves nothing,
and a clear in particular is proved by the property coming back empty.
What this skill does not do
- Does not create a row. That is
new. - Does not stamp
Last reviewed, ever. It moves at creation and on a confirmedreview, and nowhere else. - Does not delete anything.
- Does not fill a person field the user did not name.
- Does not re-confirm the rest of the row. That is
review, and the friction of confusing the two is exactly what this skill exists to remove.
Other skills for the same job
Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.
- product-update-logger by Varnan-Tech · 645
- salesforce-pipeline-update by composio-community · 2
Need help setting it up?
This page tells you what update does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.
Book a call →The directory stays free. There is nothing gated behind this.