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, API et exemples.

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

Recommandé pour

Notre avis

Cette compétence utilise le CLI Hono pour rechercher et parcourir la documentation officielle du framework Hono.

Points forts

  • Accès rapide à la documentation directement depuis le terminal
  • Recherche efficace avec des résultats en JSON faciles à traiter
  • Possibilité d'ouvrir des sections spécifiques de la documentation

Limites

  • Nécessite que le CLI Hono soit installé
  • Ne couvre que la documentation de Hono, pas d'autres frameworks
  • Les résultats peuvent être verbeux sans formatage
Quand l'utiliser

Quand vous développez avec Hono et avez besoin d'une consultation rapide de la documentation sans quitter le terminal.

Quand l'éviter

Quand vous avez besoin d'une documentation hors ligne ou pour un autre framework que Hono.

Analyse de sécurité

Sûr
Score qualité85/100

This skill uses only allowed Bash commands (hono, jq, which) for documentation search and viewing. No destructive or exfiltrating actions are instructed; the commands are limited to safe documentation tools. No execution of external scripts or sensitive operations.

Aucun point d'attention détecté

Exemples

Search Hono for middleware
Search Hono documentation for 'middleware'
View Hono context API docs
Open the Hono context API documentation
Pipe search to doc view
Search Hono for 'routing' 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