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/lichamnesia/lich-skills/claude-mdgit clone --depth 1 https://github.com/LichAmnesia/lich-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/lichamnesia/lich-skills/claude-md)<a href="https://agentmods.dev/instructions/lichamnesia/lich-skills/claude-md"><img src="https://agentmods.dev/badge/instructions/lichamnesia/lich-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.00419 | $0.00419 |
| Opus 5 | $0.00210 | $0.00210 |
| Sonnet 5 | $0.00084 | $0.00084 |
| Haiku 4.5 | $0.00042 | $0.00042 |
Grade A, and why
lich-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 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.
What it actually says
CLAUDE.md — lich-skills
Guidance for Claude Code when working inside this repository.
What this repo is
lich-skills is an open-source collection of Claude Code skills. Public, MIT-licensed. Three skills today:
spec-driven-dev— Spec → Plan → Build → Test → Review → Ship workflowtavily-search— web search via the Tavily APInano-banana— image generation/edit via Google's Nano Banana 2
Hard rules (repo is public)
- No secrets. Never commit API keys, tokens,
.envfiles, service-account JSON. Agitleakspre-commit hook runs on every commit — do not bypass it with--no-verify. - Env vars only. Skills read credentials from environment variables (
TAVILY_API_KEY,GEMINI_API_KEY, etc.). Never hardcode. UseYOUR_API_KEY_HEREin examples. - No private file paths. Example paths in skill docs should be generic (
~/project/,./output.png) — never reference the author's private workspace. - MIT license. All new files inherit MIT. Do not paste copyrighted code from other projects without attribution and license compatibility.
Skill format
Every skill lives at skills/<name>/SKILL.md with YAML frontmatter:
---
name: skill-name
description: One-line trigger description starting with "Use when..."
---
Follow the process-not-prose convention: clear steps, exit criteria, rationalization tables.
Conventional commits
feat|fix|refactor|docs|chore|ci|test + scope. English. Example: feat(tavily): add search skill.
Before every commit
gitleaks detect --config .gitleaks.toml --source .— clean- Skill runs locally (for script-backed skills)
- README skills table is up to date
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.
- 5d ago First seen · 42 lines · 419 tokens per session scan A a9b407849f29
lich-skills CLAUDE.md is an instructions file published in the GitHub repository LichAmnesia/lich-skills (233 stars, last pushed 2mo ago), licensed MIT. It adds 419 tokens to every session, about $0.0021 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.
Other instructions, from other repositories
cli AGENTS.md
AGENTS.md instructions for googleworkspace/cli, covering agents.md, project overview, build & test, changesets and architecture.
notfair-plugin AGENTS.md
AGENTS.md instructions for nowork-studio/notfair-plugin, covering notfair — skill resolver for ai agents, how to use this file, seo, paid ads and analytics.
Agentkey AGENTS.md
Instructions for chainbase-labs/Agentkey, covering agents.md, what this repo is, directory structure, key commands and test a local edit against every detected agent.
domscribe CLAUDE.md
Instructions for patchorbit/domscribe, covering claude.md, what is domscribe?, how to work on this codebase, commands and install dependencies (pnpm, not npm).
adeu GEMINI.md
Gemini CLI instructions for dealfluence/adeu, covering adeu — native track changes for ai, available tools, readdocx, processdocumentbatch and applytextrevision.
bookstack-mcp CLAUDE.md
Instructions for ttpears/bookstack-mcp, covering claude.md, project overview, build & development commands, architecture and configuration.