skills CLAUDE.md

skills CLAUDE.md is an instructions file for coding agents from linggen/skills. It costs 511 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for maintaining Linggen skills across three synchronized locations: the source repository, the running daemon’s skills folder, and a vendored copy.

In plain words
What is it for?
Use them when editing Linggen skills, checking JavaScript syntax, reloading skills, or updating the vendored repository pointer.
Why use it?
They explain which copy to edit, how to keep versions identical, and how changes become available to the running app.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/linggen/skills/claude-md.svg)](https://agentmods.dev/instructions/linggen/skills/claude-md)
Your own site
<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>
Per session 511 This file is loaded in full into every session.
When invoked 511 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.00511 $0.00511
Opus 5 $0.00255 $0.00255
Sonnet 5 $0.00102 $0.00102
Haiku 4.5 $0.00051 $0.00051

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

Security

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.

CLAUDE.md · 24 lines

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):

  1. skills/<name>/… — this repo (standalone source of truth)
  2. ~/.linggen/skills/<name>/… — what the running daemon serves (page changes: reload the app iframe; SKILL.md changes: POST /api/skills/reload with Content-Type: application/json body {}, then a NEW chat to bind)
  3. linggen/linggen-app/vendor/skills — git submodule of this repo. After pushing here: git pull origin main inside the submodule, then commit the pointer bump in linggen-app.

Never edit ~/.linggen or vendor/skills directly.

Conventions

  • Syntax-check JS with node --check before 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/bash must 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=1 when 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 via home() (bash.js) and build absolute paths (this silently ate every DJ thumbnail until 2026-08-04).

Read the full file on GitHub · 24 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 · 24 lines · 511 tokens per session scan A 43772121fbfe

Subscribe to this mod's changes

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.

Related

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.

linggen/linggen · 1,448 tokens

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.

PM-Shawn/Abu-Cowork · 10,343 tokens

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.

PM-Shawn/Abu-Cowork · 143 tokens

harborclerk AGENTS.md

Instructions for r0shi/harborclerk, covering agents.md, what this is, non-negotiables, working agreement and review policy.

r0shi/harborclerk · 2,154 tokens

zelin-ai-assistant CLAUDE.md

Claude Code instructions for Wan-ZL/zelin-ai-assistant, covering claude.md — 入职必读(每个 ai session 的必经之门), 这是什么软件, 三份必读文件(按顺序), 当前进行中的大轮次(2026-09 起) and 添加任何功能前,必答三问(答案写进 pr 描述).

Wan-ZL/zelin-ai-assistant · 1,960 tokens

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.

r0shi/harborclerk · 3 tokens