BeClaude

khazix-skills

New
15.2kGitHubGeneralby KKKKhazix

数字生命卡兹克开源的 AI Skills 合集

First seen 5/22/2026

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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/khazix-skills.md https://raw.githubusercontent.com/KKKKhazix/khazix-skills/main/SKILL.md
3
Invoke in Claude Code
/khazix-skills

Use Cases

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.

Usage Examples

1

/khazix-skills list

2

/khazix-skills use fine-tune-llm --dataset my_data.csv

3

Show me the available skills for data preprocessing in the khazix collection.

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..