Claudekit Cli banner
mrgoonie mrgoonie

Claudekit Cli

Development community

Description

A CLI command to get started with ClaudeKit

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

ClaudeKit Config UI

Command-line tool and web dashboard for managing ClaudeKit projects.

**Version**: 1.17.0

Overview

ClaudeKit Config UI (`ck`) provides both CLI and web dashboard for managing ClaudeKit projects. It is built with Bun, TypeScript, and React for development, while the published CLI runs on plain Node.js so end users do not need Bun installed.

**Key Features:**

  • CLI Commands (16): new, init, config, projects, setup, skills, agents, commands, migrate, doctor, versions, update, uninstall, watch, content, easter-egg
  • Web Dashboard: Interactive React UI via ck config ui for configuration and project management
  • Hook Diagnostics Dashboard: Inspect recent Claude hook activity and failures from ck config across global and project scopes
  • Projects Registry: Centralized registry at ~/.claudekit/projects.json with file locking
  • Skill Installation: Install ClaudeKit skills to other coding agents (Cursor, Codex, etc.)
  • Multi-tier Authentication: gh CLI → env vars → keychain → prompt fallback
  • Smart Merging: Conflict detection with user customization preservation
  • Skills Migration: Auto-detects and migrates skills structure changes
  • Offline Installation: From local archives or directories
  • Security: Path traversal protection, symlink validation, UNC path protection
  • Cross-Platform: macOS, Linux, Windows with platform-specific optimizations
  • Update Notifications: Intelligent 7-day cache for version checks

Documentation

Comprehensive documentation in `/docs`: