Bộ skills khởi đầu cho Claude Code, dành cho marketer / quản lý non-tech.
Repo này không phải giáo trình — nó là bộ công cụ sẵn dùng. Clone về máy, mở Claude Code, gọi 1 trong 3 skill có sẵn để làm việc thật ngay.
- Marketer, quản lý, người làm SEO/Ads — không lập trình.
- Đã có hoặc sắp có tài khoản Claude (Anthropic).
- Muốn dùng Claude Code để tăng năng suất công việc thật, không chỉ học lý thuyết.
git clone https://github.com/seongon-agency/claude-code-course
cd claude-code-course
claude
Claude Code tự nhận skill khi bạn hỏi đúng nhu cầu, hoặc bạn gõ slash command trực tiếp.
/audit-webapp
Hoặc nói tự nhiên:
"Audit repo web app tôi ở folder
../my-webapp. Tôi đang thiếu gì? Ra action plan cụ thể."
Skill sẽ đọc repo, đối chiếu checklist fullstack, và trả về report kèm action plan — mỗi action có prompt copy-paste-chạy-được.
/create-skill
Hoặc:
"Tôi viết content SEO theo quy trình cố định mỗi tuần. Đóng gói thành skill cho tôi."
Skill này tự sinh ra SKILL.md đúng best practice của Anthropic (progressive disclosure, naming convention, eval scenarios) — bạn chỉ cần mô tả workflow.
/google-connect
Hoặc:
"Tôi muốn Claude Code đọc/ghi được Google Sheets của tôi."
Skill này dẫn bạn step-by-step qua Google Cloud Console OAuth, ghi credentials vào .env, cài hook auto-refresh token, và chạy smoke test để chắc chắn kết nối hoạt động.
claude-code-course/
├── README.md — file này
├── .gitignore
└── .claude/
└── skills/
├── audit-webapp/ — audit web app theo checklist + ra action plan
│ ├── SKILL.md
│ ├── checklist-fullstack.md
│ └── report-template.md
│
├── create-skill/ — tạo skill Claude Code mới đúng best practice
│ ├── SKILL.md
│ ├── EVALS.md
│ ├── assets/ — skill-template.md, eval-template.md
│ └── references/ — taxonomy, type-guides, anti-patterns, checklist
│
└── google-connect/ — setup OAuth Google cho Claude Code
├── SKILL.md
├── EVALS.md
├── assets/ — env.template
├── references/ — google-cloud-setup, scopes, troubleshooting
└── scripts/ — install.py, oauth_refresh.py, smoke_test.py
Convention: Mỗi skill là 1 folder với SKILL.md làm entry point. Claude Code tự đọc khi user trigger đúng keyword — không phải import hay config gì thêm.
- Code (scripts, skill logic): MIT
- Content (SKILL.md, references, assets): CC BY 4.0 — attribution SEONGON + Hoàng Đình Việt
Repo này là tài liệu sống. Nếu bạn có skill / cải tiến muốn đóng góp — mở PR hoặc liên hệ SEONGON.