Agentic Os
Description
Agentic personal OS to automate high-leverage workflows with Codex, Claude Code, Pi, OpenClaw and other coding agents/ runtime platforms.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README

**TL;DR**: An agentic personal operating system built to automate high-leverage workflows across Claude Code, Codex, Pi, OpenClaw, and other coding agents/runtime platforms.
Quick Start
**Clone this repo**
git clone https://github.com/itseffi/personal-os.git cd personal-os**Run setup**
chmod +x setup.sh ./setup.sh**Start using** This automates high-leverage execution end-to-end: it converts raw backlog into prioritized, goal-aligned, verification-enforced action plans.
Open this repo in your agent and run: 1) "Process my backlog from BACKLOG.md into Tasks/**/*.md using AGENTS.md rules." 2) "Show my P0/P1 unblocked tasks aligned to GOALS.md." 3) "Propose today’s top 3 with required verification evidence and commands."
Quick Links
[Build Your Personal OS](Tutorials/build-your-personal-os.md) · [Workflows](Workflows/README.md) · [Canonical Skills](.agents/skills/README.md) · [Evals](Evals/README.md) · [Tutorials (index)](Tutorials/README.md)
Architecture
flowchart TD
U["User Prompt"] --> A["Agent Runtime
Claude Code | Codex | Pi | OpenClaw"]
A --> I["Instructions
AGENTS.md + wrappers"]
A --> S["Skills
.agents/skills/*/SKILL.md"]
A --> W["Workflows
Workflows/*.md"]
A --> F["State + Context
Tasks, GOALS, BACKLOG, Knowledge, Resources"]
A -. optional .-> M["MCP Integrations
System/mcp + external services"]
A -. optional .-> D["Subagents
runtime-dependent delegation"]
A --> E["Evals
Evals/ + Evals/skills + scripts/run_skill_evals.py"]
classDef core fill:#ff9891,stroke:#2b2b2b,color:#111111,stroke-width:1.2px;
classDef optional fill:#ffd4d0,stroke:#2b2b2b,color:#111111,stroke-width:1.2px,stroke-dasharray: 4 3;
class U,A,I,S,W,F,E core;
class M,D optional;
Agent Compatibility
Pe
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development