by AIPMAndy
Andy's Soul - AI Agent 核心操作指令 | Universal core directives for AI agents (Claude, Codex, Cursor) - Cognitive axioms + Musk's methodology + Karpathy's principles
# Add to your Claude Code skills
git clone https://github.com/AIPMAndy/AndySoulAndySoul is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by AIPMAndy. Andy's Soul - AI Agent 核心操作指令 | Universal core directives for AI agents (Claude, Codex, Cursor) - Cognitive axioms + Musk's methodology + Karpathy's principles. It has 50 GitHub stars.
AndySoul's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/AIPMAndy/AndySoul" and add it to your Claude Code skills directory (see the Installation section above).
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh AndySoul against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
适用于 AI 编码 Agent(Claude Code、Codex、Cursor 等)的通用行为指南,结合了基础认知公理、马斯克的工程方法论和 Karpathy 的编码原则,旨在最大化执行质量并最小化常见的 LLM 错误。也欢迎加微信AIPMAndy一起探讨Agent技术及应用。
适用于:Claude Code、OpenAI Codex、Cursor 以及任何读取项目指令的 AI Agent。
一套通用配置文件,让 AI 编码 Agent:
兼容平台:
CLAUDE.md).cursorrules 或系统提示词).cursorrules)建立在三大支柱之上:
适合你使用,如果你:
这不是:
# Claude Code 用户
curl -o CLAUDE.md https://raw.githubusercontent.com/AIPMAndy/AndySoul/main/CLAUDE.md
# Cursor / Codex 用户
curl -o .cursorrules https://raw.githubusercontent.com/AIPMAndy/AndySoul/main/CLAUDE.md
# 或浏览特定场景模板
curl -O https://raw.githubusercontent.com/AIPMAndy/AndySoul/main/TEMPLATES.md
复制 CLAUDE.md 到项目根目录:
curl -o CLAUDE.md https://raw.githubusercontent.com/AIPMAndy/AndySoul/main/CLAUDE.md
Claude Code 会自动加载。
复制为 .cursorrules:
curl -o .cursorrules https://raw.githubusercontent.com/AIPMAndy/AndySoul/main/CLAUDE.md
复制内容并适配到你的 Agent 配置格式(系统提示词、指令文件等)。
编辑文件,添加你的:
文件是模块化的 - 保留适合你工作流的部分,移除不需要的。
大多数提示工程关注"如何编码"。这个关注**"如何思考"** 然后再编码:
剥离惯例和类比。从基本真理(物理、数学、逻辑)推导解决方案。
之前(典型 LLM 行为):
用户:"给登录表单添加验证"
AI:[添加验证 + 重构表单 + 更新样式 + 添加未使用的错误状态]
之后(使用 AndySoul):
用户:"给登录表单添加验证"
AI:"我会添加邮箱/密码验证。计划:
1. 添加验证规则 → 用无效输入测试
2. 显示错误消息 → 测试错误显示
3. 无效时阻止提交 → 测试提交拦截
我还应该处理边界情况如空字符串吗,还是只做基本格式验证?"
[只做请求的修改,匹配现有代码风格]
查看 EXAMPLES.md 了解 5 个详细的前后对比。
这些指南偏向谨慎而非速度。它们设计用于:
对于简单的拼写修复或单行修改,使用你的判断力。
如果这对你有帮助,请考虑给个 star ⭐
这是一个活文档。如果你发现改进点:
MIT - 自由使用、修改,无需署名。
与 Anthropic、OpenAI、Cursor 或任何 AI 公司无关。
只是一个开发者让 AI 编码 Agent 更系统可靠的尝试。
如果你觉得有价值: