agentic-os

Installation
SKILL.md

Agentic OS

This skill establishes a framework-agnostic Agentic Operating System layer in a project workspace. It enables Claude, Gemini, and Antigravity to share persistent operational memory, coordinate via task queues, and continuously improve through structured feedback loops.

The Core Concept

An Agentic OS solves the "blank slate" problem. Without it, every agent session starts fresh, requiring manual context loading and repeating past mistakes. By centralizing state and learnings into an .agent/ directory, any agent runtime can pick up exactly where the last one left off and apply compounded knowledge.

Initialization

To set up the Agentic OS scaffolding in a new project, run:

bash ~/.agents/skills/agentic-os/scripts/init-os.sh
Installs
35
First Seen
May 12, 2026
agentic-os — baphomet480/claude-skills