{"skills":[{"name":"cloudflare","title":"Cloudflare Workers and the rest of the stack","description":"Anything Cloudflare (Workers, D1, R2, KV, Durable Objects, Queues). Detailed guidance lives in the official cloudflare/skills collection.","tags":["cloudflare","workers","d1","r2","kv","durable-objects"],"references":["https://developers.cloudflare.com/workers/","https://github.com/cloudflare/skills"],"related":["hono"],"url":"https://skills.yusuke.run/skills/cloudflare.md"},{"name":"contribute","title":"Add or update a skill on skills.yusuke.run","description":"How to add or update a skill in yusukebe/skills from inside another working project. Owner-only — uses Yusuke's local gh CLI auth.","tags":["meta","github","gh","ci","owner-only"],"references":["https://github.com/yusukebe/skills","https://cli.github.com/manual/gh_api"],"related":[],"url":"https://skills.yusuke.run/skills/contribute.md"},{"name":"hono","title":"Hono — fast, edge-first web framework","description":"Hono is the default web framework for any project here. Detailed guidance lives in the yusukebe/hono-skill collection on GitHub.","tags":["hono","web","framework","cloudflare-workers"],"references":["https://hono.dev/","https://github.com/yusukebe/hono-skill","https://github.com/honojs/starter"],"related":["cloudflare","hono-inertia"],"url":"https://skills.yusuke.run/skills/hono.md"},{"name":"hono-inertia","title":"Build SPA-feel apps with Inertia.js + Hono + hono/jsx","description":"Use @hono/inertia on the server and @ts-76/inertia-hono-jsx on the client to get SPA-style interactivity without leaving the Hono/hono-jsx stack.","tags":["hono","inertia","hono-jsx","ui","spa","cloudflare-workers"],"references":["https://inertiajs.com/","https://github.com/yusukebe/hono-inertia-example","https://github.com/ts-76/inertia-hono-jsx","https://www.npmjs.com/package/@hono/inertia","https://github.com/honojs/starter/tree/main/templates/cloudflare-workers+vite"],"related":["hono","cloudflare"],"url":"https://skills.yusuke.run/skills/hono-inertia.md"},{"name":"hono-react","title":"Use React (not hono/jsx) on top of Hono","description":"When a project on Hono needs real React — for the React component ecosystem, SSR, or an SPA — drop hono/jsx and wire React in via vite-ssr-components.","tags":["hono","react","ssr","vite","cloudflare-workers","inertia"],"references":["https://github.com/yusukebe/vite-ssr-components","https://hono.dev/","https://inertiajs.com/","https://github.com/honojs/starter/tree/main/templates/cloudflare-workers+vite"],"related":["hono","hono-inertia","cloudflare"],"url":"https://skills.yusuke.run/skills/hono-react.md"},{"name":"hono-review","title":"Review a honojs/hono PR or branch as a maintainer","description":"Owner-only. Reviews honojs/hono PRs or local branches with two checks — tests (do they pass, is the approach right) and breaking change (public API, types, hc).","tags":["hono","review","maintenance","owner-only"],"references":["https://github.com/honojs/hono","https://hono.dev/","https://github.com/honojs/hono/tree/main/runtime-tests"],"related":["hono"],"url":"https://skills.yusuke.run/skills/hono-review.md"},{"name":"rj","title":"rj — print HTTP response metadata as JSON","description":"yusukebe/rj is a tiny CLI that fetches a URL and prints the response metadata (status, headers, protocol, timing) as JSON. It does not print the body — use it alongside `curl`, not as a replacement.","tags":["cli","http","json","debugging"],"references":["https://github.com/yusukebe/rj"],"related":[],"url":"https://skills.yusuke.run/skills/rj.md"},{"name":"workers-fetch","title":"workers-fetch — test a Cloudflare Worker without running a dev server","description":"yusukebe/workers-fetch is a curl-like CLI that boots a Worker on demand from its wrangler config and sends a single request. Reach for it instead of `bun run dev` + `curl` when you just want to check one response.","tags":["cli","cloudflare-workers","testing","http"],"references":["https://github.com/yusukebe/workers-fetch","https://developers.cloudflare.com/workers/testing/unstable_startworker/"],"related":["cloudflare","hono","rj"],"url":"https://skills.yusuke.run/skills/workers-fetch.md"}]}