Skip to content

kaiitc/helloai-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelloAI Kit

Bộ command và skill Claude Code gói sẵn, cho người mới với AI dùng ngay. Mọi file đều là markdown thuần — xem trước khi cài, không có ma thuật.

Site: https://helloai-kit.flownetic.workers.dev

Đây là content repo (public). Site showcase render từ nội dung này sống ở một repo riêng (private).

Có gì bên trong

Commands (commands/)

  • codex-image — Sinh ảnh qua Codex CLI từ 1 câu prompt mô tả.
  • codex-writing — Nhờ Codex CLI viết bài blog từ outline hoặc prompt, theo voice guide cá nhân.

Skills (skills/)

  • publish-to-emdash — Convert file blog markdown thành Portable Text và POST lên EmDash CMS admin API.
  • self-hosted-mcp-for-claude — Build và deploy remote MCP server cho Claude.ai / Claude Code, không cần Cloudflare Worker.

Cài đặt — 2 cách

1) Terminal (curl)

Cài tất cả:

curl -fsSL https://raw.githubusercontent.com/kaiitc/helloai-kit/main/install.sh | bash

Cài 1 command:

curl -fsSL https://raw.githubusercontent.com/kaiitc/helloai-kit/main/install.sh | bash -s -- command codex-image

Cài 1 skill:

curl -fsSL https://raw.githubusercontent.com/kaiitc/helloai-kit/main/install.sh | bash -s -- skill publish-to-emdash

Installer ghi vào $HOME/.claude/ (đổi bằng CLAUDE_DIR=...).

2) Chat với AI (Claude Code / Codex CLI)

Chưa quen terminal? Đang mở Claude Code hoặc Codex CLI? Paste prompt dưới vào ô chat, AI sẽ chạy cài giúp.

Cài tất cả:

Cài giúp mình toàn bộ HelloAI Kit vào Claude Code nhé. Chạy trong terminal:

curl -fsSL https://raw.githubusercontent.com/kaiitc/helloai-kit/main/install.sh | bash

Xong thì liệt kê các command và skill vừa cài cho mình biết.

Cài 1 command (VD codex-image):

Cài giúp mình command "codex-image" từ HelloAI Kit nhé. Chạy trong terminal:

curl -fsSL https://raw.githubusercontent.com/kaiitc/helloai-kit/main/install.sh | bash -s -- command codex-image

Xong check file ~/.claude/commands/codex-image.md có chưa rồi báo lại.

Cài 1 skill (VD publish-to-emdash):

Cài giúp mình skill "publish-to-emdash" từ HelloAI Kit nhé. Chạy trong terminal:

curl -fsSL https://raw.githubusercontent.com/kaiitc/helloai-kit/main/install.sh | bash -s -- skill publish-to-emdash

Xong check folder ~/.claude/skills/publish-to-emdash/ có tồn tại không rồi báo lại.

Site https://helloai-kit.flownetic.workers.dev có nút copy sẵn cho từng command/skill.

Thêm command/skill mới

  • Command: thả file .md vào commands/ với frontmatter chuẩn Claude Code (description, argument-hint, allowed-tools).
  • Skill: tạo folder skills/<name>/SKILL.md với frontmatter name + description.

Push → site rebuild (từ repo site, chạy npm run deploy).

License

MIT © kaiitc

About

Claude Code commands + skills cho người mới với AI

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors