Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

nanoproxy

nanoproxy 收录了来自 ryanbekhen 的 8 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
8
Stars
22
更新
2026-06-03
Forks
12
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

configuration-management
软件开发工程师

Use when adding or changing NanoProxy configuration — the env-driven struct config in pkg/config (caarlos0/env/v10), struct-tag defaults, and validation. Note real env vars (ADDR, ADDR_HTTP, TOR_ENABLED, USER_STORE_PATH).

2026-06-03
credential-management
软件开发工程师

Use when working on proxy authentication and credential storage in pkg/credential — bcrypt hashing, constant-time/secure verification, the BoltDB-backed store, multiple users, and thread-safe access.

2026-06-03
dns-resolution
软件开发工程师

Use when working with the Resolver interface in pkg/resolver — custom resolvers, DNS caching/TTL, retries, hostname validation, or resolution error handling for the proxy frontends.

2026-06-03
go-concurrency
软件开发工程师

Use when handling concurrent client connections, goroutine lifecycle, channels, context cancellation/timeouts, connection pooling, or preventing goroutine leaks in NanoProxy's proxy frontends.

2026-06-03
go-testing
软件质量保证分析师与测试员

Use when writing or improving Go tests in NanoProxy — table-driven tests, testify assertions/mocks, byte-level wire-format tests, coverage thresholds (make check-coverage), race detection, or benchmarks.

2026-06-03
http-proxy
软件开发工程师

Use when working on the HTTP/HTTPS proxy in pkg/httpproxy — request forwarding, HTTPS CONNECT tunneling, hop-by-hop header stripping, Proxy-Authorization handling, or proxy forwarding tests.

2026-06-03
socks5-protocol
软件开发工程师

Use when implementing or debugging the SOCKS5 protocol (RFC 1928) in pkg/socks5 — handshakes, auth method negotiation, request parsing, IPv4/IPv6/domain address types, error codes, or byte-level wire-format tests.

2026-06-03
tor-integration
软件开发工程师

Use when working on Tor support in pkg/tor — control-port (NEWNYM) signaling, circuit and identity rotation, dialing through the Tor SOCKS port, or the Dockerfile-tor/supervisord deployment.

2026-06-03