Agent skill · hkuds

cli-anything-generator

Build, refine, test, validate, or list CLI-Anything harnesses for GUI applications in Cursor. Prefer slash commands /cli-anything, /cli-anything-refine, /cli-anything-test, /cli-anything-validate, and /cli-anything-list when available. This skill supports natural-language discovery of the generator; it does not replace those commands. Discovering already-published CLIs from CLI-Hub is a separate consumer skill (cli-hub-meta-skill).

What it needs

About 2k tokens when loaded.

What this skill does

CLI-Anything Generator (Cursor Plugin Skill) This skill is packaged inside the Cursor plugin as a supporting entry point. The primary generator UX is the plugin slash commands. Prefer Slash Commands Goal Command ------ --------- Full 7-phase build /cli-anything <path-or-repo> Expand coverage /cli-anything-refine <path> [focus] Run tests /cli-anything-test <path> Validate checklist /cli-anything-validate <path> List tools /cli-anything-list If the user speaks naturally ("build a CLI for ./gimp"), run the same workflow as the matching command. Consumer Path (Separate) This skill is not the Hub consumer. For finding/installing published CLIs: Per-app skills live under the repo skills/ tree and install via npx skills add. PLUGINROOT and Methodology 1. Resolve PLUGINROOT via discovery pointer then stamp: ~/.cursor/cli-anything-generator.root / %USERPROFILE%\.cursor\cli-anything-generator.root {install}/PLUGINROOT.txt default ~/.cursor/plugins/local/cli-anything if references/HARNESS.md exists there 2. Read {PLUGINROOT}/references/HARNESS.md with an absolute path. 3. Read the matching file under {PLUGINROOT}/references/commands/. 4. Use guides under {PLUGINROOT}/references/guides/ on demand. 5. Helper scripts: {PLUGINROOT}/scripts/replskin.py, previewbundle.py, skillgenerator.py, templates/. Path remapping (from HARNESS / plugin docs) Document reference Installed plugin path -------------------- ---------------------- guides/... references/guides/... …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills hkuds/cli-anything-generator

View the source on GitHub

Browse the @skills marketplace