by Snailclimb
AI 应用开发、AI 编程实战与面试指南,涵盖 LLM、Agent、RAG、MCP、Claude Code、Codex 等核心技术与工程实践。
# Add to your Claude Code skills
git clone https://github.com/Snailclimb/AIGuideLast scanned: 6/24/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-06-24T07:39:45.130Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}AIGuide is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Snailclimb. AI 应用开发、AI 编程实战与面试指南,涵盖 LLM、Agent、RAG、MCP、Claude Code、Codex 等核心技术与工程实践。. It has 229 GitHub stars.
Yes. AIGuide passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/Snailclimb/AIGuide" 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 AIGuide against similar tools.
No comments yet. Be the first to share your thoughts!
你好,我是 JavaGuide 的作者。最近这段时间,我一直在补 AI 应用开发、AI 编程实战和 AI 面试这几块内容。
这份开源指南写给所有想系统学习 AI 应用开发与 AI 工程化落地 的同学:后端、前端、测试、架构师、技术管理者、产品技术同学都可以看。你不需要先转算法岗,也不需要一上来就啃训练框架和论文公式;这里重点放在 LLM、Agent、RAG、MCP、Prompt、评测、系统设计、Claude Code、Codex 这些做应用时会真正用到的东西。
如果你本来是 Java / Go 后端,会更容易把高并发、缓存、数据库、消息队列、可观测性这些经验迁移过来;如果你是前端、测试或产品技术方向,也可以从 Prompt、RAG、Agent、AI Coding、评测和系统设计切入,理解一个 AI 功能从 Demo 到上线到底要补哪些环节。
目前每篇文章都会尽量配上真实工程场景、关键参数、踩坑点和图解。内容还在持续更新,有帮助的话欢迎 Star,也欢迎提 Issue 一起补充。

发布之后,收到了不少读者朋友的反馈和推荐。感谢大家,我会继续维护。

如果你是第一次系统学 AI 应用开发,建议按这个顺序走:
AI Coding 不是另一条完全独立的线。它更像是日常研发方式的升级,写业务代码、改前端页面、补测试、做重构、查线上问题都能用。建议一边学 AI 应用开发,一边用 Claude Code、Codex、Cursor、Trae 这类工具练起来。