Agent Skills: Skill: example-echo

Use when a minimal, deterministic example skill is needed to verify the contract runner.

UncategorizedID: Reneromero08/agent-governance-system/example-echo

Install this agent skill to your local

pnpm dlx add-skill https://github.com/Reneromero08/agent-governance-system/tree/HEAD/CAPABILITY/SKILLS/utilities/example-echo

Skill Files

Browse the full folder contents for example-echo.

Download Skill

Loading file tree…

CAPABILITY/SKILLS/utilities/example-echo/SKILL.md

Skill Metadata

Name
example-echo
Description
"Use when a minimal, deterministic example skill is needed to verify the contract runner."
<!-- CONTENT_HASH: bd4db62bbe253d888eafe3dddb4f5851b18a79f00cf3b90c0f5db7af6a850164 -->

required_canon_version: >=3.0.0

Skill: example-echo

Version: 0.1.0

Status: Reference

Trigger

Use when a minimal, deterministic example skill is needed to verify the contract runner.

Inputs

  • input.json with any JSON value.

Outputs

  • Writes actual.json containing the same JSON value as the input.

Constraints

  • Deterministic and side-effect free outside the provided output path (runner writes fixture outputs under CONTRACTS/_runs/).
  • Must not modify canon or context.

Fixtures

  • fixtures/basic/

required_canon_version: >=3.0.0