gormes-references

Identify Go donor implementations matching Gormes patterns and document provenance.

9|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/TrebuchetDynamics/gormes-agent --skill gormes-references
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gormes-references
Source: https://github.com/TrebuchetDynamics/gormes-agent/tree/main/development-skills/gormes-references
Command: npx skills add https://github.com/TrebuchetDynamics/gormes-agent --skill gormes-references

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Locate and assess Go donor/reference implementations for Gormes to avoid reinventing core patterns and to ensure Hermes parity.

Core Features & Use Cases

  • Efficiently identify suitable donor implementations in Go for common Gormes patterns.
  • Compare provenance and licensing notes to maintain attribution and provenance integrity.
  • Facilitate porting by outlining how donor patterns map to Gormes-native constructs and testing approaches.

Quick Start

Use this skill to locate a donor reference that matches the current Gormes task and document its provenance before porting.

Frequently Asked Questions about gormes-references

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find Go donor implementations for Gormes porting?

Hermes parity requirements ensure that Go donor implementations match the behavior and structure of the original Hermes patterns. You validate Go donor references by conducting red tests and checking them against Hermes parity guidelines before porting.

What's the best way to document provenance for Go donor patterns?

Documenting provenance for Go donor patterns involves recording attribution and licensing notes for the reference implementations. This maintains provenance integrity and ensures compliance when mapping donor patterns to Gormes-native constructs.

Can I use existing Go references instead of building Gormes patterns from scratch?

You can use existing Go references instead of building Gormes patterns from scratch by locating suitable donor implementations. This approach avoids reinventing core patterns and ensures alignment with Hermes parity requirements during porting.

How does evaluating donor references work in Go development workflows?

Evaluating donor references in Go development workflows involves assessing provenance, matching implementations against Hermes parity requirements, and guiding porting decisions to Go components. Requirements include documenting provenance and conducting red tests.

Do I need to run red tests when porting Go donor patterns to Gormes?

You need to run red tests when porting Go donor patterns to Gormes to validate the donor reference implementations against Hermes parity guidelines. Red tests confirm that the ported patterns behave correctly before integration.