Một mục tích hợp AI trong kho dữ liệu GitHub của TopGit: alirezarezvani/gaios, 30 sao, nhóm AI Tools, Python. Open-source AI Operating System (AIOS) blueprint for Claude Code & Codex — turn any agent into your personal second brain + Chief of Staff: skills, self-verifying workflows, a second-brain wiki, and deterministic tools. Fork it for any role or domain.
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
Clone it, run /setup, and it becomes yours in Claude Code or Codex — a second brain + Chief of Staff that holds your context, structures your work, drafts in your voice, and runs reliable workflows.
Open-source and opinionated — complete out of the box, not a blank slate. Fork it and make it yours for any role, company, or domain.
Quick start
Clone this folder to your machine.
Open it in Claude Code or Codex and run /setup (in Codex: invoke the setup skill or just ask it to "run setup").
Answer the guided interview (identity, voice, priorities, stack, team, guardrails). It fills CLAUDE.md, context/, references/voice.md, and connections.md.
Try the first prompt: "what should I focus on this week?"
Not sure what to write? Skim examples/ first — directional guides by role (founder, ops, regulated medtech, creator, sales) that show the shape of a filled gAIOS. They're direction, not data — you won't copy them.
Runtime compatibility (Claude Code · Codex · others) is summarized in Compatibility below.
What's inside (the architecture)
The Four Cs — Context (knows your business) · Connections (reaches your stuff) · Capabilities (knows how to do the work) · Cadence (runs without being asked).
The Three Ms — Mindset · Method · Machine (references/3ms-framework.md). Both frameworks inspired by Nate Herk's work — see NOTICE.
WAT — Workflows · Agents · Tools. Probabilistic AI reasons; deterministic code executes. Boring, testable, auditable.
Features (all included):
/structure — turn any fuzzy input into a clear brief.
/triage · /daily · /weekly — the Cadence layer: batch-sort an inbox, get a focused daily brief, run a weekly operating review.
/wiki — a second brain: drop notes in raw/, get clean cross-linked knowledge in wiki/ (with a leakage-scanning lint gate).
/graph · /graph-query · /graph-ingest — a knowledge graph (graphify) over your code + wiki/: build/visualize it, query relationships, and ingest external sources into the second brain.
/draft · /prep · /decide — Chief-of-Staff core: draft comms in your voice, prep a one-page brief for any meeting/person, and frame + log a decision.
/workflow — dynamic workflows: goal-driven, composable, self-verifying pipelines with a quality gate per step.
/experiment — an autoresearch loop (try → measure → keep/revert → log), with a runnable forecast example.
/exec-cockpit — a leadership-transition / exec-cockpit template.
tools/ — deterministic Python (branded-HTML renderer, wiki lint, experiment log).
A brand kit template (brand-assets/) so outputs render on-brand.
Structure
CLAUDE.md ← the operating manual (filled by /setup)
AGENTS.md ← Codex / cross-tool runtime bootstrap (mirrors CLAUDE.md's rules)
examples/ ← directional guides by role (what good looks like; not pre-filled data)
context/ ← about you, the business, the team, priorities
wiki/ · raw/ ← second brain (wiki committed; raw git-ignored)
projects/ ← active workstreams
experiments/ ← autoresearch harness (+ runnable forecast example)
tools/ ← deterministic Python (WAT execution layer)
references/sops/ ← workflows / SOPs (incl. dynamic-workflows + examples)
references/ ← 3ms framework, voice, API guides
brand-assets/ ← CI/CD template (tokens + preview)
connections.md ← registry of systems the AIOS can reach
decisions/log.md ← append-only decision record
.claude/skills/ ← /setup, /structure, /triage, /daily, /weekly, /wiki, /graph, /graph-query, /graph-ingest, /draft, /prep, /decide, /workflow, /experiment, /exec-cockpit, /onboard, /audit, /level-up
.codex/skills/ ← symlink → .claude/skills (so Codex discovers the same skills)
See EXPANSIONS.md for what to add as you grow.
Customize for your domain
The Guardrails block in CLAUDE.md ships with safe defaults. Set your sensitive-data line and compliance rules (GDPR / HIPAA / SOC2 / medical-device / …) during /setup — don't run the defaults unchanged for a regulated business.
Knowledge graph (graphify)
gAIOS integrates graphify — it turns your code + committed wiki/ into a navigable, queryable knowledge graph (interactive graph.html, a GRAPH_REPORT.md of god-nodes & surprising connections, and an MCP server). Build it with /graph, ask it with /graph-query, and feed external sources into your second brain with /graph-ingest.
python tools/graphify_setup.py install # installs graphify + wires the Claude Code & Codex skills (also offered by /setup)
Code is processed locally; only the de-identified wiki/ is sent to your host AI session for extraction (never raw//.env/.tmp/), and graphify-out/ is git-ignored. Details: references/graphify-api.md · SOP: references/sops/knowledge-graph.md.
Compatibility
gAIOS runs on any agentic coding tool that reads a project-instructions file. Claude Code is first-class; Codex / Codex CLI is supported via AGENTS.md.
Runtime
Reads
gAIOS workflows (skills)
Status
Claude Code
CLAUDE.md
Native slash skills (/setup, /structure, …) in .claude/skills/
✅ First-class
Codex / Codex CLI
AGENTS.md → points it to CLAUDE.md + context/
Auto-discovered from .codex/skills (symlink → .claude/skills), or invoke by name
✅ Supported
Other agents (Cursor, Gemini CLI, Copilot, …)
AGENTS.md / CLAUDE.md
Ask for a workflow by name; the agent reads the matching .claude/skills/*/SKILL.md or references/sops/
⚠️ Works via instructions
Using gAIOS in Codex: open the repo in Codex CLI — it loads AGENTS.md automatically, which directs it to CLAUDE.md and context/ and restates the hard guardrails. Project skills load from .codex/skills (a symlink to .claude/skills); on Windows without symlink support, the agent reads .claude/skills/ directly as instructed in AGENTS.md. Configure MCP servers in ~/.codex/config.toml and keep secrets in .env. Details: AGENTS.md.
One source of truth: CLAUDE.md holds the canonical, /setup-filled content; AGENTS.md mirrors its rules for other runtimes and defers to it on any conflict.
alirezarezvani/gaios có 30 sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/alirezarezvani/gaios. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
alirezarezvani/gaios có phải mã nguồn mở không?
TopGit chưa ghi nhận license cho alirezarezvani/gaios. Phần lớn repo public trên GitHub là mã nguồn mở, nhưng điều khoản khác nhau từng repo — mở file LICENSE để xác nhận.
alirezarezvani/gaios còn đang phát triển không?
Commit gần nhất trên alirezarezvani/gaios là 2 tháng trước (theo timestamp GitHub). Repo có 5 fork — một chỉ báo về mức độ quan tâm của cộng đồng.
alirezarezvani/gaios là gì?
alirezarezvani/gaios (alirezarezvani/gaios) là dự án Python trên GitHub. Theo mô tả gốc: Open-source AI Operating System (AIOS) blueprint for Claude Code & Codex — turn any agent into your personal second brain + Chief of Staff: skills, self-verifying workflows, a second-brain wiki, and deterministic tools. Fork it for any role or domain.
alirezarezvani/gaios viết bằng ngôn ngữ gì?
alirezarezvani/gaios chủ yếu viết bằng Python. Trường "language" của GitHub dựa trên phần lớn byte ở nhánh mặc định.
Cùng nhóm AI Tools còn repo nào?
alirezarezvani/gaios thuộc nhóm AI Tools trên TopGit, cùng 20 topic GitHub. Trang Trending và Topics liệt kê các repo cùng số sao và cùng ngôn ngữ để so sánh.
Đọc thêm về alirezarezvani/gaios ở đâu?
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/alirezarezvani/gaios là nguồn chính thức.
Đọc đầy đủ README ở tab phía trên.
Vẫn đang phân vân về gaios?
Một cú bấm sẽ gửi câu hỏi kèm trang này cho AI — xem AI nói gì về gaios.