Claude Skill
distil-labs/distil-cli-skill
A Claude Skill that integrates with Distil CLI to provide AI-powered command-line functionality and enhanced developer tools.
Overview
Repository
Install this Skill
git clone https://github.com/distil-labs/distil-cli-skill.gitRegistry
Summary
A Claude Skill designed to work with the Distil CLI tool, providing enhanced functionality through Claude's AI capabilities.
Claude Skill 用于 Distil CLI
Key features
- Integration with Distil CLI
- Claude AI-powered functionality
- Command-line interface enhancement
Use cases
- Extending Distil CLI capabilities
- AI-assisted command-line operations
- Developer productivity tools
README excerpt
# Distil CLI Skill for Claude A Claude skill for training task-specific small language models (SLMs) using the [Distil Labs](https://distillabs.ai) CLI and platform. ## What This Skill Does This skill teaches Claude how to help you: - **Train specialized SLMs** — Create models up to 70x smaller than large models while maintaining accuracy - **Prepare training data** — Generate proper data files for classification, QA, tool calling, and multi-turn tool calling tasks - **Run the Distil CLI** — Execute commands for the full training workflow - **Deploy models locally or remotely** — Set up your trained models with llama-cpp, vLLM, or Distil-managed infrastructure - **Train from production traces** — Convert existing LLM logs into fine-tuned small models ## Installation ### Claude Code ```bash /plugin marketplace add https://github.com/distil-labs/distil-cli-skill /plugin install distil-cli@distil-cli-skill ``` ### Claude.ai / Claude Desktop 1. [Download this repo as ZIP](https://github.com/distil-labs/distil-cli-skill/archive/refs/heads/main.zip) (or click "Code" → "Download ZIP" on GitHub) 2. Go to [claude.ai](https://claude.ai) → Settings → Capabilities → Skills 3. Click "Upload skill" and select the downloaded ZIP file 4. Toggle the skill ON ## Prerequisites Install the Distil Labs CLI: ```bash curl -fsSL https://cli-assets.distillabs.ai/install.sh | sh ``` ## Supported Task Types | Task Type | Use Case | Example | |-----------|----------|---------| | Question Answering | Extract answers from documents | Invoice parsing, contract analysis, ticket extraction | | Classification | Categorize text into fixed classes | Intent detection, sentiment analysis, ticket triage | | Tool Calling | Select and invoke functions/APIs | API routing, workflow automation, chat
Topics
No topics yet.