Agent skill

ant-worker

Distributed task executor for CATALYTIC-DPT swarm.

Stars 0
Forks 0

Install this agent skill to your Project

npx add-skill https://github.com/Reneromero08/agent-governance-system/tree/main/CAPABILITY/SKILLS/agents/ant-worker

SKILL.md

required_canon_version: >=3.0.0

Skill: ant-worker

Version: 0.1.0 Status: Active

Ant Worker

Distributed task executor for CATALYTIC-DPT swarm.

Usage

bash
python scripts/run.py input.json output.json

Task Types

Type Operations
file_operation copy, move, delete, read
code_adapt find/replace, update imports
validate run fixtures, check syntax
research analyze file structure

Input Schema

json
{
  "task_id": "copy-files-001",
  "task_type": "file_operation",
  "operation": "copy",
  "files": [
    {"source": "path/to/src", "destination": "path/to/dest"}
  ],
  "verify_integrity": true
}

Governance

  • All operations hash-verified (SHA-256)
  • Logged to CONTRACTS/_runs/<task_id>/
  • On error: STOP and escalate to Governor

required_canon_version: >=3.0.0

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results