From suaveplan-platform
Use when implementing or debugging code that uses @suaveplan/cli: Zero-dependency CLI toolkit: argument parser, command router, ANSI styling, output formatting, spinner, progress bar, interactive prompts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/suaveplan-platform:cliThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Enterprise-grade CLI framework for Node.js. Composable fluent API with subcommand routing, option parsing, OTel tracing, and a full set of terminal UI primitives.
Enterprise-grade CLI framework for Node.js. Composable fluent API with subcommand routing, option parsing, OTel tracing, and a full set of terminal UI primitives.
@suaveplan/cli.import { /* see API Reference below */ } from "@suaveplan/cli";
Workspace dependencies: @suaveplan/error, @suaveplan/readline, @suaveplan/types
This skill is intentionally short. The package's own documentation is the authoritative source — read these in order:
packages/platform/cli/README.md — overview, install, quick-start, module indexpackages/platform/cli/src/**/*.md — co-located docs per implementation file (Purpose, Features, Basic + Advanced examples, full API reference, Implementation notes — all packages in genesis ship ≥200 words per module)packages/platform/cli/package.json exports map — every subpath you can import fromWhen the user asks an API question, read the relevant co-located .md first; do not answer from training-data memory.
@suaveplan/error@suaveplan/readline@suaveplan/typesThis SKILL.md is auto-generated by suaveplan-skills/scripts/generate-skills.ts from the package's README. Do not edit by hand — re-run the generator after the README changes.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub suaveplan/suaveplan-skills --plugin suaveplan-platform