スキル一覧に戻る
siisee11

hono

by siisee11

dump web with nextrows api

0🍴 0📅 2026年1月2日
GitHubで見るManusで実行

SKILL.md


name: hono description: Use for Hono (web framework) development when Codex needs to consult Hono documentation or test Hono apps via the hono CLI. Trigger on requests about Hono CLI usage, searching/browsing Hono docs, or testing Hono routes without running a server.

Hono

Overview

Use the hono CLI to find documentation quickly and test handlers without starting a server.

Workflow

  1. Search documentation: hono search <query>
  2. Read relevant docs: hono docs [path]
  3. Test implementation: hono request [file]

Core Commands

  • hono --help - List available commands
  • hono docs [path] - Browse Hono documentation
  • hono search <query> - Search documentation
  • hono request [file] - Test app requests without starting a server

Examples

# Search for topics
hono search middleware
hono search "getting started"

# View documentation
hono docs /docs/api/context
hono docs /docs/guides/middleware

# Test your app
hono request -P /api/users src/index.ts
hono request -P /api/users -X POST -d '{"name":"Alice"}' src/index.ts

Usage Notes

  • Prefer hono search before guessing doc paths.
  • Use hono docs to confirm API details before coding.
  • Use hono request to validate routes and handlers during development.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です