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 vous développez avec Hono et avez besoin d'accéder rapidement à sa documentation sans quitter votre terminal.
Quand vous avez besoin d'une recherche web générale ou de documentation pour un autre framework.
Analyse de sécurité
SûrThe 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 the Hono documentation for middleware usage and show the results.Show me the Hono documentation page for the context API.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 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
Generateur de Documentation API
Documentation
Genere automatiquement de la documentation API OpenAPI/Swagger.
Rédacteur Technique
Documentation
Rédige de la documentation technique claire selon les meilleurs style guides.
Décision de Pivot Stratégique
Documentation
Documente une décision stratégique de pivot ou de persévérance avec preuves, analyse et justification. À utiliser pour évaluer s'il faut changer de cap sur un produit, une fonctionnalité ou une stratégie en fonction des retours du marché.