skills/ARCHIVE-dupe-2026-07-12/root_.agents_skills/AGI-skill-unification/SKILL.md
Multi-harness skill catalog unity — AAA catalog, Grok/Claude/Codex views, alias table (V3 short→disk), mesh-sync, BOOT gate, Hermes bridge. Load when auditing skill mesh, resolving dual names, rebinding harness skills, or before claiming skill inventory complete.
npx skillsauth add ariffazil/openclaw-workspace AGI-skill-unificationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
AAA is the catalog. Harnesses are views.
Doctrine bodies may live under /root/AAA/skills or /root/.agents/skills (doctrine_core).
Do not invent a second Grok-only catalog.
AAA/skills/BOOTSTRAP_MANIFEST.json — 9 universals (substrate + knowledge) through READY, then domain skills.
| Artifact | Path |
|----------|------|
| Alias table (63/63) | /root/AAA/skills/SKILL_ALIAS_TABLE.json |
| Mesh sync | /root/AAA/skills/scripts/skill-mesh-sync.sh |
| V3 registry | /root/AAA/skills/FEDERATED_SKILLS_REGISTRY_V3.yaml |
| Meta atlas | meta-mesa-skill-atlas (this organ’s sister skill) |
| Complete receipt | /root/AAA/skills/docs/SKILL-UNIFICATION-COMPLETE-2026-07-12.md |
| Hermes bridge | /root/A-FORGE/forge_work/2026-07-12/HERMES-V3-DOMAIN-BRIDGE.md |
python3 -c "import json;d=json.load(open('/root/AAA/skills/SKILL_ALIAS_TABLE.json'));
print([a for a in d['aliases'] if a['v3_name']=='meta-atlas'][0])"
Prefer primary_path / primary_resolved. Never invent paths from short names alone.
# dry-run
bash /root/AAA/skills/scripts/skill-mesh-sync.sh
# apply missing links (Grok natives preserved)
bash /root/AAA/skills/scripts/skill-mesh-sync.sh --apply
# CI / pre-seal
bash /root/AAA/skills/scripts/skill-mesh-sync.sh --check
Harnesses synced: ~/.grok/skills, ~/.claude/skills, ~/.codex/skills.
arif-governed-autonomous-execution · grok-zen-aaa-substrate · grok-federation-skill-upgrader · orthogonal-skill-update · create-skill · check-work · help · imagine
Pruned: docx pptx xlsx code-review → ~/.grok/skills/.deprecated/
skill-mesh-sync.sh --check exit 0resolved == v3_mapped == 63 and unresolved == []TOMBSTONE.json on V3 primaries (use RESTORED_LIVE.json if re-hydrated)Every AAA agent now declares spawnAgents: true in its agent-card.json.
This enables any agent to spawn subagents for parallel pre-seal audit flows.
# Any AAA agent can spawn auditors before SEAL:
task(description="Audit X", subagent_type="auditor", prompt="...")
task(description="OPS check Y", subagent_type="ops", prompt="...")
task(description="Plan Z", subagent_type="planner", prompt="...")
# Or use forge_parallel for orchestrated multi-agent:
# forge_parallel(mode="parallel", tasks=[...], max_concurrency=3)
| Agent | Type | Audit Purpose |
|-------|------|---------------|
| AUDITOR | auditor | Floor compliance, constitutional audit |
| OPS | ops | Operational impact, service health |
| PLANNER | planner | DAG sequencing, execution planning |
| EXPLORE | explore | Codebase reconnaissance |
| GENERAL | general | General-purpose research |
F13 SOVEREIGN directive — 2026-07-12 Default behaviour for all AAA agents.
If you encounter uncertainty, missing information, or anything you cannot classify confidently:
If the auditor also encounters uncertainty, it must spawn a third agent. Continue recursively until confidence is high.
AGENT → uncertain? → spawn AUDITOR
↓ ↓
works audits independently
↓ ↓
└────────── compare ───────┘
↓
agree? → YES → proceed with confidence
↓ NO
spawn next agent → recurse
AGENT → spawn AUDITOR + OPS + PLANNER in parallel
↓
Each runs independently, returns structured report
↓
AGENT collects all receipts
↓
Synthesizes findings → passes to arif_judge → SEAL
Load meta-mesa-skill-atlas for routing and gap detection. This skill is the ops contract for unity.
development
Federation-wide gold (XAUUSD) trading capability. Python stack, OANDA broker, backtesting, macro signals, RSI strategy. Every organ has a role.
development
Capital claim state management — tracks claim lifecycle across WEALTH organ.
development
Archived constitutional warga placeholder retained only for audit provenance. Do not use for active work; use the live arifOS governance and constitutional skills instead.
testing
Warga (citizen) agent skills for AAA federation members. See subdirectories for specialized warga skills.