https://github.com/metyatech/skill-cli-design
Agent skill for designing and reviewing CLI tools
https://github.com/metyatech/skill-cli-design
agent-skill cli skill
Last synced: 17 days ago
JSON representation
Agent skill for designing and reviewing CLI tools
- Host: GitHub
- URL: https://github.com/metyatech/skill-cli-design
- Owner: metyatech
- License: mit
- Created: 2026-02-22T03:57:10.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-09T07:21:44.000Z (about 2 months ago)
- Last Synced: 2026-04-09T09:22:31.167Z (about 2 months ago)
- Topics: agent-skill, cli, skill
- Language: Shell
- Homepage: https://github.com/metyatech/skill-cli-design
- Size: 105 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# skill-cli-design
Agent skill for designing and reviewing command-line interface (CLI) tools. Provides a standard conventions checklist covering help, versioning, I/O, safety, and configuration.
## Overview
This skill provides a comprehensive checklist for software engineers and AI agents to ensure that CLI tools follow industry-standard conventions. It focuses on usability, safety, and interoperability.
## Supported Environments
- **Runners**: Claude Code, Codex, and other Agent Skills-compatible runners.
- **Operating Systems**: Platform-agnostic (Windows, macOS, Linux).
## Installation
```sh
npx skills add metyatech/skill-cli-design
```
## Usage
### Claude Code
```text
/cli-design
```
### Codex
```text
$cli-design
```
## Development
### Verification
Run the following commands to verify the project:
```sh
# Install markdownlint
npm install -g markdownlint-cli
# Run linting
markdownlint **/*.md --ignore node_modules --ignore AGENTS.md
```
### Rule Composition
This project uses `compose-agentsmd` to manage `AGENTS.md`. To update rules:
```sh
# Generate AGENTS.md
compose-agentsmd --compose
```
## License
MIT