exp-stop skillA
exp-stop is agent-read markdown (skill) from petar-djukic/coding-skills: Conclude and delete an experiment branch. Shows pending work and a diffstat for a final review, then deletes the current repository's experiment branc.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# exp-stop command Apply this command workflow. Treat any text after its invocation as the command input. Conclude and delete an experiment branch. Shows pending work and a diffstat for a final review, then deletes the current repository's experiment branch, worktree, and local metadata. Handles both local-only and remote-backed (subtree-synced) experiments. ## Input $ARGUMENTS The argument is the experiment slug (e.g. `transformer-perf`). If no argument is given, list existing `exp/*` branches and ask the user to pick one. ## Phase 1 -- Verify and Detect Mode 1. Check that the worktree `../exp-<slug>` exists or the local branch `exp/<slug>` exists: ```bash git worktree list | grep "exp-<slug>" git branch --list "exp/<slug>" ``` If neither exists, report that no experiment with this slug was found and stop. 2. Detect the mode: if `../exp-<slug>/.exp-sync.yaml` exists, this is a **remote-backed** experiment — read `remote_name`, `remote_url`, `upstream_branch`, `prefix`, and `push_branch` from it. Otherwise it is **local-only**. 3. Show the current state of the experiment — uncommitted changes and a diffstat against main: ```bash cd ../exp-<slug> …
Read the whole file at its exact version.
How to install
mdr add petar-djukic/coding-skills/exp-stop@git:20260725.d478789mdr add petar-djukic/coding-skills/exp-stop@sha256:84ba43786a39ddecPin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_7pypdervzqm7uglr)
1 badge views in 30 days
Versions
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (4086 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
petar-djukic/coding-skills · 3 stars · license MIT · pushed 2026-09-21 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_7pypdervzqm7uglr GET https://markdownregistry.com/api/v1/resolve?ref=petar-djukic/coding-skills/exp-stop GET https://markdownregistry.com/api/v1/blob/84ba43786a39ddecf34b726199c5a99ca25d14507282413da659e7e6357669b4
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.