No description
  • TypeScript 100%
Find a file
keeb 8325517593 feat: add embedded nginx skill for AI agents
Bundles a `.claude/skills/nginx/` SKILL.md describing the
`@user/nginx/stream` model (init/configure methods, port-map syntax,
SSH/Docker prerequisites) and the `configure-proxy` workflow so agents
have first-class context when this extension is installed. Adds
`skills: [nginx]` to manifest.yaml and bumps the version.
2026-04-06 18:34:37 -07:00
.claude/skills/nginx feat: add embedded nginx skill for AI agents 2026-04-06 18:34:37 -07:00
.swamp/workflows Initial commit: @keeb/$NAME swamp extension 2026-02-27 12:30:58 -08:00
extensions/models Initial commit: @keeb/$NAME swamp extension 2026-02-27 12:30:58 -08:00
workflows/configure-proxy Initial commit: @keeb/$NAME swamp extension 2026-02-27 12:30:58 -08:00
.gitignore Initial commit: @keeb/$NAME swamp extension 2026-02-27 12:30:58 -08:00
.swamp.yaml Initial commit: @keeb/$NAME swamp extension 2026-02-27 12:30:58 -08:00
CLAUDE.md Add repository and tags to manifest 2026-03-02 22:01:52 -08:00
manifest.yaml feat: add embedded nginx skill for AI agents 2026-04-06 18:34:37 -07:00
README.md Initial commit: @keeb/$NAME swamp extension 2026-02-27 12:30:58 -08:00

@keeb/nginx

Swamp extension for nginx stream proxy configuration over SSH.

Models

nginx/stream

Configure nginx as a TCP/UDP stream proxy on a remote host.

Method Description
init Bootstrap the nginx stream proxy directory structure
configure Write a stream proxy config for a backend service and reload nginx

Workflows

Workflow Description
configure-proxy Configure nginx stream proxy for a backend service

Dependencies

Install

swamp extension pull @keeb/nginx

License

MIT