ワンクリックで
genhttp
how to use genhttp effectively for http server
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
how to use genhttp effectively for http server
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Validate the unscience mod suite against a new upstream Kitten Space Agency (KSA) game build — the break-check playbook run when the game / its decompiled sources are bumped and you must decide what unscience needs fixed. Covers how to diff the CURRENT (new) vs PREVIOUS (old) game-assemblies trees, build-as-alarm (and the KSAFolder trap that fakes a catastrophic break), the string-reflection watchlist that fails silently at runtime, GLSL/byte-offset/render coupling the compiler cannot see, semantic drift with no symbol change, the known-broken baseline you must NOT re-report as new, and which scope/ + plans/ docs to update in lockstep. Use when asked to "check unscience against the new KSA build", "upgrade KSA", run the version-diff / break-check, or review a game update's impact. REQUIRES two KSA game-assemblies trees: CURRENT and PREVIOUS.
how to use fd cli tool
Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping
preferred imgui layout patterns
details about the ksa game and how to add parts
details about how to implement a mod
| name | genhttp |
| description | how to use genhttp effectively for http server |
GenHTTP is a lightweight, high-performance HTTP server library for .NET that provides flexible tools for building REST APIs, web services, static websites, and real-time applications. Use this skill when a task involves setting up or managing HTTP servers, handling requests and responses, routing, middleware, server configuration, or other web server-related functionality.
Select based on your use case:
Common handlers for specific tasks:
| Task | Resource |
|---|---|
| Build REST API | Web Services |
| Build minimal endpoint | Functional Handlers |
| Organize code with classes | Controllers |
| Real-time updates | WebSockets |
| Serve web files | Static Websites |
| React/Vue app | Single-Page Applications |
| Define routes | Routing |
| Compress responses | Compression |
| HTTPS/certificate | Security |
| Document API | OpenAPI |
| Cache management | Caching + Server Cache |
| Custom middleware | Concerns |
| Test server | Testing |