> ## Documentation Index
> Fetch the complete documentation index at: https://cyberskill-mintlify-f0a375f9.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CyberOS Platform: Memory, Skills, and Workflow Modules

> CyberOS brings memory, AI skills, and workflow automation to every team — federated modules for HR, CRM, projects, finance, and more.

CyberOS is CyberSkill's AI-native internal operations platform — 22 federated modules, 104 agent Skills, and 223 CUO workflows working together so your agents and your people ship work in a governed, audit-chained loop. These docs cover everything from installing CyberOS into your first repository to understanding how the BRAIN memory store, the CUO workflow engine, and the Skills library fit together.

<CardGroup cols={2}>
  <Card title="Introduction" icon="book-open" href="/introduction">
    Learn what CyberOS is, the problems it solves, and how its modules work together as a unified operations platform.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Install CyberOS into your repo, write your first task, and ship it with AI assistance in under 15 minutes.
  </Card>

  <Card title="Core Concepts" icon="lightbulb" href="/concepts">
    Understand BRAIN memory, Skills, CUO workflows, task states, and the human-in-the-loop governance model.
  </Card>

  <Card title="Install Guide" icon="download" href="/guides/install">
    Step-by-step installation options: npx, Claude plugin, curl, Docker, GitHub Action, and more.
  </Card>
</CardGroup>

## Platform Modules

The three shipped modules form the operating substrate every higher-level module builds on. Start here before exploring HR, CRM, Projects, or Finance.

<CardGroup cols={3}>
  <Card title="Memory BRAIN" icon="brain" href="/modules/memory">
    An append-only, audit-chained local memory store with a Layer-2 semantic search service. Every agent decision is recorded and provable.
  </Card>

  <Card title="Workflow Engine" icon="gears" href="/modules/cuo">
    The CUO engine drives tasks from idea to done through a single governed lifecycle with two mandatory human-acceptance gates.
  </Card>

  <Card title="Skills Library" icon="puzzle-piece" href="/modules/skill">
    104 versioned, auditable agent capabilities — from task authoring and code review to Vietnamese-market compliance tools.
  </Card>
</CardGroup>

## Platform Highlights

CyberOS is built on three shipped modules (memory, skill, CUO) with 22 modules total across phases P0–P4. The platform runs one version across all modules, installs into any repository under a single gitignored `.cyberos/` folder, and works with Claude, Codex, Cursor, Gemini, Grok, and every other file-and-shell agent.

<Note>
  CyberOS is **Vietnamese-market-first by design**. The Skills library ships a dedicated `cyberskill-vn` pack covering Vietnamese compliance, e-invoicing, banking APIs, and legal requirements — giving teams in Ho Chi Minh City and Hanoi production-ready tooling before the platform expands across Southeast Asia and globally.
</Note>
