MCP Directory
Back

AI-Code-Tutorials

by 0xfnzero · ★ 75

Bilingual AI coding tutorials for Claude Code and OpenAI Codex: setup, CLI, Codex workflows, MCP, agents, code review, prompt engineering, and web projects.

#agent-skills#agents-md#ai-agent#ai-coding#ai-coding-agent#ai-programming#best-practices#bilingual#claude-ai#claude-code#code-review#codex#coding-agent#coding-tutorial#github-code-review#mcp#openai-codex#prompt-engineering#tutorial#web-development

Install

git clone https://github.com/0xfnzero/AI-Code-Tutorials.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "ai-code-tutorials": {
      "command": "npx",
      "args": [
        "-y",
        "github:0xfnzero/AI-Code-Tutorials"
      ]
    }
  }
}

From the README

🚀 AI Code Tutorials Claude Code 与 OpenAI Codex AI 辅助编程教程 从零基础到高级应用,系统学习 Claude Code、OpenAI Codex 和现代 AI 辅助编程工作流。 教程大纲 • 学习路线 • 学习目标 • 资源 中文 | English | Website | Telegram | Discord ---|----------| | 入门基础 | Claude Code 与 Codex 概念、安装配置、第一次对话、基础命令、Git 和文件操作 | | 项目实战 | Web 应用规划、前端页面、后端 API、用户认证、功能增强、部署上线 | | 进阶工作流 | 提示词工程、代码审查、调试技巧、设计模式、错误处理、安全实践 | | AI Agent | 子代理概念、开发/架构/测试/运维代理、协作模式、MCP 服务器配置 | | Codex 专题 | Codex CLI、App、IDE、Cloud、GitHub review、AGENT…
Read full README on GitHub →

Related developer tools servers