catalog/repos/ai-native-camp--camp-2.md

99 lines
2.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Claude Code 7日集训营
`Claude Code` `AI工具` `非开发者` `技能学习` `营地课程`
# AI Native Camp - 第2期
> 7天后你的工作方式将永久改变。
面向非开发者的 Claude Code 7日集训营。
## Step 0安装 Claude Code
使用技能前,需要先安装 Claude Code。
### 前置确认
| 项目 | 条件 |
|------|------|
| **操作系统** | macOS 10.15+、Ubuntu 20.04+/Debian 10+、Windows 10+(需要 WSL |
| **内存** | 4GB 以上 |
| **网络** | 必须联网(不支持离线使用) |
| **Shell** | Bash、Zsh、Fish |
| **账号** | Claude Pro、Max、Teams、Enterprise 之一 |
> **无需安装 Node.js。** 使用以下方式(原生安装程序)安装,无需 Node.js 即可独立运行。
### 安装方法
访问 [https://claude.ai](https://claude.ai),在对话框中输入:
```
告诉我如何安装 Claude Code
```
Claude 会根据你的环境逐步指引安装方式,按照提示操作即可。
<details>
<summary>直接查看安装命令(仅供参考)</summary>
**macOS / Linux / WSL**
```bash
curl -fsSL https://claude.ai/install.sh | bash
```
**WindowsPowerShell**
```powershell
irm https://claude.ai/install.ps1 | iex
```
**WindowsCMD**
```cmd
curl -fsSL https://claude.ai/install.cmd -o install.cmd && install.cmd && del install.cmd
```
</details>
### 验证安装
打开终端,输入以下命令:
```
claude
```
Claude 打招呼即表示安装成功。若出现账号认证(登录)提示,按提示继续操作即可。
## Step 1安装技能包
```bash
npx skills add ai-native-camp/camp-2 --agent claude-code --yes
```
一行命令,将所有课程技能安装到 Claude Code 中。
> 安装完成后,在 Claude Code 中执行 `/day1-onboarding` 开始学习。
## 技能即课程
本营的课程本身就是 **Claude Code Skills**
这不是翻幻灯片听的讲座。执行 `/day1-onboarding`Claude 会亲自教学、提问、引导实践。每天解锁新的技能,今天的学习叠加在昨天的基础之上。
用技能学习如何制作技能——这就是本营的方式。
## 课程表
| Day | Skill | 主题 |
|-----|-------|------|
| 1 | `day1-onboarding` | 7个核心功能Memory、Skill、MCP、Subagent、Agent Teams、Hook、Plugin |
| 2 | `day2-mcp-and-context-sync` | MCP 深度探索 + 构建 Context Sync 技能 |
| 3 | `day3-clarify` | Clarify 插件应用 + 打造专属技能 + Plugin 进阶 + PRD & GitHub |
| 4 | `day4-wrap-and-analyze` | Wrap & Analyze构建会话分析技能 + 内容消化体验 |
## 营期结束后
这不是结业,而是开始。你将成为掌握 Claude Code 这把火的新人类社区的一员。