-
-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Organ: central brain — receives intent from the human, distributes generic knowledge to every arm, and routes you to the organ that handles each concern.
Octorato = octopus + tesseract — an eight-armed brain in a 4D activation space (Agent × Skill × Arm × 4D-phase). Open-source AI-agent operating system for a single operator directing a shared brain of specialist agents across clients, projects, and machines — without ever mixing their data or their bills.
Live: 230+ skills · 160+ agent personas across
13 divisions · hook-enforced gates · multi-machine sync · a neural
connectome that learns over time · a FinOps pipeline that tags every trace event
with the client who incurred it · a generated capability manifest
(docs/CAPABILITIES.md) that the pre-push gate keeps
fresh so no capability can be silently dropped.
Repo: https://github.com/CarlosCaPe/octorato
The AI race is brutal and the tooling landscape changes daily. A brain that isn't current is dead weight. So Octorato keeps itself current:
- Reads the market every day — a scheduled loop scans GitHub Trending, Hacker News, and Product Hunt, filters against what the brain already knows, and auto-promotes genuinely-new capabilities into real skills. See Self-Growth.
-
Learns from its own work — session logs + the operator's manual skills
feed pattern extraction (
skill-creator), so repeated solutions become reusable skills. -
Publishes what it learns — every brain change flows to a public
/newschangelog and a daily blog, with Facebook syndication. This keeps the operator informed and drives fresh-content rotation/SEO across all their sites.
The result is a brain that compounds: external market signal + internal experience → more skills → more leverage.
Each page is an organ. This brain routes you to whichever one you need.
- Architecture — the anatomy atlas: CLASS / OBJECT / ARM, the activation stack, and why an octopus.
- The-4D-Paradigm — the nervous signal: every action follows Describe → Delegate → Diligent → Disclose.
- Skills — the synapse catalog: 230+ learned techniques (the HOW).
- Agents — the neuron roster: 160+ specialist personas (the WHO).
- Self-Growth — neurogenesis and pruning: the daily auto-curation loop.
- Security — the immune system: why the brain stays generic, and how that's enforced.
# 1. Clone the brain into ~/.claude
git clone https://github.com/CarlosCaPe/octorato ~/.claude
# 2. Enable the push-time secret guard
cd ~/.claude && git config core.hooksPath .githooks
# 3. Create your private company brain (gitignored, never public)
# and your first client "arm" — see Architecture.This wiki is generated from the live brain. Every skill and agent below is
extracted from ~/.claude/skills/*/SKILL.md and agents/REGISTRY.md — it is
always in sync with what the brain can actually do.
Octorato — open-source AI Agent OS · productized at dataqbs.com Built by Carlos Carrillo — data & AI engineering. Open to work & collaboration. Found this useful? 💜 Sponsor / Donate · MIT licensed · Report a security issue
- Home (central brain)
- Architecture (anatomy)
- The-4D-Paradigm (nervous system)
- Skills (230+) · Skills-System
- Agents (160+) · Agents-System
- Arms-and-Sync (limbs)
- Self-Growth (neurogenesis)
- FinOps (metabolism)
- Security (immune)
- Glossary (genome index)
- Getting-Started (embryology)