developer-tools

Installation
SKILL.md

Developer Tools

Overview

Building command-line interfaces, SDKs, and tools that enhance developer experience.


CLI Development

CLI Framework (Commander)

#!/usr/bin/env node
import { Command } from 'commander';
import chalk from 'chalk';
import ora from 'ora';
import inquirer from 'inquirer';
Installs
63
GitHub Stars
17
First Seen
Jan 24, 2026
developer-tools — miles990/claude-software-skills