AI AGENT ADDONS

Agentic Os

affaan-m/ecc

You can turn Claude Code into a persistent operating system for your projects. Instead of starting fresh each time, build a system that remembers tasks and assigns them to specialist agents. This skill gives you the architecture to make that happen.

The system has a kernel that routes work to the right agent. Agents are stored in markdown files. Slash commands let you run tasks quickly. File based memory keeps state across sessions. No databases are needed.

This setup works for long running projects, recurring tasks, and multi agent workflows. It survives session restarts and keeps your project organized.

Add Agentic Os skill to your workflow

Global

mkdir -p ~/.claude/skills/agentic-os

Project

mkdir -p .claude/skills/agentic-os

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago