Skip to main content
gosuda
GitHub creator profile

gosuda

Repository-level view of 19 collected skills across 3 GitHub repositories.

skills collected
19
repositories
3
updated
Aug 29, 2026
repository explorer

Repositories and representative skills

cpp-practices
unclassified

Applies C++-specific testing and design practices for ownership, private implementation boundaries, fatal assertions, death tests, and precise matchers. Use when C++ language or test-runtime semantics matter.

Aug 29, 2026
java-practices
unclassified

Applies Java-specific testing and design practices for framework boundaries, presenter separation, resource lifetime, and explicit collaborators. Use when Java runtime or framework mechanics matter.

Aug 29, 2026
just-good-practices
unclassified

Helps AI agents write good code by applying reliable practices for implementation, testing, API design, refactoring, and review across programming languages. Use for software engineering tasks where correctness, clarity, or maintainability matters.

Aug 29, 2026
zero-slop
unclassified

Enforces a strict Zero-Slop Policy across code comments, documentation, and Git commit messages, eliminating low-density filler, prompt regurgitation, and mechanical restatements.

Aug 29, 2026
api-design
unclassified

Designs hard-to-misuse APIs with explicit types, clear ownership, and injected collaborators. Use when changing signatures, data models, interfaces, constructors, or module boundaries in any language.

Aug 25, 2026
code-health
unclassified

Improves production code with clear control flow, precise naming, efficient data access, and focused cleanup. Use when writing, reviewing, or refactoring code in any programming language.

Aug 25, 2026
code-review
unclassified

Reviews code changes and prepares focused pull requests with evidence-backed feedback. Use when reviewing diffs, organizing commits, or preparing a change in any programming language.

Aug 25, 2026
go-practices
unclassified

Applies Go-specific engineering practices, standard-library APIs, deterministic tests, and the gojgp analyzer. Use when writing, changing, testing, or reviewing Go code.

Aug 25, 2026
Showing 8 of 10 collected skills.
portal-tunnel-cli
unclassified

How the portal-tunnel client CLI (cmd/portal-tunnel) is structured and invoked — expose/agent/list/update subcommands, flags, validation rules, and x402/routing options. Use when changing or testing client-side tunnel behavior.

Aug 28, 2026
portal-expose
unclassified

Expose, preview, protect with x402 payments, or keep a local web app, static site, HTTP route set, or explicitly requested TCP/UDP service reachable through Portal, then verify the public endpoint and report its lifecycle. Use when the user asks to deploy,…

Aug 28, 2026
portal-relay
unclassified

Set up and run a public Portal relay on any Linux host with a public IP — Docker Compose deployment, embedded authoritative DNS with one-time NS delegation, optional TCP/UDP lease ports for game hosting, and registration in the public relay pool. Use when the…

Aug 19, 2026
relay-server-config
unclassified

Full environment-variable / flag reference for configuring the portal-tunnel relay-server (cmd/relay-server), plus how config is embedded and how Docker/Compose deploys it. Use when configuring, deploying, or debugging a relay.

Aug 18, 2026
codebase-map
unclassified

Where things live in the portal-tunnel repo (sdk/portal/types/utils/cmd/discovery/x402/frontend/extensions) and where new code belongs. Use when locating functionality or deciding where to add code.

Aug 5, 2026
dev-workflow
unclassified

Build, lint, test, and verification workflow for the portal-tunnel Go+frontend monorepo. Use when setting up the repo, running CI-equivalent checks, or before committing changes.

Aug 5, 2026
testing-relay-server
unclassified

How to build and run the portal-tunnel relay-server locally for HTTP/browser testing of the embedded SPA frontend and admin/policy APIs.

Aug 5, 2026
Showing 3 of 3 repositories
All repositories loaded