一键导入
hono
Specialist in Hono (v4+), an ultrafast web framework for Edge (Cloudflare, Bun, Deno) and Node. Focuses on type-safe RPC, middleware, and Web Standards.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Specialist in Hono (v4+), an ultrafast web framework for Edge (Cloudflare, Bun, Deno) and Node. Focuses on type-safe RPC, middleware, and Web Standards.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Control and inspect WezTerm terminal panes. Use when terminal interaction, command execution, reading terminal output, monitoring running processes, or working with existing shell sessions is required.
Invoke this skill when the user says "use btca"
This skill should be used when the user asks to "create a justfile", "write just recipes", "configure just settings", "add just modules", "use just attributes", "set up task automation", mentions justfile, just command runner, or task automation with just.
Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for code patterns, find specific language constructs, or locate code with particular structural characteristics.
Drizzle ORM for TypeScript - type-safe SQL queries, schema definitions, migrations, and relations. Use when building database layers in Next.js or Node.js applications.
This skill should be used when the user asks about Effect-TS patterns, services, layers, error handling, service composition, or writing/refactoring code that imports from 'effect'. Also covers Effect + Next.js integration with @prb/effect-next.
| name | hono |
| description | Specialist in Hono (v4+), an ultrafast web framework for Edge (Cloudflare, Bun, Deno) and Node. Focuses on type-safe RPC, middleware, and Web Standards. |
<skill_doc> <trigger_keywords>
Activate this skill when the user mentions any of:
Core: Hono, c (Context), app.get, app.post, app.use, hono/jsx
RPC / Types: zValidator, hono/client, hc, AppType, client.index.$get
Environments: Cloudflare Workers, Bun, Deno, Edge, c.env, Bindings
Testing: app.request, testClient </trigger_keywords>
fs, path, or process when targeting Cloudflare/Deno.c.req.json() raw if you have zValidator. Use c.req.valid('json').factory.createHandlers.res.send: This is not Express. Return c.json(), c.text(), or a Response object.c.set/c.get for request-scoped state or c.env for config.client) for frontend-backend communication to share types automatically.@hono/zod-validator for runtime safety and type inference.app.request() for fast integration tests over spinning up a localhost server.Hono Specialist - Ultrafast, Standards-based, Multi-runtime.
Core Philosophy:
Request and Response.AppType with client for autocompletion.Context (c):
c.req: Request object.c.env: Environment variables/bindings.c.json(): Send JSON response.c.var: Request-scoped variables (middleware).examples/examples.md for detailed code patterns.references/reference.md for official documentation links.
</skill_doc>