Hedera
Official@hashgraph · United States of America
Offers standardized Go error handling, configuration validation, and task orchestration conventions for enterprise-grade distributed ledger infrastructure and software development.
Agent Skills by Hedera
Showing 4 vetted skills indexed across 2 GitHub repositories.
taskfile-conventions
Enforce Taskfile.yaml and taskfiles/*.yaml organization conventions.
sanity-validators
Route CLI, env, and config strings through domain-specific sanitizers and validators.
errorx-conventions
Standardize Go error handling with errorx types and safe wrapping practices.
hedera
Direct AI agents to current Hedera documentation and official resources.
Frequently Asked Questions About Hedera
FAQPage SchemaWhat specific development tasks are enabled by these conventions?▼
These conventions enable standardized error management using Go errorx types, consistent build execution through Taskfile.yaml enforcement, and robust configuration sanitization. They ensure uniform code quality and operational reliability across distributed ledger projects by providing structured validation for environment variables and configuration inputs.
Which engineering personas benefit from these standards?▼
Backend engineers, site reliability engineers, and distributed systems architects benefit from these standards. They are designed for developers working within the Hedera ecosystem who require consistent error handling, predictable build processes, and secure configuration management to maintain high-availability infrastructure.
What are the prerequisites for implementing these conventions?▼
Implementation requires a Go-based development environment and the inclusion of the specified errorx and taskfile configuration modules. Developers must integrate the provided validation logic into their project initialization phase to ensure that all environment variables and configuration strings pass through the required sanitizers before execution.