CLAUDE.md@tests/fixtures/content/inline-tool-examples claudeA
CLAUDE.md@tests/fixtures/content/inline-tool-examples is agent-read markdown (claude) from stbenjam/skillsaw.
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
# acme-api acme-api is the Go ledger service behind the transfers dashboard. Use these notes for every change in this repository. ## Using the search tool When you need to find a symbol, use the search tool. For example: ``` search(query="TransferFunds", type="symbol") ``` Another example, searching for a file: ``` search(query="ledger.go", type="file") ``` A third example, searching text: ``` search(query="fixed-point", type="text") ``` ## Fetching ledger rows Fetch a row with `fetch_row`; the call takes the table and the row id: ``` fetch_row(table="transfers", id=42) ``` Bulk reads use the same call with a list of ids: ``` fetch_row(table="transfers", id=[42, 43]) ``` ## Account lifecycle Opening, closing, and transferring are separate calls: ``` open_account(owner="acme", currency="USD") ``` ``` close_account(id=911, reason="fraud hold") ``` ``` transfer(source=42, dest=43, amount="10.00") ``` ## Build commands Build the service before pushing: ``` make build ``` Run the linters the same way: ``` make lint ``` Tests run through the same Makefile: ``` make test ``` ## Balance checks Look up a balance when debugging a failed transfer: ``` …
Read the whole file at its exact version.
How to install
mdr add stbenjam/skillsaw/tests/fixtures/content/inline-tool-examples/CLAUDE.md@git:20260807.7d619c5mdr add stbenjam/skillsaw/tests/fixtures/content/inline-tool-examples/CLAUDE.md@sha256:59a3e2d0e8712c1cPin 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_oxfjiuokhpegg7np)
1 badge views in 30 days
Versions
Audit of the latest version
- pass: Size between 200 bytes and 200 KB (1452 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
stbenjam/skillsaw · 66 stars · license Apache-2.0 · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_oxfjiuokhpegg7np GET https://markdownregistry.com/api/v1/resolve?ref=stbenjam/skillsaw/tests/fixtures/content/inline-tool-examples/CLAUDE.md GET https://markdownregistry.com/api/v1/blob/59a3e2d0e8712c1ca5e0cdcbb74ef850fcffdafad21546781f8e7f765c39d988
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.