Recherche de 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#documentation#cli#search#framework

Recommandé pour

Notre avis

Utilise le CLI Hono pour rechercher et consulter la documentation du framework Hono.

Points forts

  • Accès rapide à la documentation directement depuis le terminal.
  • Recherche textuelle avec des résultats structurés (JSON).
  • Peut être intégré dans des pipelines avec jq pour une navigation fluide.

Limites

  • Nécessite que le CLI Hono soit installé.
  • Documentation limitée à Hono uniquement, pas d'autres frameworks.
  • Les résultats dépendent de la qualité et de la disponibilité de la documentation en ligne.
Quand l'utiliser

Lorsque vous développez avec Hono et avez besoin de consulter rapidement la documentation sans quitter votre terminal.

Quand l'éviter

Si vous cherchez des informations sur d'autres frameworks ou si vous préférez une interface graphique pour la documentation.

Analyse de sécurité

Sûr
Score qualité85/100

The skill only uses the hono CLI for documentation search, with no destructive or exfiltrating commands. The allowed tools are restricted to hono and jq, minimizing risk.

Aucun point d'attention détecté

Exemples

Search for middleware documentation
Search Hono documentation for middleware and show me the results.
View context API docs
Open the Hono docs for the context API at /docs/api/context.
Pipeline search and open
Search for 'routing' in Hono docs and 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