skills/FORGE-governance-jsonld/SKILL.md
Governance JSON-LD — constitutional ontology and semantic governance context definitions.
npx skillsauth add ariffazil/openclaw-workspace FORGE-governance-jsonldInstall 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.
DITEMPA BUKAN DIBERI — Forged, Not Given.
Generate and maintain /.well-known/governance.jsonld — machine-readable constitutional ontology expressing the 13 floors (F1–F13), federation organs, action classes, epistemic labels, and authority tiers as linked data.
governance.jsonld for any federation subdomaindid-web-identityfederation-manifest| Floor | Application | |-------|-------------| | F1 AMANAH | Ontology terms are append-only; deprecation replaces deletion | | F2 TRUTH | Every term has a human-readable definition; no opaque IRIs without explanation | | F4 CLARITY | One ontology namespace per organ; no overlapping term definitions | | F11 AUDIT | JSON-LD version history tracked alongside seal chain | | F13 SOVEREIGN | Floor definitions immutable once sealed in VAULT999 |
// /.well-known/governance.jsonld — canonical structure
{
"@context": {
"@vocab": "https://arifos.arif-fazil.com/ontology/v1#",
"f1": "https://arifos.arif-fazil.com/ontology/v1#F1_AMANAH",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@id": "did:web:arif-fazil.com",
"@type": "ConstitutionalFederation",
"floors": [
{
"@id": "f1:amanah",
"name": "AMANAH",
"description": "Every mutation reversible or backed up",
"ordinal": 1,
"maxConfidence": 0.90,
"actionClasses": ["MUTATE", "IRREVERSIBLE"]
},
// F2–F13 follow same pattern
],
"organs": [
{
"@id": "organ:arifos",
"name": "arifOS",
"role": "constitutional_kernel",
"port": 8088
}
],
"epistemicLabels": ["OBS", "DER", "INT", "SPEC"],
"authorityTiers": ["T1_AUTO_DO", "T2_ANNOUNCE", "T3_888_HOLD"]
}
did.json service endpoints here — reference by @id@id generation (must be reproducible IRIs)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.