skills/FORGE-cross-repo-doc-zen/SKILL.md
Audit and reconcile documentation across federation repositories, preserving canonical signals while removing stale references and graph fragmentation.
npx skillsauth add ariffazil/openclaw-workspace FORGE-cross-repo-doc-zenInstall 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.
Skill Class: Meta · Axis: Cross-Repo · ATLAS333: P9 Layer/Collapse, P22 Unity/Diversity FORGED: 2026-07-20 by FORGE (000Ω) · Supersedes: ad-hoc per-repo cleanup
Delete the container, keep the signal. Before archiving, extract eurekas. Before creating, measure entropy.
# Count all MD files in a repo
find /root/<REPO> -name "*.md" -not -path "*/.git/*" -not -path "*/node_modules/*" | wc -l
# Find wrong floor names
grep -rn "F2.*Haqq\|F3.*Shahada\|F5.*Hikmah\|F6.*Adl\|F9.*Rahmah\|F4.*Nur" --include="*.md" /root/<REPO>/ -l
# Find deprecated tool names
grep -rn "arif_judge_deliberate\|arif_vault_seal\|arif_session_init\|arif_sense_observe\|arif_mind_reason\|arif_kernel_route\|arif_forge_execute" --include="*.md" /root/<REPO>/ -l
# Fix floor names (batch sed)
sed -i \
-e 's/F2.*Haqq/F2 TRUTH/g' \
-e 's/F3.*Shahada/F3 WITNESS/g' \
-e 's/F4.*Nur/F4 CLARITY/g' \
-e 's/F5.*Hikmah/F5 WISDOM/g' \
-e 's/F6.*Adl/F6 MARUAH/g' \
-e 's/F9.*Rahmah/F9 ANTI-HANTU/g' \
-e 's/F13.*Khalifah/F13 SOVEREIGN/g' \
<files>
# Fix deprecated tool names
sed -i \
-e 's/arif_judge_deliberate/arif_judge/g' \
-e 's/arif_vault_seal/arif_seal/g' \
-e 's/arif_session_init/arif_init/g' \
-e 's/arif_sense_observe/arif_observe/g' \
-e 's/arif_mind_reason/arif_think/g' \
-e 's/arif_kernel_route/arif_route/g' \
-e 's/arif_forge_execute/arif_forge/g' \
<files>
Create docs/README.md with:
# Verify no deprecated tool names remain
grep -rn "arif_judge_deliberate" --include="*.md" /root/<REPO>/ | grep -v archive | grep -v forge_work | grep -v memory
# Verify no wrong floor names remain
grep -rn "F2.*Haqq\|F3.*Shahada" --include="*.md" /root/<REPO>/ | grep -v archive
# Verify all repos clean
for r in arifOS A-FORGE AAA GEOX WEALTH WELL; do
cd /root/$r && echo "$r: $(git status --porcelain | wc -l) dirty"
done
| F# | Name | Legacy (WRONG) | |----|------|----------------| | F1 | AMANAH | — | | F2 | TRUTH | Haqq ❌ | | F3 | WITNESS | Shahada ❌ | | F4 | CLARITY | Nur ❌ | | F5 | WISDOM | Hikmah ❌ | | F6 | MARUAH | Adl ❌ | | F7 | HUMILITY | Tawadu ❌ | | F8 | PATIENCE | Sabr ❌ | | F9 | ANTI-HANTU | Rahmah ❌ | | F10 | ONTOLOGY | Ihsan ❌ | | F11 | AUDIT | Aman ❌ | | F12 | SECURITY | Hifz ❌ | | F13 | SOVEREIGN | Khalifah ❌ |
| Current | Legacy (DEPRECATED) |
|---------|---------------------|
| arif_init | arif_session_init ❌ |
| arif_observe | arif_sense_observe ❌ |
| arif_think | arif_mind_reason ❌ |
| arif_route | arif_kernel_route ❌ |
| arif_critique | arif_heart_critique ❌ |
| arif_judge | arif_judge_deliberate ❌ |
| arif_seal | arif_vault_seal ❌ |
| arif_forge | arif_forge_execute ❌ |
| Organ | Port | Repo Path | Docs Index | |-------|------|-----------|------------| | arifOS | 8088 | /root/arifOS | arifOS/docs/README.md | | A-FORGE | 7071 | /root/A-FORGE | A-FORGE/docs/README.md | | AAA | 3001 | /root/AAA | AAA/docs/README.md | | GEOX | 8081 | /root/GEOX | ⚠ PENDING | | WEALTH | 18082 | /root/WEALTH | ⚠ PENDING | | WELL | 18083 | /root/WELL | ⚠ PENDING |
Forged: 2026-07-20 by FORGE (000Ω) · DITEMPA BUKAN DIBERI
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.