AIGuide

by SnailclimbVerified

AI 应用开发、AI 编程实战与面试指南,涵盖 LLM、Agent、RAG、MCP、Claude Code、Codex 等核心技术与工程实践。

549
Stars
66
Forks
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/Snailclimb/AIGuide

Getting Started

Guides for using skills like AIGuide.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

AI 应用开发

你好,我是 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 一起补充。

AIGuide 内容概览,大量配图

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

AIGuide 收到了很多读者朋友的好评和推荐

Agent Skills

AIGuide 仓库里也会同步维护一部分可直接安装的 Agent Skill,目前已提供:

  • drawio-chart:根据需求生成专业的 draw.io 图表,支持流程图、架构图、时序图、ER 图等,并可导出为 PNG/SVG/PDF。
  • java-coding-standards:为 Java / Spring Boot 项目提供分层架构、编码风格、事务、异常、日志、性能与测试方面的工程规范。

安装方式:

npx skills add Snailclimb/AIGuide --path skills/drawio-chart

如果你主要在 Codex 里使用,也可以直接从 GitHub 安装:

python3 ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
  --repo Snailclimb/AIGuide \
  --path skills/drawio-chart

怎么读

如果你是第一次系统学 AI 应用开发,建议按这个顺序走:

  1. 先看 大模型基础:把 Token、上下文窗口、采样参数、API 调用、结构化输出和评测搞清楚。
  2. 再看 RAG:企业知识库问答最常见,坑也最多,文档处理、向量检索、更新链路和评测都得补。
  3. 接着看 AI Agent:重点理解 Tool Calling、Memory、MCP、Skills、Workflow / Graph / Loop。
  4. 最后看 AI 系统设计:把 Demo 放进生产环境,处理网关、限流、fallback、成本、观测、安全和灰度。

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

学习路线与建议

面试题

大模型基础

AI Agent

RAG(检索增强生成)

AI 系统设计

AI 编程实战

AI 编程技巧

Frequently Asked Questions

What is AIGuide?

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 549 GitHub stars.

Is AIGuide safe to use?

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.

How do I install AIGuide?

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).

Are there alternatives to AIGuide?

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.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details