Skip to main content
在 Manus 中运行任何 Skill
一键导入

createcli

星标3
分支0
更新时间2026年7月8日 02:33

Generate production-ready TypeScript CLIs via 3-tier template system: Tier 1 llcli-style manual arg parsing (zero deps, Bun + TS, 80% of cases), Tier 2 Commander.js (subcommands, nested options, 15%), Tier 3 oclif reference (enterprise, 5%). Every CLI ships full implementation, README + QUICKSTART, Bun package.json, strict tsconfig, JSON output, exit code compliance. Workflows: CreateCli, AddCommand, UpgradeTier. Gates: zero TS errors, exit codes 0/1, --help comprehensive, jq-pipeable JSON. USE WHEN create CLI, build CLI, command-line tool, wrap API, add command, upgrade tier, TypeScript CLI. NOT FOR LifeOS skill scaffolding (use CreateSkill).

安装

用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。

文件资源管理器
7 个文件
SKILL.md
readonly