Home / ronaknnathani / relay · skills/explore/SKILL.md · GitHub

explore skillA

explore is agent-read markdown (skill) from ronaknnathani/relay: Build a verified, read-only understanding of a codebase or a slice of it — entry points, code flow, architecture, module boundaries, dependencies, data flow, build/test systems, and existing patterns. A shared sub-skill that clarify, plan, implement, and review call on demand when they need codebase context; not invoked directly by users. Never edits anything..

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

# Explore

Build an accurate, cited map of a codebase — or one feature/area within it — so a downstream skill can
act on it. The output is understanding, not change: this skill **observes and reports only and must
never modify a file, run a mutating command, or write anything except its report.** The bar is a map a
reader can trust because every claim is either backed by a `file:line` reference or explicitly flagged
as unverified. Scope to the topic the caller named; do not map the whole repo when asked about a slice.

## Shared vocabulary

Use these terms so downstream skills that act on this map share one language:

- **Interface** — the surface a caller sees (signatures, exported names, public API).
- **Implementation** — the code behind that surface.
- **Module depth** — how much behavior an interface hides. A **deep** module hides a lot behind a
  small interface (good — complexity is *concentrated*); a **shallow** one exposes nearly as much as it
  hides (a thin pass-through that mostly *relocates* complexity).
- **Seam** — a boundary where behavior can be substituted or intercepted (an interface, a port, a
…

Read the whole file at its exact version.

How to install

Latest version
mdr add ronaknnathani/relay/explore@git:20260629.a497d9d
Exact content
mdr add ronaknnathani/relay/explore@sha256:ef244dc8fca7bb0f

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_7cxd4a4eepld2qr5.svg)](https://markdownregistry.com/a/art_7cxd4a4eepld2qr5)

0 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260629.a497d9d latest2026-06-29 a497d9d 5,779 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 (5779 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

ronaknnathani/relay · 3 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_7cxd4a4eepld2qr5
GET https://markdownregistry.com/api/v1/resolve?ref=ronaknnathani/relay/explore
GET https://markdownregistry.com/api/v1/blob/ef244dc8fca7bb0f0ed1bdd6c6c96f0bc455bda9cffb0344803484da45f13fce

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.

More from ronaknnathani/relay

build-write-like-me skill
ronaknnathani/relay · skills/build-write-like-me/SKILL.md · Use this skill whenever the user wants to capture, clone, or codify their own (or someone's) writing voice into a…
git:20260811.a9d417f · audit A · 3 stars
clarify skill
ronaknnathani/relay · skills/clarify/SKILL.md · Turn a vague or underspecified task into a crisp requirements + testable acceptance-criteria document by closing the…
git:20260629.7380310 · audit A · 3 stars
commit skill
ronaknnathani/relay · skills/commit/SKILL.md · Create a single well-formed git commit from the working changes, following the repo's AGENTS.md and recent…
git:20260703.d975737 · audit A · 3 stars
deliver-pr skill
ronaknnathani/relay · skills/deliver-pr/SKILL.md · Deliver one change end to end as a single pull request — clarify → plan → implement → simplify → review → validate →…
git:20260902.0a12af0 · audit A · 3 stars
implement skill
ronaknnathani/relay · skills/implement/SKILL.md · Execute an implementation plan (from `plan`) task by task, writing the code and tests and leaving the system green at…
git:20260703.d975737 · audit A · 3 stars
open-pr skill
ronaknnathani/relay · skills/open-pr/SKILL.md · Stage, commit, push, and open a pull request following the author's repository and AGENTS.md conventions — repo-style…
git:20260703.d975737 · audit A · 3 stars
plan skill
ronaknnathani/relay · skills/plan/SKILL.md · Turn a clarified requirements artifact into a concrete, executable implementation plan — a decisive architecture…
git:20260629.7380310 · audit A · 3 stars
pr-fix skill
ronaknnathani/relay · skills/pr-fix/SKILL.md · Bring a PR to mergeable — fix CI failures, address review comments, and resolve merge conflicts. Runs either from a…
git:20260924.f980c5b · audit A · 3 stars
pr-monitor skill
ronaknnathani/relay · skills/pr-monitor/SKILL.md · Handle one pull request attention event end to end — read the watcher digest, triage it, delegate the fixing to pr-fix…
git:20260902.6e57c00 · audit A · 3 stars
rebase skill
ronaknnathani/relay · skills/rebase/SKILL.md · Use when you need to rebase the current branch onto main, resolve merge conflicts, and force-push
git:20260629.9a6d3b4 · audit A · 3 stars
relay-archive skill
ronaknnathani/relay · skills/relay-archive/SKILL.md · Use when a project's PR is merged and you want to clean up the worktree while preserving notes and plans
git:20260630.3bc1f89 · audit A · 3 stars
relay-status skill
ronaknnathani/relay · skills/relay-status/SKILL.md · Use when checking the status of active or archived development projects
git:20260630.3bc1f89 · audit A · 3 stars

Every file in ronaknnathani/relay

Other files named explore

explore skill
ai-analyst-lab/ai-analyst · .claude/skills/explore/SKILL.md · Quick, interactive data exploration without the full pipeline. Use this skill whenever a user wants to explore data…
git:20260902.b370de6 · audit A · 302 stars
explore skill
yonatangross/orchestkit · src/skills/explore/SKILL.md · Multi-angle codebase exploration spawning 3-5 parallel agents for code structure, data flow, architecture patterns, and…
v2.6.0 · audit A · 283 stars
explore skill
yonatangross/orchestkit · plugins/ork/skills/explore/SKILL.md · Multi-angle codebase exploration spawning 3-5 parallel agents for code structure, data flow, architecture patterns, and…
v2.6.0 · audit A · 283 stars
explore skill
sdsrss/code-graph-mcp · claude-plugin/skills/explore/SKILL.md · Understand code structure efficiently using the AST index. Use BEFORE reading files one by one — when starting work in…
git:20260913.7dc7eb4 · audit A · 78 stars
explore skill
rustyrazorblade/skills · plugins/easy-db-lab/skills/explore/SKILL.md · Guided interactive mode for easy-db-lab — walks through provisioning if needed, then helps you run tests, stress…
git:20260826.cabf84a · audit B · 43 stars
explore skill
outlinedriven/odin-claude-plugin · plugins/odin-code/skills/explore/SKILL.md · Use when asked to explore the codebase to map structure, symbols, and dependencies. Not for a single file under 50 LOC…
git:20260905.4d9e207 · audit A · 38 stars
explore skill
exmergo/dex · skills/explore/SKILL.md · Use this whenever you need to know what is actually in a database, warehouse, or DuckDB file before you trust it…
git:20260916.898c818 · audit B · 25 stars
explore skill
deepaksinghcs14/deadeye-cc · skills/explore/SKILL.md · Progressive codebase exploration: index, then signatures, then targeted reads only.
git:20260805.4cc8225 · audit A · 5 stars

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