Agi super team sync
Skill aAAaqwq/AGI-Super-Team/plugins/agi-super-team-codex/skills/agi-super-team-sync
Safely preview or install the specialist Codex agent TOMLs bundled with the AGI Super Team plugin. Use when the user asks to install, update, synchronize, or audit AGI Super Team agents in their personal Codex configuration.From its SKILL.md
npx -y skills add aAAaqwq/AGI-Super-Team --skill agi-super-team-syncAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
2.2 KB, 428 tokens by cl100k_base, as published. Nobody here has run it
AGI Super Team Sync
Overview
Synchronize the plugin's curated agent payload into the user's personal Codex agent directory. The script is non-destructive: it does not delete unrelated agents or edit config.toml, and it backs up every differing destination file before replacement.
Workflow
-
Resolve
scripts/sync_codex_agents.pyrelative to the absolute directory containing thisSKILL.md. Do not assume the user's current working directory is the skill directory. -
Run a preview first:
python3 "<absolute-skill-directory>/scripts/sync_codex_agents.py" -
Summarize the planned additions, updates, unchanged files, and destination.
-
Only when the user asked to install or sync, apply the plan:
python3 "<absolute-skill-directory>/scripts/sync_codex_agents.py" --install -
Report the backup directory when files were replaced. Tell the user to start a new Codex task so newly installed roles are discovered.
Safety Rules
- Never copy credentials, conversation databases, memory stores,
config.toml, or local backups. - Never delete destination files. Unrelated agents remain untouched.
- Refuse a source payload containing symlinks or files other than top-level
.tomlagent definitions. - Keep the preview as the default. Use
--installonly when the user has authorized installation or synchronization. - A custom destination may be supplied with
--codex-home; validate it before use. - Do not enable automatic hooks, daemons, or background memory capture.
Configuration
This skill deliberately leaves ~/.codex/config.toml unchanged. If the user wants native parallelism, recommend reviewing and adding settings such as:
[agents]
max_threads = 4
max_depth = 1
job_max_runtime_seconds = 1800
interrupt_message = true
Explain that these values are recommendations, not requirements. Preserve existing settings and let the user decide before editing them.
What ships with it: 3 files
23.0 KB alongside SKILL.md, 2 of them executable
agents/
- openai.yaml227 B
scripts/
- install_codex_team.pyruns11.2 KB
- sync_codex_agents.pyruns11.5 KB