.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/cronusl-1141/ai-company
home/mcp-servers/cronusl-1141/ai-company
cronusl-1141 avatar

ai-company

bycronusl-1141· 1 MCP server

Installs

117

Stars

326

Forks

52

Category

AI Agents & MCP

View on GitHub

TL;DR

Self-driving AI company OS — turn Claude Code into a persistent, self-managing dev team

How to install ai-company?

cronusl-1141/ai-company
$git clone https://github.com/cronusl-1141/ai-company

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install ai-company by running `git clone https://github.com/cronusl-1141/ai-company`, then use it for the current task and follow its documentation at https://github.com/cronusl-1141/ai-company.

Files · 1

View on GitHub
README.md
1[English](README.md) | [中文](README.zh-CN.md)
2 
3# AI Team OS
4 
5<!-- Logo placeholder -->
6<!-- ![AI Team OS Logo](docs/assets/logo.png) -->
7 
8### Your AI coding tool stops when you stop prompting. Ours doesn't.
9 
10> ⚡ **v1.10.2** — Cross-session orchestration: wake system v2 (dynamic /loop, event watcher, turn-end guard) + targeted sibling-session driving + agent reuse recommendation + context watermark observability. Patch: server event-write exactly-once + model-tier charter (Fable orchestrates, Opus executes).
11 
12[![Python](https://img.shields.io/badge/Python-3.11%2B-blue?logo=python)](https://python.org)
13[![License](https://img.shields.io/badge/License-MIT-green)](LICENSE)
14[![FastAPI](https://img.shields.io/badge/FastAPI-0.115%2B-009688?logo=fastapi)](https://fastapi.tiangolo.com)
15[![React](https://img.shields.io/badge/React-19-61DAFB?logo=react)](https://react.dev)
16[![MCP](https://img.shields.io/badge/MCP-Protocol-orange)](https://modelcontextprotocol.io)
17[![Stars](https://img.shields.io/github/stars/CronusL-1141/AI-company?style=flat)](https://github.com/CronusL-1141/AI-company)
18 
19**168** MCP tools · **217** REST endpoints · **22** dashboard pages · **1,758** tests · **25** agent templates · **47** ecosystem research tools · **5** machine-checked invariants
20 
21---
22 
23AI Team OS turns Claude Code into a **self-driving AI company**.
24You're the Chairman. AI is the CEO. Set the vision — the system executes, learns, and evolves autonomously.
25 
26---
27 
28## The Problem With Every Other AI Tool
29 
30Every AI coding assistant works the same way: you prompt, it responds, it stops. The moment you step away, work stops. You come back to a blank prompt.
31 
32AI Team OS works differently.
33 
34You walk away at night. The next morning you open your laptop and find:
35- The CEO checked the task wall, picked up the next highest-priority item, and shipped it
36- When it hit a blocker that needed your approval, it parked that thread and switched to a parallel workstream
37- R&D agents scanned three competitor frameworks and found a technique worth adopting
38- A brainstorming meeting was organized, 5 agents debated 4 proposals, and the best one was put on the task wall
39 
40You didn't prompt any of that. The system just ran.
41 
42---
43 
44## How It Works
45 
46**You're the Chairman. The AI Leader is the CEO.**
47 
48The CEO doesn't wait for instructions. It checks the task wall, picks the highest-priority item, assigns the right specialist Agent, and drives execution. When blocked, it switches workstreams. When all planned work is done, R&D agents activate — scanning for new technologies, organizing brainstorming meetings, and feeding improvements back into the system.
49 
50Every interaction makes the system understand you better. **Memory System v2** distills your preferences and corrections into a team direction layer that every dispatched Agent inherits at birth — you never say the same thing twice, and no next Agent repeats a pit an earlier one already fell into.
51 
52---
53 
54## Core Capabilities
55 
56### 1. Cross-Session Orchestration (new in v1.10.0)
57 
58A single CC session can now observe and drive its sibling sessions for one operational turn, instead of only being able to spawn brand-new ones:
59 
60- **Wake system v2**: the `/api/wake/actionable` single-source predicate feeds both the event watcher and the turn-end guard; SessionStart moves from a fixed 30-minute cron to dynamic `/loop` intervals; a Stop-hook turn-end guard always lets `decision:block` and user-stop keywords pass through; a session-scoped event watcher carries a 1-hour hard timeout. No resident daemons.
61- **Fleet downlink primitive**: headless `claude -p --resume <session_id>` drives a target sibling session for one turn, reusing the existing wake machinery (semaphore, fuse, allowlist, per-session dedupe, full audit trail).
62- **`agent_reuse_recommend` MCP tool**: a three-way reuse decision (reuse / slim-then-reuse / spawn-new) scored by domain match, reachability (live / resumable / cross-session / expired), and context watermark.
63- **Context watermark ledger**: exact token usage read from the transcript tail (cheap-checks-first), surfaced as a three-color watermark bar on agent views and on the new fleet / worktree observability cards.
64 
65Usage guidance:
66- A new session's SessionStart briefing already points you at running `/loop` once - follow it instead of guessing at intervals.
67- Check the project detail page for the fleet card (per-session CEO / model / in-flight tasks / watermark) and the worktree card (branch ownership + unlanded-work status) before you act.
68- Call `agent_reuse_recommend` before dispatching a follow-up agent - reusing a live or resumable sibling session beats spawning a fresh one.
69- The S4 worktree teardown guard and per-template `isolation: worktree` defaults apply automatically; no configuration is needed.
70 
71### 2. Memory System v2 — two-layer memory, every Agent inherits at birth (new in v1.9.0)
72 
73The OS's signature differentiator: your team's preferences, corrections, and hard-won lessons flow automati

Preview

cronusl-1141/ai-companycronusl-1141/ai-company
Repocronusl-1141/ai-company
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPagent-frameworkagent-orchestration

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k