asm CLAUDE.md

asm CLAUDE.md is an instructions file for coding agents from luongnv89/asm. It costs 1,430 tokens per session, scanned A, original, MIT.

Project instructions for asm, a TypeScript command-line tool and terminal interface that manages coding-agent skills.

In plain words
What is it for?
They help agents build, test, type-check, lint, and navigate the asm codebase correctly.
Why use it?
They explain the repository's structure, important commands, testing details, and development rules.

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

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 asm CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/luongnv89/asm/claude-md.svg)](https://agentmods.dev/instructions/luongnv89/asm/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/luongnv89/asm/claude-md"><img src="https://agentmods.dev/badge/instructions/luongnv89/asm/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,430 This file is loaded in full into every session.
When invoked 1,430 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.01430 $0.01430
Opus 5 $0.00715 $0.00715
Sonnet 5 $0.00286 $0.00286
Haiku 4.5 $0.00143 $0.00143

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

Security

Grade A, and why

asm 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 · 100 lines

How it starts

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

CLAUDE.md

agent-skill-manager (asm) — a TypeScript CLI plus ink/React TUI that manages Agent Skills installed for Claude Code, Codex, Gemini, and OpenClaw.

Critical commands

npm install          # postinstall no-ops when CI or ASM_SKIP_POSTINSTALL is set
npm run build        # tsx scripts/build.ts -> dist/ (gitignored)
CI=true npm test     # unit suite — the command of record
npm run test:coverage  # v8 coverage for src/ — measurement only, no fail gate
npm run typecheck    # tsc --noEmit
npm run lint         # eslint over src/
npm run lint:site    # eslint over website-src/src
npm run test:e2e     # tests/e2e/ — NOT covered by `npm test`
npm start            # run the TUI from source

npm test is vitest run src/, and that argument is a substring filter on the test path, not a directory — website-src/src/__tests__/ matches it too, so npm run test:site is a subset of npm test, not a separate leg. Only tests/e2e/ is excluded. Measured timings and evidence: docs/AGENT_ENVIRONMENT.md.

npm run test:coverage is vitest run --coverage src/ with @vitest/coverage-v8 (4.x, matching current vitest). It reports line and branch percentages for src/ product files only (test files excluded). There is no coverage threshold and no CI fail gate — measurement before improvement (F-TEST-003 / #438). Vitest 4 remaps V8 coverage via AST, so the live number may differ from the #438 baseline below; keep coverage.include.

Coverage baseline (2026-08-19, src/, v8, CI=true npm run test:coverage, 2113 tests):

  • Lines: 60.61% (12598/20783)
  • Branches: 82.52% (3406/4127)

M3's coverage target is bound to max(60%, baseline + 20pp):

  • Lines: max(60%, 80.61%) = 80.61%
  • Branches: max(60%, 102.52%) = 100% (formula saturates at 100)

Node and npm must satisfy package.json engines — node ">=18 <23", npm ">=9". Mind the upper bound: CONTRIBUTING.md and docs/DEVELOPMENT.md still state a floor with no ceiling, and engines is the one that is correct.

Read the full file on GitHub · 100 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 · 100 lines · 1,430 tokens per session scan A f6c519716088

Subscribe to this mod's changes

asm CLAUDE.md is an instructions file published in the GitHub repository luongnv89/asm (908 stars, last pushed today), licensed MIT. It adds 1,430 tokens to every session, about $0.0072 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.