Install
$ agentstack add skill-eliasstravik-gtmskills-gtm-context ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
GTM Context
Switch
| Condition | Action | | --- | --- | | Create, import, sharing setup, whole-repo deletion, or any other change to which repo is connected is requested while the repo connection is fixed by the deployment rather than owned by a human at a keyboard | Refuse and redirect using the surface refusal in references/flows.md; perform nothing for that request | | No verb is clear | Guide the user to choose create, import, update, delete, or doctor; retain ownership of the chosen flow | | Create is requested | Guide a new ~/.gtm// repo from interview through accepted artifacts, background git, optional multiplayer, and summary | | Import is requested | Guide a local copy or GitHub clone through inventory, accepted conversion, background git, optional multiplayer, and summary | | Update is requested | Guide target selection, accepted before/after changes, background git, and summary | | Delete is requested | Guide target selection, consequence preview, required confirmation, deletion, history where available, and summary | | Doctor is requested or the GTM folder seems wrong | Guide contract and git checks, accepted repairs, one repair commit, and a complete health report |
Details
- Ask one question per message; make discrete choices a numbered list with at most one
(Recommended), ending exactlyReply with a number, or type your answer. - Never use
AskUserQuestion. Render each question as a clear bold question directly, place necessary context below it, then show numbered options with the recommended option first and ending in(Recommended).
Calls
- Read [references/contract.md](references/contract.md) for every matched flow to obtain the repo shape, content rules, doctor checks, link safety, and background git ritual. If unavailable, use
templates/AGENTS.mdas the minimum contract, keep people root-only, preview before writing, and stay onmain. - Read [references/flows.md](references/flows.md) after matching the Switch to obtain the selected flow's question order, acceptance loop, recovery, and closing summary. If unavailable, follow the matched outcome without writing until the user accepts a complete proposal.
- Read and render files from [templates/](templates/) when creating or restoring contract files; replace placeholders and omit empty optional fields or sections. If templates are unavailable, reproduce only the minimum shape from
references/contract.mdand preview every byte before writing.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: eliasstravik
- Source: eliasstravik/gtmskills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.