claude-code-profiles CLAUDE.md

claude-code-profiles CLAUDE.md is an instructions file for coding agents from quinnjr/claude-code-profiles. It costs 1,863 tokens per session, scanned A, original, MIT.

Repository instructions for a tool that manages separate Claude Code configuration profiles across shell environments.

In plain words
What is it for?
Use them when modifying the POSIX shell, PowerShell, or Windows batch implementations, profile management commands, or directory-local configuration.
Why use it?
They describe the shared architecture and platform-specific rules, helping changes preserve profile isolation and normal Claude command behavior.

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/quinnjr/claude-code-profiles/claude-md
Clone the repo
git clone --depth 1 https://github.com/quinnjr/claude-code-profiles

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 claude-code-profiles CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/quinnjr/claude-code-profiles/claude-md.svg)](https://agentmods.dev/instructions/quinnjr/claude-code-profiles/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/quinnjr/claude-code-profiles/claude-md"><img src="https://agentmods.dev/badge/instructions/quinnjr/claude-code-profiles/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,863 This file is loaded in full into every session.
When invoked 1,863 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.01863 $0.01863
Opus 5 $0.00932 $0.00932
Sonnet 5 $0.00373 $0.00373
Haiku 4.5 $0.00186 $0.00186

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

Security

Grade A, and why

claude-code-profiles 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 5d 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 · 106 lines

How it starts

The opening of the file, as written. The whole thing — 106 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

Cross-platform shell functions for managing multiple Claude Code configuration profiles via CLAUDE_CONFIG_DIR. Each profile is a complete, isolated config directory. A transparent claude() wrapper auto-resolves the active profile so users just run claude normally.

Three equivalent implementations: POSIX sh (sourced), PowerShell (dot-sourced), and Windows cmd batch.

Architecture

The POSIX and PowerShell implementations are sourceable function files (not standalone scripts). They each define two functions: claude() (transparent wrapper) and claude-profile() (management). The cmd batch script is standalone since cmd lacks a function-sourcing mechanism.

  • claude-profile.sh (POSIX sh) — reference implementation. Sourced in .bashrc/.zshrc. Provides claude() wrapper that auto-resolves the default profile before calling the real binary via command claude. Provides claude-profile() for management commands. Strict POSIX only: no local, no [[ ]], no arrays, no bashisms. Uses printf over echo, _cp_-prefixed variables, return (not exit — runs in user's shell). On Git Bash / MSYS2 (detected via $MSYSTEM), profiles are stored at %LOCALAPPDATA%\claude-profiles\ and paths are converted via cygpath -w before invoking claude.exe so they are shared with the cmd/PowerShell implementations.
  • claude-profile-init.ps1 (PowerShell 5.1+/pwsh 6+) — cross-platform. Dot-sourced in $PROFILE. Same two-function model. Uses $args manual parsing (not param()) to avoid conflicts with PowerShell parameter binding. Get-Command -CommandType Application to find the real claude binary past the function.
  • claude-profile.cmd (Windows batch) — standalone script. Uses goto :label dispatch, setlocal enabledelayedexpansion, endlocal & set idiom to leak CLAUDE_CONFIG_DIR to the caller. No transparent claude wrapper (cmd limitation). Users run call claude-profile.cmd use <name> then claude separately.

Read the full file on GitHub · 106 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. 5d ago First seen · 106 lines · 1,863 tokens per session scan A ef2b78622ca2

Subscribe to this mod's changes

claude-code-profiles CLAUDE.md is an instructions file published in the GitHub repository quinnjr/claude-code-profiles (92 stars, last pushed 16d ago), licensed MIT. It adds 1,863 tokens to every session, about $0.0093 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-30.