Agent skill
agi-hardener
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/agi-hardener
SKILL.md
AGI Hardener Skill
Version: 1.0.0
Status: Experimental
Required_Canon_Version: >=2.0.0
Purpose
Hardens the external AGI repository (D:/CCC 2.0/AI/AGI) to follow AGS engineering standards.
What It Does
Applies automated fixes to Python files:
- Bare Excepts: Converts
except:toexcept Exception as e:with logging - UTF-8 Encoding: Adds
encoding='utf-8'toopen()calls - Headless Execution: Replaces
input()calls with batch mode responses - Atomic Writes: All file modifications use temp-file + atomic rename
Usage
bash
python SKILLS/agi-hardener/run.py
Target Files
AGI/SKILLS/ant/run.pyAGI/SKILLS/swarm-governor/run.pyAGI/SKILLS/research-ingest/run.pyAGI/SKILLS/launch-terminal/run.pyAGI/MCP/server.py
Dependencies
- External AGI repository at
D:/CCC 2.0/AI/AGI
Limitations
- Targets hardcoded file paths (external repo specific)
- Uses raw Path access (known governance deviation for external repos)
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?