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/lianues/lim-code/agents-mdgit clone --depth 1 https://github.com/Lianues/Lim-CodeWhat 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.00319 | $0.00319 |
| Opus 5 | $0.00160 | $0.00160 |
| Sonnet 5 | $0.00064 | $0.00064 |
| Haiku 4.5 | $0.00032 | $0.00032 |
Grade A, and why
Lim-Code AGENTS.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 yesterday.
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
AGENTS.md
Skill 编写兜底入口
这个文件用于弥补 Skill 自动触发可能不稳定的问题。它只为 Skill 编写任务提供窄范围兜底,不改变普通仓库工作流。
当用户要求创建、改进、审查、测试、打包或维护 agent Skill,或可复用 agent 工作流时,先读取 .limcode/skills/write-a-skill/SKILL.md。如果项目级内容不存在,再询问用户是否使用用户级 write-a-skill Skill。
除非用户明确在处理 agent Skills、commands、hooks、rules、AGENTS.md 指南或可复用 agent 工作流,否则不要把这个兜底规则用于普通编码任务、文档编辑或仓库维护。
Subagents 使用兜底入口
当用户要求“使用 Agents / subagents / 多个 Agent / 并行 Agent / 让多个 Agent 分别审查 / 对抗性审查 / 集群搜索 / 集群处理项目”时,先读取 .limcode/skills/using-subagents/SKILL.md。如果项目级内容不存在,再询问用户是否使用用户级 using-subagents Skill。
不要把这个兜底规则用于简单单步任务、普通代码审查或单 Agent 可完成的审查。只有当任务需要独立上下文、并行调查、对抗性审查、多角色视角或大范围项目分片处理时,才使用 subagents。
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.
- yesterday First seen · 16 lines · 319 tokens per session scan A df0a51141418
Lim-Code AGENTS.md is an instructions file published in the GitHub repository Lianues/Lim-Code (149 stars, last pushed 3mo ago), licensed MIT. It adds 319 tokens to every session, about $0.0016 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
awesome-openclaw-usecases-zh AGENTS.md
Instructions for AlexAnys/awesome-openclaw-usecases-zh, covering agents.md, 仓库定位, 你正在用哪个 agent?(quick start), openclaw(原生) and hermes(nous research).
calva-backseat-driver AGENTS.md
Instructions for BetterThanTomorrow/calva-backseat-driver, covering calva backseat driver - ai agent guide, essential architecture, action/effect system ("ex"), runtime state structure and datascript connections.
calva-backseat-driver backseat-driver-source-conventions.instructions.md
Backseat Driver extension source code conventions — Ex framework patterns, async, state management, namespace separation, and naming. Supplements universal Clojure patterns with Backseat Driver-specific rules.
calva-backseat-driver changelog.instructions.md
CHANGELOG.md conventions — audience, scope, and entry format for the Backseat Driver extension changelog.
agentor copilot-instructions.md
Instructions for CelestoAI/agentor: Read AGENTS.md in the repository root. It is the single source of contributor guidance for this project — architecture, development setup, code style, testing, and CI — and applies to Copilot exactly as written.
claudekit AGENTS.md
Instructions for duthaho/claudekit, covering agents.md, what this is, build, test, run, architecture and conventions & gotchas.