Recherche Documentation Hono

VérifiéSûr

Utilisez la CLI Hono pour rechercher et consulter la documentation du framework Hono. Accédez efficacement aux guides et références API.

Spar Skills Guide Bot
DocumentationDébutant
3002/06/2026
Claude Code
#hono#cli#documentation#search

Recommandé pour

Notre avis

Utilise l'interface en ligne de commande Hono pour rechercher et consulter la documentation du framework Hono.

Points forts

  • Accès rapide à la documentation sans quitter le terminal
  • Recherche précise avec des requêtes spécifiques
  • Possibilité de chaîner les commandes avec jq pour naviguer efficacement

Limites

  • Nécessite que le CLI Hono soit installé
  • Limité à la documentation du framework Hono uniquement
  • Les résultats peuvent être verbeux sans filtre
Quand l'utiliser

Lorsque vous développez avec Hono et avez besoin d'une réponse rapide sur une API ou un guide.

Quand l'éviter

Lorsque vous avez besoin d'informations sur d'autres frameworks ou technologies générales.

Analyse de sécurité

Sûr
Score qualité85/100

The skill only uses the hono CLI and jq for documentation lookups, with no arbitrary command execution, destructive actions, or data exfiltration. The allowed tool patterns are tightly scoped.

Aucun point d'attention détecté

Exemples

Search Hono middleware documentation
Search the Hono documentation for middleware and show me the top result.
View Hono context API docs
Open the Hono documentation page for the context API.
Pipeline search and view
Search Hono docs for routing and then open the first result.

name: Hono Documentation Search description: Use the hono CLI to search and view Hono framework documentation. allowed-tools: Bash(hono:), Bash(jq:), Bash(which hono), Task

Hono

Use the hono CLI for efficient development. View all commands with hono --help.

Instructions

Use hono docs and hono search commands to access Hono documentation and answer questions about the Hono framework.

  • hono docs [path] - Browse Hono documentation
  • hono search <query> - Search documentation

Examples

Search for topics

hono search middleware
hono search "getting started"

View documentation

hono docs /docs/api/context
hono docs /docs/guides/middleware

Pipelines

hono search "middleware" | jq '.results[0].path' | hono docs
hono search "routing" | jq '.results[0].path' | hono docs
Skills similaires