dotrun CLAUDE.md

dotrun CLAUDE.md is an instructions file for coding agents from jvPalma/dotrun. It costs 7,688 tokens per session, scanned A, original, MIT.

Repository instructions for DotRun, a Bash-based system for running personal scripts, aliases, and shell configuration from anywhere. It supports Bash, Zsh, and Fish shells, which are programs that interpret terminal commands.

In plain words
What is it for?
Use them when setting up or developing DotRun and its shell integrations. They cover the development script, symbolic links, required files, version data, and setup help.
Why use it?
They explain how the development setup links live source files into the installed locations. This reduces setup mistakes when testing changes to commands, helpers, configuration, or shell integration.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/jvpalma/dotrun/claude-md
Clone the repo
git clone --depth 1 https://github.com/jvPalma/dotrun

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dotrun CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/jvpalma/dotrun/claude-md.svg)](https://agentmods.dev/instructions/jvpalma/dotrun/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/jvpalma/dotrun/claude-md"><img src="https://agentmods.dev/badge/instructions/jvpalma/dotrun/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 7,688 This file is loaded in full into every session.
When invoked 7,688 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.07688 $0.07688
Opus 5 $0.03844 $0.03844
Sonnet 5 $0.01538 $0.01538
Haiku 4.5 $0.00769 $0.00769

Measured 4d ago against content hash 0c9d93b9c923, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dotrun CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 551 lines

How it starts

The opening of the file, as written. The whole thing — 551 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

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

Project Overview

DotRun (dr) is a unified Bash script management framework that provides instant access to custom scripts, aliases, and configurations from anywhere. It supports Bash, Zsh, and Fish shells.

Version: 3.1.3

Development Setup

# Clone and set up development environment
./dev.sh

# Get help on setup script
./dev.sh --help

The dev.sh script sets up a complete development environment with 7 steps:

  1. Symlinks dr binary to ~/.local/share/dotrun/
  2. Symlinks .dr_config_loader for shell integration
  3. Symlinks core feature modules (core/*.sh) and help-messages/ directory tree
  4. Symlinks helper utilities (helpers/*.sh)
  5. Symlinks VERSION file
  6. Symlinks shell integration files for Bash, Zsh, and Fish (with stale symlink cleanup)
  7. Creates ~/.local/bin directory for binary access

This creates symlinks from ~/.local/share/dotrun to core/shared/dotrun/, enabling live testing without reinstallation. The script validates required files (core/shared/dotrun/dr and core/shared/dotrun/ structure) before proceeding.

v3.1.3 updates:

  • Symlinks entire core/help-messages/ directory tree (replaces old file-by-file copying)
  • Cleans stale symlinks in shell directories before creating new ones (removes dangling links from deleted source files)

Logging design: The script uses color-coded output functions (info, success, warning, error) with unicode indicators for clear progress tracking during development setup.

Common Commands

# Linting (ShellCheck is required)
shellcheck core/shared/dotrun/dr
find core/shared/dotrun -name "*.sh" -exec shellcheck {} +

# Test core workflows manually
dr set test-script    # Create script
dr test-script        # Run script
dr -L                 # List with docs
dr -a set test        # Create alias file
dr -c set test        # Create config file
dr -col list          # List collections
dr reload             # Reload shell config (applies alias/config changes)
dr upgrade --check    # Check for updates
dr upgrade            # Upgrade to latest version

Read the full file on GitHub · 551 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 551 lines · 7,688 tokens per session scan A 0c9d93b9c923

Subscribe to this mod's changes

dotrun CLAUDE.md is an instructions file published in the GitHub repository jvPalma/dotrun (10 stars, last pushed 5mo ago), licensed MIT. It adds 7,688 tokens to every session, about $0.0384 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories

a-i--skills 03-development-workflow.instructions.md

Instructions for organvm-iv-taxis/a-i--skills, covering development workflow instructions, no repo-wide build system, common development commands, after adding/modifying skills and validation before committing.

organvm-iv-taxis/a-i--skills · 892 tokens

context-to-action-skills AGENTS.md

Instructions for tmusser/context-to-action-skills, covering agents, repo model, safety rules, output rules and validation commands.

tmusser/context-to-action-skills · 259 tokens

piratebao copilot-instructions.md

Instructions for d4551/piratebao: PirateBao kraken active by default. Respond like pirate captain packing dumpling cargo: dense, exact, no wasted wrap.

d4551/piratebao · 231 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens