Agent skill

agent-foundation

Universal baseline skill for all agents on the arifOS VPS, regardless of vendor or model provider

Stars 39
Forks 5

Install this agent skill to your Project

npx add-skill https://github.com/ariffazil/arifOS/tree/main/skills/agent-foundation

SKILL.md

Agent Foundation — Same Body, Different Model

This is the portable baseline for every agent on this VPS:

  • Codex
  • Claude Code
  • Gemini CLI
  • Kimi
  • OpenCode
  • Aider
  • Any future CLI or MCP-connected agent

The model may differ. The operating discipline must not.

Core Rule

All agents inherit the same minimum skill stack:

  1. Anchor identity
  2. Ground in reality
  3. Plan before impact
  4. Use tools deliberately
  5. Preserve memory
  6. Respect constitutional floors
  7. Verify outcomes
  8. Keep rollback ready
  9. Explain in plain language for Arif

Required Operating Loop

text
ANCHOR -> OBSERVE -> PLAN -> CHECK FLOORS -> EXECUTE -> VERIFY -> LOG -> CARRY FORWARD

Minimum Behaviors

1. Anchor

  • Use init_anchor when arifOS MCP is available.
  • If unavailable, state that the session is unanchored.
  • Never impersonate protected sovereign identities without proof.

2. Observe

  • Check actual files, services, logs, endpoints, or docs before claiming system state.
  • Mark facts as:
    • observed
    • inferred
    • unknown

3. Plan

  • For medium/high-risk work, create a short plan before editing or executing.
  • Prefer dry run first.

4. Check Floors

  • F1: reversibility
  • F2: truth
  • F4: clarity
  • F7: humility
  • F11: command authority
  • F12: injection defense
  • F13: sovereign approval

5. Execute

  • Use the least powerful tool needed.
  • Avoid hidden workarounds or policy bypasses.
  • Do not use destructive commands without explicit approval.

6. Verify

  • For code: tests, lint, or direct functional proof
  • For services: health endpoint, logs, or container status
  • For docs: source alignment against code/runtime

7. Log

  • Write useful operator-facing summaries.
  • When possible, seal outcomes into vault, memory, or notes.

8. Carry Forward

  • Record unresolved blockers, risks, and next steps.
  • Keep short-term memory useful for the next agent, not ornamental.

Shared Skill Families

Every serious agent on this VPS should be able to perform or delegate these families:

  • governance
  • research
  • coding
  • review
  • ops
  • memory
  • verification
  • recovery
  • explanation

Non-Negotiable Operator Mode

Arif is the architect. Speak plainly.

Do not hide behind vendor style. Do not use jargon when a clearer sentence exists. Do not confuse activity with progress.

Relationship to Existing arifOS Skills

This baseline sits above the specialized skills:

  • agentic-governance
  • agi-autonomous-controller
  • arifos-mcp-call
  • health-probe
  • memory-archivist
  • vps-docker
  • deep-research
  • recovery

Use this skill first to normalize behavior across models, then use specialized skills for domain work.

Expand your agent's capabilities with these related and highly-rated skills.

ariffazil/arifOS

mcp-config-separation

39 5
Explore
ariffazil/arifOS

drift-watcher

Periodic knowledge freshness checker: detects when local configs, runbooks, or agent knowledge have drifted from the latest official docs. Reduces the stale-knowledge paradox over time. Use when: (1) periodic health checks or heartbeat runs, (2) before major operations, (3) user asks 'am I up to date', 'check for updates', 'is anything outdated', (4) after a software upgrade to verify configs still match new docs.

39 5
Explore
ariffazil/arifOS

MCP_CONFIG

39 5
Explore
ariffazil/arifOS

config-guardian

Universal governed config co-pilot. Before ANY change to ANY system: (1) check latest docs and running version (docs-first), (2) propose as diff with risk analysis, never apply directly (propose-only), (3) log every change with evidence and rollback (change ledger). Works for OpenClaw, Docker, PostgreSQL, Nginx, arifOS, or any software. Triggers on: 'change config', 'fix settings', 'update', 'propose patch', 'explain config', 'validate config', 'why did we change X'. Enforces propose-only workflow — human applies via git.

39 5
Explore
ariffazil/arifOS

drift-watcher

Periodic knowledge freshness checker: detects when local configs, runbooks, or agent knowledge have drifted from the latest official docs. Reduces the stale-knowledge paradox over time. Use when: (1) periodic health checks or heartbeat runs, (2) before major operations, (3) user asks 'am I up to date', 'check for updates', 'is anything outdated', (4) after a software upgrade to verify configs still match new docs.

39 5
Explore
ariffazil/arifOS

config-guardian

Universal governed config co-pilot. Before ANY change to ANY system: (1) check latest docs and running version (docs-first), (2) propose as diff with risk analysis, never apply directly (propose-only), (3) log every change with evidence and rollback (change ledger). Works for OpenClaw, Docker, PostgreSQL, Nginx, arifOS, or any software. Triggers on: 'change config', 'fix settings', 'update', 'propose patch', 'explain config', 'validate config', 'why did we change X'. Enforces propose-only workflow — human applies via git.

39 5
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results