Skip to content

seongon-agency/claude-code-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Claude Code Course — SEONGON

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.

Đối tượng

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

Cách dùng

1. Clone repo về máy

git clone https://github.com/seongon-agency/claude-code-course
cd claude-code-course

2. Mở Claude Code trong thư mục này

claude

3. Gọi 1 trong 3 skill có sẵn

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 — Audit web app của bạn, ra action plan nâng cấ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 — Đóng gói workflow lặp lại thành skill Claude Code mới

/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 — Kết nối Google account cho Claude Code

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

Cấu trúc

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.

License

  • Code (scripts, skill logic): MIT
  • Content (SKILL.md, references, assets): CC BY 4.0 — attribution SEONGON + Hoàng Đình Việt

Đóng góp

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages