GonkaGate
Official@GonkaGate
The USD-billed gateway to Gonka Network
Agent Skills by GonkaGate
Showing 18 vetted skills indexed across 2 GitHub repositories.
opencode-compatibility-audit
Audits repository compatibility against the latest stable opencode-ai release and official OpenCode docs.
coding-prompt-normalizer
Convert messy coding requests into structured task-context handoff prompts for coding agents.
typescript-type-safety-review
Reviews TypeScript code and diffs for unsound types, unsafe casts, and trust-boundary leaks.
typescript-coder
Implement minimal backend TypeScript changes while preserving existing design, contracts, and runtime behavior.
planning-and-task-breakdown
Decomposes specs into ordered, verifiable tasks with acceptance criteria and checkpoints.
typescript-error-modeling-and-boundaries
Designs internal error architecture and boundary translation for strict-mode TypeScript backends.
spec-first-brainstorming
Frames ambiguous feature requests into scoped problem statements with assumptions, questions, and readiness decisions.
typescript-public-api-design
Designs and reviews exported TypeScript function signatures, module entrypoints, and public type surfaces.
typescript-coder-plan-spec
Generates phased implementation plans for TypeScript and Node backend changes with dependencies, validation, and rollback notes.
typescript-runtime-boundary-modeling
Designs runtime trust boundaries that convert unknown TypeScript input into validated internal types.
node-security-review
Reviews Node.js and Fastify backend code for application-layer security findings.
typescript-node-esm-compiler-runtime
Diagnose and align TypeScript compiler settings with Node.js ESM runtime behavior.
typescript-refactoring-and-simplification-patterns
Refactor existing TypeScript backend code to reduce complexity while preserving external behavior.
typescript-systematic-debugging
Diagnose TypeScript backend failures by narrowing failure surfaces and selecting discriminating diagnostic steps.
technical-design-review
Reviews TypeScript and Node backend design documents for ownership seams, trade-offs, and missing proof.
code-simplification
Simplifies code for readability while preserving exact behavior and project conventions.
hermes-compatibility-audit
Audits repository compatibility against the latest stable upstream hermes-agent release and official docs.
verification-before-completion
Selects the smallest sufficient proof set for TypeScript backend closeout readiness verdicts.
Frequently Asked Questions About GonkaGate
FAQPage SchemaWhat 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.