@hyper_dev/skills
v0.1.0
Published
Install agent skills from default repositories or ad-hoc repos
Maintainers
Readme
@hyper_dev/skills
CLI cài agent skills theo phong cách npx skills, nhưng có thêm cơ chế default source nội bộ.
Cài từ default source
npx @hyper_dev/skillsLệnh này sẽ đọc danh sách source mặc định từ registry/default-sources.json.
Ví dụ mặc định hiện tại:
{
"sources": [
{
"id": "baka3k-agent-skills",
"label": "baka3k agent-skills",
"source": "https://github.com/baka3k/agent-skills"
}
]
}Bạn chỉ cần sửa file này để đổi repo mặc định khi publish package.
Cài từ repo bất kỳ
npx @hyper_dev/skills add https://github.com/baka3k/agent-skills
npx @hyper_dev/skills add https://github.com/baka3k/agent-skills my-skill
npx @hyper_dev/skills add baka3k/agent-skills --listTùy chọn chính
-a, --agent <id> Chọn agent đích
-s, --skill <name> Chọn skill cụ thể
-g, --global Cài global
-p, --project Cài vào project hiện tại
--all Cài toàn bộ skill tìm thấy
-y, --yes Bỏ qua confirmAgents hỗ trợ trong MVP
claude-codegithub-copilotcodexcursoropencodewindsurfuniversal
Development
npm install
npm run build
npm run start -- list-defaults