What problem does it solve?
This skill automates the ingestion of decoded Cardano V2 transaction CBORs from the Atlas API and updates the repository YAML documentation to reflect the latest transactions, ensuring consistency across registries and docs.
Core Features & Use Cases
- CBOR decoding & mapping: Extracts inputs, outputs, mints, withdrawals, reference inputs, and datum references from Atlas CBOR payloads and normalizes them into a YAML-friendly structure.
- Documentation generation: Creates or updates YAML files under public/yaml/transactions/v2/{system}/{role}/{tx-name}.yaml using the repository's templates and conventions.
- Registry alignment: Maps addresses to validators using address-registry.json and proposes updates when new validators or patterns are discovered during analysis.
Quick Start
Provide a decoded Atlas CBOR sample and run the analyze-transaction skill to produce the corresponding YAML, then validate it against endpoint-registry.json and update registries as needed.