GonkaGate avatar

GonkaGate

Official

@GonkaGate

0Followers
|
16Public Repos
|
18Published Skills

The USD-billed gateway to Gonka Network

Skills Distribution
DomainDeveloper To...TypeScript Backend.. (40%)Code Review & Type.. (25%)Node.js Security &.. (15%)Planning, Specs & .. (12%)

Agent Skills by GonkaGate

Showing 18 vetted skills indexed across 2 GitHub repositories.

GonkaGateGonkaGate
1

opencode-compatibility-audit

Audits repository compatibility against the latest stable opencode-ai release and official OpenCode docs.

Official
Advanced
GonkaGateGonkaGate
1

coding-prompt-normalizer

Convert messy coding requests into structured task-context handoff prompts for coding agents.

Official
Intermediate
GonkaGateGonkaGate
1

typescript-type-safety-review

Reviews TypeScript code and diffs for unsound types, unsafe casts, and trust-boundary leaks.

Official
Advanced
GonkaGateGonkaGate
1

typescript-coder

Implement minimal backend TypeScript changes while preserving existing design, contracts, and runtime behavior.

Official
Advanced
GonkaGateGonkaGate
1

planning-and-task-breakdown

Decomposes specs into ordered, verifiable tasks with acceptance criteria and checkpoints.

Official
Intermediate
GonkaGateGonkaGate
1

typescript-error-modeling-and-boundaries

Designs internal error architecture and boundary translation for strict-mode TypeScript backends.

Official
Advanced
GonkaGateGonkaGate
1

spec-first-brainstorming

Frames ambiguous feature requests into scoped problem statements with assumptions, questions, and readiness decisions.

Official
Intermediate
GonkaGateGonkaGate
1

typescript-public-api-design

Designs and reviews exported TypeScript function signatures, module entrypoints, and public type surfaces.

Official
Advanced
GonkaGateGonkaGate
1

typescript-coder-plan-spec

Generates phased implementation plans for TypeScript and Node backend changes with dependencies, validation, and rollback notes.

Official
Advanced
GonkaGateGonkaGate
1

typescript-runtime-boundary-modeling

Designs runtime trust boundaries that convert unknown TypeScript input into validated internal types.

Official
Advanced
GonkaGateGonkaGate
1

node-security-review

Reviews Node.js and Fastify backend code for application-layer security findings.

Official
Advanced
GonkaGateGonkaGate
1

typescript-node-esm-compiler-runtime

Diagnose and align TypeScript compiler settings with Node.js ESM runtime behavior.

Official
Advanced
GonkaGateGonkaGate
1

typescript-refactoring-and-simplification-patterns

Refactor existing TypeScript backend code to reduce complexity while preserving external behavior.

Official
Advanced
GonkaGateGonkaGate
1

typescript-systematic-debugging

Diagnose TypeScript backend failures by narrowing failure surfaces and selecting discriminating diagnostic steps.

Official
Advanced
GonkaGateGonkaGate
1

technical-design-review

Reviews TypeScript and Node backend design documents for ownership seams, trade-offs, and missing proof.

Official
Advanced
GonkaGateGonkaGate
1

code-simplification

Simplifies code for readability while preserving exact behavior and project conventions.

Official
Intermediate
GonkaGateGonkaGate
1

hermes-compatibility-audit

Audits repository compatibility against the latest stable upstream hermes-agent release and official docs.

Official
Advanced
GonkaGateGonkaGate
1

verification-before-completion

Selects the smallest sufficient proof set for TypeScript backend closeout readiness verdicts.

Official
Advanced

Frequently Asked Questions About GonkaGate

FAQPage Schema
What tasks can I accomplish with GonkaGate's skills?

You can write and refactor strict-mode TypeScript backend code, review PRs for type soundness, model errors and trust boundaries, debug incidents systematically, run Node.js/Fastify security reviews, plan implementation phases, and audit hermes-agent-setup compatibility against upstream Hermes releases.

Who are GonkaGate's skills designed for?

Backend engineers and reviewers working in strict-mode TypeScript and Node.js, especially those maintaining the hermes-agent-setup repository. They suit developers handling PR reviews, incident debugging, ESM migration issues, security audits, and design or spec reviews for backend services.

How do the skills fit into a practical development workflow?

Skills chain from fuzzy request to verified closeout: spec-first brainstorming frames the problem, planning breaks it into verifiable tasks, typescript-coder implements within existing seams, review and security skills audit the diff, and verification-before-completion defines the smallest sufficient proof set.

What prerequisites or dependencies do these skills assume?

Skills assume a strict-mode TypeScript/Node.js backend context, frequently the hermes-agent-setup repository with its shipped-runtime truth, GonkaGate/Hermes product invariants, and config literals like ~/.hermes/config.yaml. Several skills reference Fastify, Redis, Prisma, and Node ESM tooling such as tsx or ts-node.

Do the skills change code or only review it?

Both. typescript-coder, code-simplification, and refactoring skills modify code while preserving behavior, whereas technical-design-review, node-security-review, typescript-type-safety-review, and hermes-compatibility-audit are explicitly read-only, findings-first assessments of diffs, designs, or upstream compatibility.