Notre avis
Utilisez le CLI Hono pour rechercher et consulter la documentation officielle du framework Hono.
Points forts
- Accès rapide à la documentation sans quitter le terminal
- Recherche par mot-clé avec résultats structurés
- Intégration possible en pipeline avec jq pour naviguer directement
- Documentation officielle toujours à jour
Limites
- Nécessite l'installation du CLI hono
- Limité au framework Hono uniquement
- La recherche peut renvoyer des résultats incomplets pour des requêtes complexes
Lorsque vous développez ou planifiez des projets avec Hono et avez besoin d'accéder rapidement à sa documentation.
Si vous travaillez avec un autre framework ou si vous préférez une documentation hors ligne.
Analyse de sécurité
SûrThe skill only uses the `hono` CLI for documentation searches and `jq` for parsing, with no execution of arbitrary commands or network requests. There is no indication of destructive or exfiltrating behavior.
Aucun point d'attention détecté
Exemples
Search the Hono documentation for 'middleware' and list the available middleware types.Open the Hono docs page for /docs/api/context and summarize what the Context object provides.Search Hono docs for 'routing', take the first result path, and open that documentation page.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 documentationhono 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
Expert Next.js App Router
Developpement
Un skill qui transforme Claude en expert Next.js App Router.
Générateur de README
Developpement
Crée des README.md professionnels et complets pour vos projets.
Rédacteur de Documentation API
Developpement
Génère de la documentation API complète au format OpenAPI/Swagger.