This is a straightforward HTTP endpoint framework for iii that should feel familiar if you've used Express or Flask. You register functions, bind them to routes with path parameters like /users/:id, and return status codes and response bodies. It runs on port 3111 and handles the usual request/response cycle with body, headers, and params. The middleware system lets you chain functions before handlers hit. With 17.5K GitHub stars and 181 installs, it's clearly part of a larger iii ecosystem. The documentation is clean and shows you the core concepts without overcomplicating things. If you're building HTTP APIs in iii, this is the standard routing layer.
npx -y skills add iii-hq/iii --skill iii-http-endpoints --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills