CO

cyberskill-official/cyberos

Developer tools
60 stars 품질 45 트렌드 45

CyberSkill's AI-native internal operations platform. 26 federated modules, 244 agent Skills, 224 CUO workflows, 48 C-roles, 606 tasks.

개요

CyberSkill's AI-native internal operations platform. 26 federated modules, 244 agent Skills, 224 CUO workflows, 48 C-roles, 606 tasks. The website is generated (bash tools/docs-site/build.sh -> dist/website); there is no hand-authored HTML in the repo. Consumer repos install CyberOS from the payload (bash tools/install/build.sh, then dist/cyberos/install.sh ) - see the day-one guide on the docs site (cuo module -> Guides). CyberSkill Software Solutions Consultancy and Development JSC (DUNS 673219568), Ho Chi Minh City, Vietnam. Founder: Stephen Cheng (Trịnh Thái Anh) · [email protected]

README

CyberOS

CyberSkill’s AI-native internal operations platform. 26 federated modules, 244 agent Skills, 224 CUO workflows, 48 C-roles, 606 tasks.

Documentation

All documentation lives on the docs site.

Page What’s there
Getting Started Repo layout, quick start, versioning, install, deploy runbook
Modules Per-module pages (26 modules) with appendices, changelogs, deep-dives
task Catalog 579 Tasks across 29 domains
NFR Catalog ~157 Non-Functional Requirements across 10 categories
Changelog All significant changes across modules and services
Strategy Ecosystem landscape, competitive analysis, EaaS roadmap
Roadmap P0 -> P4 phased milestones

Repository layout

cyberos/
├── modules/          <- federated modules (cuo, skill, memory, ...), each owning its docs/
├── services/         <- Rust production binaries (auth, chat, memory, ai-gateway, ...), each owning its docs/
├── apps/             <- the one client (web) + thin desktop/console wrappers
├── docs/             <- global docs sources: task/NFR specs, architecture, deploy runbooks
├── tools/            <- install (the distributable payload) + docs-site (website generator)
├── scripts/          <- gates, local_verify.sh (CI-equivalent), release.sh
├── deploy/           <- VPS compose + Caddyfile
├── dist/             <- build outputs (payload, website); gitignored, never committed
├── AGENTS.md         <- Layer-1 memory protocol spec (normative)
├── CLAUDE.md         <- loads AGENTS.md as project instructions
└── VERSION           <- the single platform version

The website is generated (bash tools/docs-site/build.sh -> dist/website); there is no hand-authored HTML in the repo. Consumer repos install CyberOS from the payload (bash tools/install/build.sh, then dist/cyberos/install.sh ) - see the day-one guide on the docs site (cuo module -> Guides).

Quick start

# Memory module
cd modules/memory && pip install -e .
cyberos --store ../../.cyberos/memory/store doctor    # → READY

# CUO module
cd ../cuo && pip install -e .
cyberos-cuo list-personas                        # → 47 active personas

Versioning

scripts/release.sh minor    # bumps VERSION, propagates to all pyproject.toml + __init__.py

License

MIT

Maintainer

CyberSkill Software Solutions Consultancy and Development JSC (DUNS 673219568), Ho Chi Minh City, Vietnam. Founder: Stephen Cheng (Trịnh Thái Anh) · [email protected]

View this README on GitHub

추천 도구

다른 키워드를 입력하거나 필터를 제거해 보세요.

설치

npx skillfish add cyberskill-official/cyberos