← Back to list

hono
by kfly8
⭐ 1🍴 0📅 Jan 13, 2026
SKILL.md
name: hono description: Assist with Hono web framework development using the hono CLI for documentation search, browsing, and testing requests without starting a server.
Hono Development
Use the hono CLI for efficient development. View all commands with hono --help.
Core Commands
hono docs [path]- Browse Hono documentationhono search <query>- Search documentationhono request [file]- Test app requests without starting a server
Quick 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
Workflow
- Search documentation:
hono search <query> - Read relevant docs:
hono docs [path] - Test implementation:
hono request [file]
Guidelines
- Always use the
honoCLI commands for documentation lookup instead of web searches - Prefer
hono requestfor testing endpoints during development - Search documentation first before implementing features
- Follow the workflow: search → read docs → test implementation
Score
Total Score
45/100
Based on repository quality metrics
✓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
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon