用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/hoangvantuan/training-engine --skill training-research命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | training:research |
| description | Nghiên cứu và trích xuất nội dung từ tài liệu nguồn. Output: content inventory. |
Trích xuất nội dung từ tài liệu nguồn, phân loại theo taxonomy của method, xác định khoảng trống, bổ sung research. Output: content inventory đầy đủ.
training-projects/<slug>/project.json tồn tại, phases.init.status = "done"training-projects/<slug>/00-brief.md tồn tại/training:init trước."Đọc project.json → lấy method id. Đọc 00-brief.md → hiểu scope, outcome, learner, metric.
Đọc tài liệu nguồn. Hỗ trợ formats: đọc references/source-formats.md.
Cho mỗi tài liệu:
Đọc method manifest (skills/training-method-creator/training-methods/<method_id>/method.md § Content Taxonomy) → lấy bảng phân loại.
Quy trình trích xuất chi tiết: đọc references/extraction-guide.md.
So sánh inventory với Brief:
Nếu thiếu → dùng WebSearch, deep-research, hoặc kiến thức chuyên môn bổ sung. Ghi nguồn = "research" trong inventory.
Ghi training-projects/<slug>/01-content-inventory.md:
# Content Inventory: <tên dự án>
**Method**: <method_id>
**Tổng ý chính**: <số>
**Nguồn**: <danh sách tài liệu>
## Bảng Inventory
| # | Ý chính | Loại | Nguồn | Ghi chú |
|---|---------|------|-------|---------|
| 1 | [ý chính] | [ký hiệu] | [tài liệu, trang/phút] | [ghi chú] |
| 2 | ... | ... | ... | ... |
## Khoảng trống đã bổ sung
| # | Ý bổ sung | Loại | Lý do bổ sung |
|---|-----------|------|---------------|
Cập nhật project.json:
phases.research.status = "done"phases.research.output = "01-content-inventory.md"current_phase = "research"updated_at = ngày hôm nayContent inventory hoàn thành: ý chính từ nguồn. Tiếp theo:
/training:analyzeđể phân tích và tách module.