skills/ASI-agentic-architecture/SKILL.md
Class-level skill for designing sovereign agentic agents. 9-skill spine, 3-agent model (Architect→Engineer→Auditor), 4 powers per agent, deterministic/isolation principles, VPS management spine. BIJAKSANA: XML-tagged for Claude, numbered steps for Codex, imperative for Hermes.
npx skillsauth add ariffazil/openclaw-workspace ASI-agentic-architectureInstall 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.
<cognitive-note model="claude">Three-agent model with deterministic design. Architect decides, Engineer applies, Auditor verifies. Lower machine entropy.</cognitive-note> <cognitive-note model="codex">3-agent loop with 4 powers each. Idempotent actions. One-owner-per-task. Strict queues.</cognitive-note> <cognitive-note model="hermes">Architect→Engineer→Auditor. 4 powers each. Keep it clean. Verify everything.</cognitive-note>
ARCHITECT ──decides──▶ ENGINEER ──applies──▶ AUDITOR ──verifies──▶ DONE
▲ │
└───────────────────── FEEDBACK ──────────────────────────┘
| Agent | Role | 4 Powers | Owns | |-------|------|----------|------| | Architect | Decides structure, constraints, standards | read state → propose change → approve change → verify design | What & Why | | Engineer | Implements the change | read state → propose change → apply change → self-check | How | | Auditor | Verifies safety, correctness, regressions | read state → verify change → report drift → certify done | That it works |
Rules:
Every agent action follows this sequence:
Anti-pattern: "I changed it" without verifying. If you cannot verify the result, you haven't finished.
{who, what, why, result}| # | Skill | Description | |---|-------|-------------| | 1 | Health monitoring | CPU, RAM, disk, load, uptime | | 2 | Log reading | systemd, app logs, Docker logs | | 3 | Service control | start/stop/restart/status | | 4 | Network debugging | ports, DNS, SSL, firewall, SSH | | 5 | Deployment | install/update apps, containers, configs | | 6 | Rollback/backups | snapshot awareness, restore plan, safe revert | | 7 | Security | patching, key handling, suspicious process detection | | 8 | Resource tuning | memory leaks, CPU spikes, disk pressure | | 9 | Incident handling | detect → fix → verify loop | | 10 | Change discipline | one change at a time, record everything |
testing
OpenClaw edge agent bridge — operational triage, doctor, restart, and A2A bridge routing for the federation edge (Telegram surface). USE WHEN: "openclaw unhealthy", "gateway down", "edge bot not responding", "a2a bridge disconnected", "watchdog tripped", "openclaw doctor", "openclaw restart". NOT for token/security audit — use FORGE-telegram-audit.
tools
Generate images, videos, TTS, voice clone, and music via MiniMax MCP server. Use when user asks to "draw", "generate image", "create picture", "make a photo", "text to image", "image generation".
testing
Single load-bearing constitutional-judgment skill. Routes all F1–F13, verdict, hold, seal, scope, authority and floor-check calls through the live arif_judge surface. Replaces 7 overlapping predecessors (arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge).
development
MANDATORY LSP grounding gate BEFORE any code mutation on .ts, .py, .js, .tsx, .jsx files. Forces the agent to read real-time compiler diagnostics and structural project context before editing — eliminating blind guesses and anchoring every mutation in F2 (TRUTH). Routes through arifOS kernel (:8088) for centralized gate logic.