Hoa provides a minimal middleware-based web framework built on the Web Standards Fetch API (Request/Response/Headers). It exposes an app with an app.fetch entrypoint and a Koa-like async middleware pipeline around a ctx object, letting you author portable HTTP APIs, edge functions, and serverless handlers that run across Cloudflare Workers, Deno, Bun, Vercel Edge, AWS Lambda, and Node.js.
Use Hoa when you need a tiny, dependency-free framework that targets Web-Standards runtimes or when you prefer Koa-style middleware semantics but require portability to edge and serverless platforms. Good for building APIs, middleware libraries, and small services that must run on multiple JavaScript runtimes.
app.fetch, middleware patterns, adapters for Bun/Deno/Node/Serverless, and context APIs (ctx.req, ctx.res, ctx.state, error handling). The SKILL.md contains quick-start code samples, middleware recipes (logging, auth, response-time), and migration/adapter notes.This skill suits agents that assist with JavaScript/TypeScript server-side and edge development (Copilot/GitHub Codespaces, CLI-enabled LLMs, Codex-style coding assistants).
Hoa is a lightweight Web Standards-based HTTP framework for JS/TS edge runtimes. The skill is purely documentation — no bundled scripts to execute. The SKILL.md is exceptionally thorough with complete API reference, recipes, gotchas, and ecosystem pointers. No security concerns whatsoever; it's a clean, well-structured reference document.
Documentation-only skill with no scripts. One of the most complete and well-organized SKILL.md files seen. Covers the full API surface, error handling, extensions, and conventions.