skillit-cli-docs skillA
skillit-cli-docs is agent-read markdown (skill) from pradeepmouli/skillit: CLI documentation conventions for generated skills. Use when improving Commander descriptions, help text, positional argument docs, and config-surface correlation..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# CLI Documentation Conventions
Use this skill when documenting command-line programs for `@skillit/cli`.
## Focus Areas
- `.description()` text on commands and subcommands
- `.option()` and `--help` descriptions for every flag
- `.argument()` descriptions for positional inputs
- `.usage()` strings and example help text
- Environment-variable documentation and config-surface JSDoc correlation
## Routing Tags via Option Interfaces
For routing tags (`@useWhen`, `@avoidWhen`, `@never`), add them as JSDoc on
a `<PascalCommandName>Options` interface in a TypeScript source file.
The interface needs no properties — only the JSDoc block matters:
```typescript
/**
* @useWhen - Server advertises callHierarchyProvider capability
* @avoidWhen - Server doesn't support call hierarchy; lsproxy will error
* @never - NEVER invoke without verifying server supports this capability. Fix: check --help output or use `lsproxy call` to probe the server first
*/
interface CallHierarchyOptions {}
```
`CliRefineSource` discovers these interfaces via the source glob (`**/*.ts`) and
correlates their tags onto the corresponding command in the generated skill.
…Read the whole file at its exact version.
How to install
mdr add pradeepmouli/skillit/skillit-cli-docs@v0.3.13mdr add pradeepmouli/skillit/skillit-cli-docs@sha256:228345a98dc2d75dPin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_bgabp3bijp7v6d6c)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| v0.3.13 latest | 2026-07-02 | 3829cdf | 1,957 B | A | view · diff |
| v0.3.13 | 2026-07-02 | a1c6af7 | 1,960 B | A | view · diff |
| v0.3.13 | 2026-06-10 | df9d69e | 1,961 B | A | view · diff |
| v0.3.13 | 2026-06-04 | b67a5b7 | 912 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (1957 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
pradeepmouli/skillit · 7 stars · license MIT · pushed 2026-09-22 · branch master
API
GET https://markdownregistry.com/api/v1/artifacts/art_bgabp3bijp7v6d6c GET https://markdownregistry.com/api/v1/resolve?ref=pradeepmouli/skillit/skillit-cli-docs GET https://markdownregistry.com/api/v1/blob/228345a98dc2d75db0c9e5512ee2a650ae3a77630b2d028bcbf8a7d84274803e
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.