Claude Cmd banner
kiliczsh kiliczsh

Claude Cmd

Development community intermediate

Description

A lightweight (~46kB) and comprehensive CLI tool for managing Claude commands, configurations, and workflows. This tool helps you organize and manage custom commands for Claude AI, create project-specific configurations, and handle MCP (Model Context Protocol) servers.

Installation

Terminal
claude install-skill https://github.com/kiliczsh/claude-cmd

README

claude-cmd

A lightweight (~46kB) and comprehensive CLI tool for managing Claude commands, configurations, and workflows. This tool helps you organize and manage custom commands for Claude AI, create project-specific configurations, and handle MCP (Model Context Protocol) servers.

Features

    undefined

Installation

Global Installation

npm install -g claude-cmd@latest

Usage

Interactive Mode

Start the interactive CLI:

claude-cmd

Command Line Options

# Show help
claude-cmd --help
claude-cmd -h

# List installed commands
claude-cmd list

# Search for commands (remote repository)
claude-cmd search git

# Search for commands (local repository)
claude-cmd --local search api

# Install a command
claude-cmd install git-helper
claude-cmd --local install api-docs

# Show version
claude-cmd --version

Features Overview

📋 Command Management

    undefined

🎯 CLAUDE.md Configuration

    undefined

...