sunfmin

Agentic AI From Zero — AI skill for Claude Code

AI community

🌐 中文版:README.zh.md.

How to install Agentic AI From Zero

This entry records only its repository, not the path inside it, so there is no exact command to give. Open sunfmin/agentic-ai-from-zero and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Agentic AI From Zero does

🌐 中文版:README.zh.md.

Alternatives in AI

  • Cursor Talk To Figma MCP — TalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to c 7k ★
  • Karpathy — An agentic Machine Learning Engineer 1.4k ★
  • Agor — Orchestrate Claude Code, Codex, and Gemini sessions on a multiplayer canvas 1.2k ★

README

Agentic AI from Zero

🌐 **中文版**:[`README.zh.md`](./README.zh.md)

A bilingual (Chinese + English) tutorial repository that takes a complete CLI beginner from "I've never opened the terminal" to "I've written a multi-file Claude Code skill."

This repository contains:

  • The tutorial itself — under `tutorial/`, with mirrored zh/ and en/ directories
  • Example skill artifacts (coming with later slices) — installable artifacts the tutorial references
  • Decision documents`CONTEXT.md` (glossary + reader archetype) and `docs/adr/` (architecture decisions)
  • Bootstrap case study — how this very repository was assembled in a single Claude Code session: `BOOTSTRAP-CASE-STUDY.md` (中文) and `BOOTSTRAP-CASE-STUDY.en.md` (English)

Scope at a glance

  • macOS only — see ADR-0001
  • Bilingual (Chinese + English) in mirrored directories
  • Versioning posture: no global Claude Code pin; per-chapter calibration timestamps. See ADR-0002 and `STATUS.md`.

Start reading

→ [`tutorial/README.md`](./tutorial/README.md) — language picker

For maintainers