khazix-skills
New数字生命卡兹克开源的 AI Skills 合集
Summary
This skill provides a curated collection of AI skills from the open-source repository by Khazix (数字生命卡兹克), covering various domains like machine learning, data analysis, and AI tooling.
- It helps developers quickly access and apply reusable skill definitions for common AI/ML tasks in Claude Code.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/khazix-skills.md https://raw.githubusercontent.com/KKKKhazix/khazix-skills/main/SKILL.md/khazix-skillsUse Cases
Usage Examples
/khazix-skills list
/khazix-skills use fine-tune-llm --dataset my_data.csv
Show me the available skills for data preprocessing in the khazix collection.
Security Audits
Frequently Asked Questions
What is khazix-skills?
This skill provides a curated collection of AI skills from the open-source repository by Khazix (数字生命卡兹克), covering various domains like machine learning, data analysis, and AI tooling. It helps developers quickly access and apply reusable skill definitions for common AI/ML tasks in Claude Code.
How to install khazix-skills?
To install khazix-skills: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/khazix-skills.md https://raw.githubusercontent.com/KKKKhazix/khazix-skills/main/SKILL.md. Finally, /khazix-skills in Claude Code.
What is khazix-skills best for?
khazix-skills is a skill categorized under General. Created by KKKKhazix.
What can I use khazix-skills for?
khazix-skills is useful for: Quickly set up a skill for fine-tuning a language model on custom datasets.; Use predefined skills for data preprocessing and feature engineering in ML pipelines.; Leverage skills for model evaluation and hyperparameter tuning.; Integrate skills for deploying AI models as APIs or microservices.; Apply skills for natural language processing tasks like text classification or summarization.; Utilize skills for computer vision tasks such as image classification or object detection..