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.
npx agentmods add instructions/linggen/skills/claude-mdgit clone --depth 1 https://github.com/linggen/skillsWrote 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.
[](https://agentmods.dev/instructions/linggen/skills/claude-md)<a href="https://agentmods.dev/instructions/linggen/skills/claude-md"><img src="https://agentmods.dev/badge/instructions/linggen/skills/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00511 | $0.00511 |
| Opus 5 | $0.00255 | $0.00255 |
| Sonnet 5 | $0.00102 | $0.00102 |
| Haiku 4.5 | $0.00051 | $0.00051 |
Grade A, and why
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 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.
How it starts
The opening of the file, as written. The whole thing — 24 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude Code Instructions
This is the Linggen skills repository — the standalone source of truth for the skills that ship with Linggen. Most are app skills (SKILL.md + a web UI under scripts/ served at /apps/<name>/).
Edit workflow — three synced surfaces
Edit HERE first, then copy changed files to the other two surfaces (keep all three byte-identical):
skills/<name>/…— this repo (standalone source of truth)~/.linggen/skills/<name>/…— what the running daemon serves (page changes: reload the app iframe; SKILL.md changes:POST /api/skills/reloadwithContent-Type: application/jsonbody{}, then a NEW chat to bind)linggen/linggen-app/vendor/skills— git submodule of this repo. After pushing here:git pull origin maininside the submodule, then commit the pointer bump in linggen-app.
Never edit ~/.linggen or vendor/skills directly.
Conventions
- Syntax-check JS with
node --checkbefore syncing; there is no build step — files are served as-is. - Skill JS runs in a sandboxed iframe: no
window.confirm/prompt(silent no-ops in the app shell) — use the shared dialog helpers. - Files written via
/api/bashmust end with a trailing newline (sentinel-strip gotcha). - Chat panels mount through each skill's
chat-bridge.js(LinggenUI.mount); app pages get?app_mode=1, and&in_launcher=1when hosted inside the unified launcher. - Don't trust the model for mechanical invariants (ids, schema fields, timestamps) — derive them page-side at ingest.
- Tool
cmd:template args arrive as the LITERAL placeholder ({{max}}) when the agent omits them — every script must strip/default placeholder-shaped args before use (case "$A" in "{{"*"}}") A=default;; esac). - Never
sq()a path containing$HOME— single quotes kill expansion, and the command then writes to a literal'$HOME'dir under the bash cwd instead of failing. Resolve the home dir once viahome()(bash.js) and build absolute paths (this silently ate every DJ thumbnail until 2026-08-04).
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.
- 4d ago First seen · 24 lines · 511 tokens per session scan A 43772121fbfe
skills CLAUDE.md is an instructions file published in the GitHub repository linggen/skills (2 stars, last pushed yesterday), licensed Apache-2.0. It adds 511 tokens to every session, about $0.0026 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.
Other instructions, from other repositories
linggen CLAUDE.md
Claude Code instructions for linggen/linggen, covering claude.md, doc and spec, build, test, run, architecture and configuration.
Abu-Cowork AGENTS.md
AGENTS.md instructions for PM-Shawn/Abu-Cowork, covering abu (阿布) — ai desktop office assistant, project overview, tech stack, git workflow & development constraints and branches.
Abu-Cowork CLAUDE.md
Claude Code instructions for PM-Shawn/Abu-Cowork, a project described as: Open-source alternative to Claude Cowork — a local-first AI agent desktop app · multi-model · self-evolving skills · privacy-first · multi-Harness roadmap · DeepSeek Harness integration in progress.
harborclerk AGENTS.md
Instructions for r0shi/harborclerk, covering agents.md, what this is, non-negotiables, working agreement and review policy.
zelin-ai-assistant CLAUDE.md
Claude Code instructions for Wan-ZL/zelin-ai-assistant, covering claude.md — 入职必读(每个 ai session 的必经之门), 这是什么软件, 三份必读文件(按顺序), 当前进行中的大轮次(2026-09 起) and 添加任何功能前,必答三问(答案写进 pr 描述).
harborclerk CLAUDE.md
Instructions for r0shi/harborclerk, a project described as: An MCP server that lets AI agents query your document archive instead of uploading it — with OCR, hybrid search, and cited local-AI answers in a private, Mac-native app.