Home / isty2e / identedit · skills/identedit/SKILL.md · GitHub

identedit skillA

identedit is agent-read markdown (skill) from isty2e/identedit: Precision code editing with precondition safety. USE WHEN: multi-file atomic edits, repeated target text, config-path edits, or a previous edit attempt failed or landed in the wrong place. NOT for: trivial one-line fixes, full-file rewrites, file-system renames..

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

# Identedit

Use for repeated targets, context-mismatch recovery, config paths, precondition-checked file-boundary insertions, or multiple edits that must commit together. Prefer direct editing for trivial changes and full-file rewrites; use `repren` or `git mv` for bulk text/path renames.

## Find the existing feature

**One edit: use `patch`.** Start with the matching row, not the whole manual. Commands below start with `identedit`; text-source and preview flags modify the chosen edit command.

| I need to... | Use | Details |
|---|---|---|
| Inspect one symbol and nearby code, with edit-ready addresses | `read file --symbol Class.method --context 3` | [Symbols](#function-or-method) |
| Replace a function by name, without looking up an identity | `patch file --symbol Class.method --replace --text-file body.txt` | [Symbols](#function-or-method) |
| Change text only inside one function/class | `patch file --symbol name --scoped-regex 'old' --scoped-replacement 'new'` | [Symbols](#function-or-method) |
| Edit an exact line/range among repeated text | `read --mode line file`, then `patch file --at "LINE:HASH"` | [Lines](#exact-line-or-range) |
…

Read the whole file at its exact version.

How to install

Latest version
mdr add isty2e/identedit/identedit@git:20260923.4c0d21b
Exact content
mdr add isty2e/identedit/identedit@sha256:d14a93697d88af18

Pin 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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_euo3p2xrevh7if4i.svg)](https://markdownregistry.com/a/art_euo3p2xrevh7if4i)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260923.4c0d21b latest2026-09-23 4c0d21b 12,305 BA view · diff
git:20260923.21e67d92026-09-23 21e67d9 11,827 BA view · diff
git:20260922.90d01d72026-09-22 90d01d7 11,832 BA view · diff
git:20260922.c22e63c2026-09-22 c22e63c 11,293 BA view · diff
git:20260922.74785932026-09-22 7478593 10,447 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (12305 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

GitHub

isty2e/identedit · 10 stars · license none · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_euo3p2xrevh7if4i
GET https://markdownregistry.com/api/v1/resolve?ref=isty2e/identedit/identedit
GET https://markdownregistry.com/api/v1/blob/d14a93697d88af18c9daf3bca2559ab6a02f4a71f7bd8da3bd7d99239f44391d

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.

Browse by kind, by grade A, or by owner.