toilatrung

Aia Lab Skill — AI skill for Claude Code

AI community

Bộ skill cho agent (Claude Code) làm trọn một bài lab của chương trình VinUni AI20k (AI Thực Chiến): cài đặt môi trường, chạy notebook Colab trên máy local, rà nhãn có AI hỗ trợ, viết báo cáo theo.

How to install Aia Lab Skill

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

What Aia Lab Skill does

Bộ skill cho agent (Claude Code) làm trọn một bài lab của chương trình **VinUni AI20k (AI Thực Chiến)**: cài đặt môi trường, chạy notebook Colab trên máy local, rà nhãn có AI hỗ trợ, viết báo cáo theo rubric, kiểm bài nộp và đẩy lên GitHub.

Alternatives in AI

  • Codeburn — Free, local tool to track AI coding token usage and cost across 37 tools and agents (Claude Code, Cursor, Code 9.7k ★
  • Claude Squad — by smtg-ai - Claude Squad is a terminal app that manages multiple Claude Code, Codex (and other local agents i 6.5k ★
  • Chat Ollama — ChatOllama is an open source agentic app for running AI agents across local and hosted models 3.5k ★

README

AIA Lab Skills

Bộ skill cho agent (Claude Code) làm trọn một bài lab của chương trình **VinUni AI20k (AI Thực Chiến)**: cài đặt môi trường, chạy notebook Colab trên máy local, rà nhãn có AI hỗ trợ, viết báo cáo theo rubric, kiểm bài nộp và đẩy lên GitHub.

**Tác giả:** Trịnh Quang Trung ([@toilatrung](https://github.com/toilatrung)) · **Giấy phép:** [MIT](LICENSE)

Các skill

Skill Chức năng Script đi kèm
`vinuni-lab` Điều phối cả quy trình, các quy tắc bắt buộc, ví dụ Day 8 đã làm trọn vẹn references/day8.md
`vinuni-lab-setup` Clone repo lab, kiểm tra Python/torch/CUDA/Docker/Jupyter, cấu hình git SSH, nối với repo nộp bài check_env.sh
`vinuni-lab-notebook` Chạy notebook Colab trên máy mà không cần Jupyter, lưu toàn bộ output vào repo run_notebook.py, collect_outputs.py
`vinuni-lab-label-review` Quét độc lập, rà và sửa nhãn YOLO với gợi ý từ model lớn hơn, xuất zip cho CVAT prep_review.py, apply_edits.py, viz_labels.py, export_cvat.py
`vinuni-lab-report` Điền template báo cáo bằng số liệu truy được, kiểm bài, commit/push

Kèm theo: `install.sh` (cài cho Claude Code / Codex), `LICENSE` (MIT).

Cài đặt

Cả Claude Code và Codex CLI đều đọc skill theo cùng định dạng: mỗi skill là một thư mục chứa `SKILL.md` (frontmatter `name`, `description`) nằm **trực tiếp** trong thư mục skills của agent. Thư mục bọc ngoài `aia_lab-skill/` này không được agent quét, nên cần cài từng skill ra đúng chỗ:

Agent Thư mục skills (cấp người dùng)
Claude Code ~/.claude/skills/
Codex CLI ${CODEX_HOME:-~/.codex}/skills/

Cách nhanh (khuyên dùng)

bash install.sh            # cài cho cả Claude Code và Codex
bash install.sh claude     # chỉ Claude Code
bash install.sh codex      # chỉ Codex
bash install.sh --