Use this skill when the user wants to find the right command for a task, get help with CLI usage, or translate a task description into a shell command.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-de90d60b)More formats (shields.io, HTML) on the badges page.
---
name: howto
description: Use this skill when the user wants to find the right command for a task, get help with CLI usage, or translate a task description into a shell command.
---
# howto Plugin
Humble command-line assistant — describe a task and get a command suggestion.
## Commands
### Ask
- `howto ask suggest` — Describe a task and get a command suggestion
## Usage Examples
- "How do I curl headers only?"
- "What command works like diff but shows intersection?"
- "Find a command to compare two sorted files"
## Installation
```bash
go install github.com/nalgeon/howto@latest
```
Or:
```bash
brew tap nalgeon/howto https://github.com/nalgeon/howto
brew install howto
```
## Examples
```bash
# Ask for a command
howto curl example.org but print only the headers
# Follow-up questions
howto a command that works like diff
howto + yeah i need only the intersection
# Run the suggested command
howto -run
```
## Key Features
- Works with OpenAI, Ollama, and OpenAI-compatible providers
- Simple and non-intrusive
- Follow-up questions with +
- Run suggested commands directly
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!