agent-foundation
SolidUniversal baseline skill for all agents on the arifOS VPS, regardless of vendor or model provider
AI & Automation 49 stars
8 forks Updated 1 months ago AGPL-3.0
Install
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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
- F...
Details
- Author
- ariffazil
- Repository
- ariffazil/arifos
- Created
- 9 months ago
- Last Updated
- 1 months ago
- Language
- Python
- License
- AGPL-3.0
Related Skills
AI & Automation Featured
code-simplifier
Review RTK Rust code for idiomatic simplification. Detects over-engineering, unnecessary allocations, verbose patterns. Applies Rust idioms without changing behavior.
76,875 Updated today
rtk-ai AI & Automation Featured
design-patterns
Rust design patterns for RTK. Newtype, Builder, RAII, Trait Objects, State Machine. Applied to CLI filter modules. Use when designing new modules or refactoring existing ones.
76,875 Updated today
rtk-ai AI & Automation Featured
issue-triage
Issue triage: audit open issues, categorize, detect duplicates, cross-ref PRs, risk assessment, post comments. Args: "all" for deep analysis of all, issue numbers to focus (e.g. "42 57"), "en"/"fr" for language, no arg = audit only in French.
76,875 Updated today
rtk-ai