Agent skill
ant-worker
Stars
0
Forks
0
Install this agent skill to your Project
npx add-skill https://github.com/Reneromero08/agent-governance-system/tree/main/THOUGHT/LAB/TURBO_SWARM/agents_skills_alpha/ant-worker
SKILL.md
Skill: ant-worker
Version: 0.1.0 Status: Active Required_canon_version: ">=3.0.0 <4.0.0"
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
mcp-adapter
0
0
Explore
pipeline-dag-scheduler
0
0
Explore
cortex-summaries
0
0
Explore
llm-packer-smoke
0
0
Explore
artifact-escape-hatch
0
0
Explore
mcp-message-board
0
0
Explore
Didn't find tool you were looking for?