Home / muthuishere / toolnexus · CLAUDE.md · GitHub

CLAUDE.md claudeA

CLAUDE.md is agent-read markdown (claude) from muthuishere/toolnexus.

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

# CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

## What we're trying to build

**toolnexus** — a small, **vendor-neutral** library that gives *any* LLM the dynamic
capabilities [opencode](https://github.com/anomalyco/opencode) has, ported **byte-identically
across seven languages** (`js/`, `python/`, `golang/`, `java/`, `csharp/`, `elixir/`, `clojure/`):

1. **Dynamic MCP servers** — read an `mcp.json`, connect to every server (local stdio +
   remote streamable-HTTP), expose each server tool as a uniform `Tool`.
2. **Dynamic agent skills** — glob a `skills/` folder (`**/SKILL.md`) and expose one `skill`
   tool that loads a skill's instructions + resources on demand (progressive disclosure).

The insight: MCP tools, agent skills, your own functions (`defineTool`), remote HTTP endpoints, the
built-in shell/file tools, and remote **A2A agents** are *the same thing* to an LLM — a named,
described, schema'd callable. toolnexus unifies all these tool sources behind one `Tool`
interface, emits the schema in **OpenAI / Anthropic / Gemini** formats, and ships a **unified
…

Read the whole file at its exact version.

How to install

Latest version
mdr add muthuishere/toolnexus/CLAUDE.md@git:20260815.95d6071
Exact content
mdr add muthuishere/toolnexus/CLAUDE.md@sha256:bebf55108abfa24f

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

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260815.95d6071 latest2026-08-15 95d6071 14,923 BA view · diff
git:20260802.e35bec82026-08-02 e35bec8 14,913 BA view · diff
git:20260714.05825502026-07-14 0582550 10,839 BA view · diff
git:20260712.ca838e92026-07-12 ca838e9 10,412 BA view · diff
git:20260703.1c994772026-07-03 1c99477 10,407 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (14923 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

muthuishere/toolnexus · 5 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_unzrrcbyzllqrmxi
GET https://markdownregistry.com/api/v1/resolve?ref=muthuishere/toolnexus/CLAUDE.md
GET https://markdownregistry.com/api/v1/blob/bebf55108abfa24fa78fcb332a303d366791a9fa8b09c9dc19948d6fec43623d

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 muthuishere/toolnexus

openspec-apply-change skill
muthuishere/toolnexus · .claude/skills/openspec-apply-change/SKILL.md · Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or…
v1.0 · audit A · 5 stars
openspec-archive-change skill
muthuishere/toolnexus · .claude/skills/openspec-archive-change/SKILL.md · Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after…
v1.0 · audit A · 5 stars
openspec-explore skill
muthuishere/toolnexus · .claude/skills/openspec-explore/SKILL.md · Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use…
v1.0 · audit A · 5 stars
openspec-propose skill
muthuishere/toolnexus · .claude/skills/openspec-propose/SKILL.md · Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they…
v1.0 · audit A · 5 stars
openspec-sync-specs skill
muthuishere/toolnexus · .claude/skills/openspec-sync-specs/SKILL.md · Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta…
v1.0 · audit A · 5 stars
release skill
muthuishere/toolnexus · .claude/skills/release/SKILL.md · Cut and verify a toolnexus release across all seven registries, with the guardrails that a green CI run does not give…
v1.0 · audit A · 5 stars
clojure-events skill
muthuishere/toolnexus · clojure/examples/clj-ex1/skills/clojure-events/SKILL.md · Use when asked about Clojure community events, meetups or conferences. How to fetch and report them.
git:20260802.333e09a · audit A · 5 stars
clojure-events skill
muthuishere/toolnexus · clojure/examples/cljgo-ex1/skills/clojure-events/SKILL.md · Use when asked about Clojure community events, meetups or conferences. How to fetch and report them.
git:20260802.333e09a · audit A · 5 stars
hello-world skill
muthuishere/toolnexus · examples/skills/hello-world/SKILL.md · A tiny example skill. Use when you want to see how skill loading (progressive disclosure) works end to end.
git:20260625.7a0333d · audit A · 5 stars
AGENTS.md@site agents
muthuishere/toolnexus · site/AGENTS.md
git:20260711.1f2ab63 · audit A · 5 stars
CLAUDE.md@site claude
muthuishere/toolnexus · site/CLAUDE.md
git:20260711.1f2ab63 · audit B · 5 stars
anchors skill
muthuishere/toolnexus · spikes/issues/93/fixtures/anchors/SKILL.md · A skill using a YAML anchor and alias.
git:20260921.d4d4255 · audit B · 5 stars

Every file in muthuishere/toolnexus

Other files named CLAUDE.md

CLAUDE.md claude
obra/superpowers · CLAUDE.md
git:20260919.5bf4e78 · audit B · 291,204 stars
CLAUDE.md claude
affaan-m/ecc · CLAUDE.md
git:20260528.04c68e4 · audit A · 266,832 stars
CLAUDE.md claude
firecrawl/firecrawl · CLAUDE.md
git:20260615.fe8d358 · audit A · 184,144 stars
CLAUDE.md claude
garrytan/gstack · CLAUDE.md
git:20260924.06ed920 · audit A · 134,082 stars
CLAUDE.md claude
juliusbrussee/caveman · CLAUDE.md
git:20260908.bb1cfc8 · audit B · 107,708 stars
CLAUDE.md claude
addyosmani/agent-skills · CLAUDE.md
git:20260720.8fd2081 · audit A · 98,554 stars
CLAUDE.md claude
nexu-io/open-design · CLAUDE.md
git:20260430.9b57c22 · audit B · 97,933 stars
CLAUDE.md claude
thedotmack/claude-mem · CLAUDE.md
git:20260723.e29d221 · audit A · 94,550 stars

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