Skip to content

skillshub search

The search command lets you find skills across all taps that have been added to your system. It matches your query against skill names, descriptions, and tags.

Terminal window
skillshub search <query>

The <query> argument is a keyword or phrase to search for. Results are ranked by relevance.

OptionDescription
--tap <name>Restrict the search to a specific tap.
--jsonOutput search results in JSON format.

Search for skills related to code review:

Terminal window
skillshub search code-review
Name Description Tap
code-review AI-powered code review assistant brokad/hub
pr-reviewer Pull request review automation brokad/hub
review-comments Generate inline review comments acme/skills

Search within a specific tap:

Terminal window
skillshub search testing --tap brokad/hub
Name Description Tap
test-generator Generate unit tests from source brokad/hub
test-coverage Analyze and improve test coverage brokad/hub

Output results as JSON:

Terminal window
skillshub search refactor --json
[
{
"name": "refactor-assist",
"description": "Guided refactoring suggestions",
"tap": "acme/skills",
"version": "2.0.0"
}
]