sshlg-skills: Instructions file for Claude Code

CLAUDE.md

sshlg-skills CLAUDE.md is an instructions file for Claude Code, Codex from ssheleg/sshlg-skills. It costs 1,807 tokens per session, scanned A, original, MIT.

Repository-specific instructions for the ssheleg skill family, including its launcher, submodules, routing rules, and test gate. A submodule is a repository included at a fixed version inside another repository.

In plain words
What is it for?
Use them when editing or testing this repository, validating pinned components, updating its routing block, or checking that offline tests pass.
Why use it?
They document the local rules and checks needed to change this repository safely, including how its operator-owned file is handled.

Instructions file for Claude CodeCodex

Written for Codex and Claude Code: reads ~/.codex or $CODEX_HOME, but also the file is CLAUDE.md. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions AGENTS.md.

This is ssheleg/sshlg-skills's own configuration. It tells Claude Code and Codex how to work on sshlg-skills itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything sshlg-skills configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ssheleg/sshlg-skills. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ssheleg/sshlg-skills/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/ssheleg/sshlg-skills

Made for: Claude Code, Codex.

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 sshlg-skills CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ssheleg/sshlg-skills/claude-md/github.svg)](https://agentmods.dev/instructions/ssheleg/sshlg-skills/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/ssheleg/sshlg-skills/claude-md"><img src="https://agentmods.dev/badge/instructions/ssheleg/sshlg-skills/claude-md/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sshlg-skills CLAUDE.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/ssheleg/sshlg-skills/claude-md"><img src="https://agentmods.dev/badge/instructions/ssheleg/sshlg-skills/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 1,807 This file is loaded in full into every session.
When invoked 1,807 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.01807 $0.01807
Opus 5 $0.00903 $0.00903
Sonnet 5 $0.00361 $0.00361
Haiku 4.5 $0.00181 $0.00181

Measured 10d ago against content hash f78f8f6b8bb1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

sshlg-skills 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 10d 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 · 121 lines

How it starts

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

CLAUDE.md — sshlg-skills

House rules for this repository only. Global doctrine (language, quality bar, ops autonomy, skill routing) already loads from ~/.claude/CLAUDE.md in the same session; repeating it here would create a second source of truth that drifts. What follows is what is true here and nowhere else.

What this repo is

The umbrella of the ssheleg skill family: a zero-dependency Node launcher plus eight skills as pinned git submodules. It ships no doctrine of its own — each member carries its own — but it owns the family's routing block, the one piece of the family that writes into a file the operator owns and did not write.

That last sentence is the whole risk profile. ~/.claude/CLAUDE.md has no version control behind it. Everything below exists because of it.

The gate

npm test          # test/validate.py, then every discovered test/*_test.js

Ratchets live in docs/DOCMAP.md and are counted by running that command, never carried across from a previous edit. python3 test/check_pins.py is deliberately outside it: it queries the npm registry, and npm test must work offline.

Invariants — each one has a check, and the check has been watched failing

  • One channel per agent. A plain copy under ~/.claude/skills/<id> shadows the plugin of the same name and serves its frozen version forever. install and update prune those copies after every skills-CLI run.
  • An address a live document claims resolves, or the commit does not land. This repository's README is an argument about evidence carrying its own receipt, and it told a reader to run a test:negatives script — task-pipeline's, and Missing script here — beside a convergence file naming a scripts/ check that has never existed in this tree (UM-03, requirement M-07). Name a dead command, never claim it: a document that quotes one as runnable is refused by this guard, correctly, and both repairs above are written that way. Neither was found by reading them; both were found by resolving all 83 addresses in the five live documents at once. test/doc_refs.py extracts and resolves, test/validate.py owns the corpus, and four plants in CI cover the three claim classes plus the empty corpus that would pass everything. The dated records are counted, not gated, and the count prints on every run — their rows cite member repositories and states that were true at a commit, and rewriting those is a thing this repository has already decided against.
  • Submodule urls are HTTPS. gh repo create --source . sets an SSH remote and git submodule add inherits it; everything stays green on the machine that has the key and the release smoke test exits 128 everywhere else. test/validate.py refuses a non-HTTPS url, with a negative self-test in CI.
  • The pin is the promise. A checkout of any hub commit must install exactly the versions skills.json advertises, so the validator reads the version out of the submodule rather than trusting .gitmodules. Three places move together: skills.json, the submodule pointer, the README table.
  • The operator's wording wins — and now says when it has diverged. authored entries take precedence over the packaged text on every run. Since that means a reworded router never arrives, routers reports drift and --adopt is the only path that replaces a person's words, one router at a time, parking what it replaced.
  • A guard reads what would RUN, not what a payload contains. The hygiene guard refused any Bash text carrying skills update <member> — including a document quoting it, which blocked a verification-ledger row from being committed. executablePart() now drops heredoc bodies fed to a non-shell and whole-line comments, and keeps everything else: a bash <<EOF body still runs, and quoted strings are still read, because bash -c '…' is a real invocation. Closing the false positive turned up the matching bypass — bareName kept the trailing quote, so a genuine quoted invocation had been passing untouched.
  • A guard decides in a pure module; the hook only moves bytes. Every refusal this pack can make is a function of a payload (lib/guard.js, lib/hygiene.js, lib/repogate.js), fixtured without a HOME, and the filesystem appears only where a backup is actually taken. Nothing depends on a hook entry's if filter: the reference states it is best-effort and fails open on a command it cannot parse, so a guard resting on it ships with a documented bypass.
  • A hook fails silent, and a refusal names its remedy. A guard that throws breaks every turn in every session, including sessions of packs that never asked for this one; a refusal with no next step is how an operator learns to switch a hook off. Both are asserted in test/hooks_e2e_test.js, which runs the real scripts as processes.

Read the full file on GitHub · 121 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. 10d ago First seen · 121 lines · 1,807 tokens per session scan A f78f8f6b8bb1

Subscribe to this mod's changes

sshlg-skills CLAUDE.md is an instructions file published in the GitHub repository ssheleg/sshlg-skills (6 stars, last pushed today), licensed MIT. It adds 1,807 tokens to every session, about $0.0090 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

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 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,153 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

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens