ワンクリックで
how to use genhttp effectively for http server
npx skills add https://github.com/meow-sci/ksa-mod-experiments --skill genhttpこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストール
how to use genhttp effectively for http server
npx skills add https://github.com/meow-sci/ksa-mod-experiments --skill genhttpこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストール
ImGui is an immediate mode UI library. KSA uses ImGui for UI
details about the ksa game code and behavior
how to use fd cli tool
how to use ripgrep `rg` cli tool
preferred imgui layout patterns
details about the rpc mechanism in unladen swallow
| 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 |