everything-claude-code-zh is a Chinese translation of a collection of configurations for Claude Code and other AI coding agents. It provides agents, skills, hooks, commands, rules, and MCP configurations intended to support development workflows such as memory persistence, security scanning, evaluation, and research-first work. The catalogue includes commands, skills, agents, instructions, and a plugin from this configuration set.
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 commands/xu-xiang/everything-claude-code-zh/instinct-importgit clone --depth 1 https://github.com/xu-xiang/everything-claude-code-zhWrote 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/commands/xu-xiang/everything-claude-code-zh/instinct-import)<a href="https://agentmods.dev/commands/xu-xiang/everything-claude-code-zh/instinct-import"><img src="https://agentmods.dev/badge/commands/xu-xiang/everything-claude-code-zh/instinct-import.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.1 | $0.00013 | $0.00542 |
| Opus 5 | $0.00006 | $0.00271 |
| Sonnet 5 | $0.00003 | $0.00108 |
| Haiku 4.5 | $0.00001 | $0.00054 |
Grade A, and why
instinct-import 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 6d 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
直觉导入命令(Instinct Import Command)
从文件或 URL 导入直觉(Instincts):$ARGUMENTS
你的任务(Your Task)
将直觉导入到持续学习系统(continuous-learning-v2)中。
导入源(Import Sources)
文件导入
/instinct-import path/to/instincts.json
URL 导入
/instinct-import https://example.com/instincts.json
团队共享导入
/instinct-import @teammate/instincts
导入格式(Import Format)
预期的 JSON 结构:
{
"instincts": [
{
"trigger": "[场景描述]",
"action": "[建议的操作]",
"confidence": 0.7,
"category": "coding",
"source": "imported"
}
],
"metadata": {
"version": "1.0",
"exported": "2025-01-15T10:00:00Z",
"author": "username"
}
}
导入流程(Import Process)
- 校验格式(Validate format) - 检查 JSON 结构
- 去重(Deduplicate) - 跳过已存在的直觉
- 调整置信度(Adjust confidence) - 降低导入直觉的置信度 (×0.8)
- 合并(Merge) - 添加到本地直觉库
- 报告(Report) - 显示导入摘要
导入报告(Import Report)
导入摘要(Import Summary)
==============
来源: [路径或 URL]
文件内总数: X
已导入: Y
已跳过 (重复): Z
错误: W
已导入的直觉:
- [trigger] (置信度: 0.XX)
- [trigger] (置信度: 0.XX)
...
冲突解决(Conflict Resolution)
导入重复项时:
- 保留置信度较高的版本
- 合并应用计数(Application counts)
- 更新时间戳
提示(TIP): 导入完成后,使用 /instinct-status 查看已导入的直觉。
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.
- 6d ago First seen · 89 lines · 13 tokens per session scan A 84a3f45d30f7
instinct-import is a command published in the GitHub repository xu-xiang/everything-claude-code-zh (1,929 stars, last pushed 6mo ago), licensed MIT. It adds 13 tokens to every session and 542 once invoked, about $0.0001 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 commands, from other repositories
instinct-import
Import instincts from external sources.
learn
Extract patterns and learnings from current session.
mempalace-init
Set up MemPalace — install the package, initialize a palace, register the MCP server with Cursor, and verify everything works.
mempalace-status
Show the current state of your memory palace — wings, rooms, drawer counts, and suggestions.
ingest
Ingest source material into an active wiki. Accepts URLs, file paths, PDFs, freeform text, or processes the inbox. Supports tweets via Grok MCP.
compact-prep
Ask the agent to prepare for conversation compaction by updating any relevant state and providing guidance for the compaction agent and to kick off the session there after.