Skills Cli banner
kcchien kcchien

Skills Cli

Development community

Description

Cross-platform CLI for managing Claude Code and Claude Desktop skills

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

🛠️ Skills CLI

**Cross-platform CLI for managing Claude Code and Claude Desktop skills**

Skills CLI Architecture

[![Python 3.10+](https://img.shields.io/badge/python-3.10+-3776AB?style=for-the-badge&logo=python&logoColor=white)](https://www.python.org/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)](https://opensource.org/licenses/MIT) [![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey?style=for-the-badge)](https://github.com/kcchien/skills-cli)

[![GitHub stars](https://img.shields.io/github/stars/kcchien/skills-cli?style=social)](https://github.com/kcchien/skills-cli/stargazers) [![GitHub forks](https://img.shields.io/github/forks/kcchien/skills-cli?style=social)](https://github.com/kcchien/skills-cli/network/members)


*One definition, multiple deployments* — Deploy skills from a central Git repository to both Claude Code CLI and Claude Desktop App.

[Installation](#installation) • [Usage](#usage) • [Python API](#python-api) • [Contributing](#development)

💡 Why Skills CLI?

🔗 Git-First

Any Git repository can become a skills source. Use official repos, fork your own, or host privately — full flexibility.

🎯 Dual Environment

One skill definition, two targets. Deploy to Claude Code CLI and pack for Claude Desktop simultaneously.

📍 Metadata Tracking

Every installed skill records its source repo, commit hash, and install time. Always know where your skills came from.

✨ Features

Feature Description
🖥️ Cross-platform Windows, macOS, Linux
📦 Zero dependencies Uses only Python standard library
🔗 Flexible repo support GitHub,