Recherche de Documentation Hono

VérifiéSûr

Utilisez la CLI Hono pour rechercher et consulter la documentation du framework Hono. Idéal pour planifier et développer avec Hono.

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

Recommandé pour

Notre avis

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

Points forts

  • Accès rapide à la documentation officielle directement depuis le terminal
  • Recherche intégrée par mots-clés
  • Possibilité de chaîner les commandes pour naviguer vers une page spécifique
  • Efficace pour les développeurs travaillant avec Hono

Limites

  • Nécessite que la CLI Hono soit installée
  • Limité à la documentation de Hono uniquement
  • Les résultats de recherche peuvent être basiques sans filtrage avancé
Quand l'utiliser

Quand vous développez avec Hono et avez besoin d'accéder rapidement à sa documentation sans quitter votre terminal.

Quand l'éviter

Quand vous avez besoin d'une recherche web générale ou de documentation pour un autre framework.

Analyse de sécurité

Sûr
Score qualité85/100

The skill only uses the hono CLI for documentation search and viewing, with no destructive, exfiltrating, or obfuscated commands. The allowed tools are limited to hono commands, jq for JSON parsing, and a 'which hono' check, all safe for the stated purpose.

Aucun point d'attention détecté

Exemples

Search middleware docs
Search the Hono documentation for middleware usage and show the results.
View context API doc
Show me the Hono documentation page for the context API.
Pipeline search and open routing
Find the routing documentation in Hono and open it directly.

name: Hono Documentation Search description: Use the hono CLI to search and view Hono framework documentation. Use this when planning or building with Hono. 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