@kiliczsh/claude-cmd

by kiliczsh · v1.0.0 · prompt

- npm run build - Compile TypeScript to dist/ and make executable

Install

Add @kiliczsh/claude-cmd to Claude Code with the PolySkill CLI: polyskill add @kiliczsh/claude-cmd

Instructions

# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Development Commands ### Build & Development - `npm run build` - Compile TypeScript to dist/ and make executable - `npm run dev` - Watch TypeScript files for changes during development - `npm run clean` - Remove the dist directory - `npm run link` - Link the CLI globally for development testing - `npm run prelink` - Build before linking (runs automatically) ### Command Processing - `npm run parse-commands` - Parse command markdown files to commands.json - `ts-node scripts/pars…

Keywords: github, typescript, npm, build-process, command-line, javascript, automation, development-tools, cli