by MaxMiksa
An auto-company works for 24/7 on your own PC - Windows/Linux/macOS.
# Add to your Claude Code skills
git clone https://github.com/MaxMiksa/Auto-CompanyLast scanned: 9/22/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-09-22T09:02:29.846Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}See how Auto-Company compares with popular alternatives.
Auto-Company is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by MaxMiksa. An auto-company works for 24/7 on your own PC - Windows/Linux/macOS. It has 3,089 GitHub stars.
Yes. Auto-Company passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/MaxMiksa/Auto-Company" and add it to your Claude Code skills directory (see the Installation section above).
Auto-Company is primarily written in Python. It is open-source under MaxMiksa on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh Auto-Company against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
A fully autonomous AI company running 24/7
Powered by Agentic Workflows, this project orchestrates 14 Autonomous AI Agents, each modeled after world-class experts in their domain. They ideate products, make decisions, write code, deploy, and market - without human intervention.
Powered by Claude Code (default) and Codex CLI on macOS + Windows/WSL, with a local dashboard on both hosts.
Optional Cursor and OpenAI-compatible adapters require explicit configuration. See the adapter guide for their capabilities and limits.
Four real ScopeFence product cycles: 04 is expanded; 03, 02 and 01 remain individually collapsed and visible. Pre-product exploration is kept separately. The journal connects reports, checks, documents, real previews, usage and logs. Titles and summaries remain model-authored reports; runtime facts and supported check results are collected by the program. Missing, failed, stale and partial evidence stays explicit. See the recording contract, continuous cycles and automatic previews.
You start a loop. The AI team wakes up, reads shared consensus memory, decides what to do, forms a 3-5 person squad, executes, updates consensus memory, then sleeps briefly. Then it repeats.
daemon (launchd / systemd --user, auto-restart on crash)
└── scripts/core/auto-loop.sh (continuous loop)
├── reads PROMPT.md + consensus.md
├── LLM CLI call (Codex CLI / Claude Code)
│ ├── reads CLAUDE.md (charter + guardrails)
│ ├── reads .claude/skills/team/SKILL.md (teaming method)
│ ├── forms an Agent Team (3-5 agents)
│ ├── executes: research, coding, deploy, marketing
│ └── updates memories/consensus.md (handoff baton)
├── failure handling: rate-limit wait / circuit breaker / consensus rollback
└── sleep -> next cycle
Each cycle is an independent CLI call. memories/consensus.md is the only cross-cycle state.
These three local products come from actual runs and appear in both README languages. ScopeFence and Scope Sheet chose their directions through the default workflow; Text Meter came from an ordinary text-counting request. Humans set permissions, language and external run boundaries, then reviewed and made necessary publication fixes documented in each project. Product images show the actual default interfaces of the published source; the Dashboards above retain the original reports and failures.
One language setting controls the Dashboard, documentation links and new product work. The initial default follows your computer's display language: Chinese uses zh-CN; other languages use en. WSL uses the Windows display language when available.
Choose a language in the Dashboard or run make language LANGUAGE=en (LANGUAGE=zh-CN for Chinese). On Windows, use python scripts/core/localization.py set --language en. These entrypoints update the same preference. A product keeps its starting language across AI iterations, pauses and restarts. You can change the preference while it runs; the change applies to the next product cycle. The Dashboard shows both the current and next language. See the language guide for the product-cycle boundary and Windows startup parameters.
All bundled skills are written in English; their user-facing work follows the product's language. Commands, identifiers, protocol headings and raw tool errors retain their original form. Customized source instructions, existing products, logs and consensus history are preserved; changing language does not translate them retroactively.
| Guide | English | 中文 |
|---|---|---|
| Repository index | Index | 索引 |
| Windows + WSL | Setup guide | 安装指南 |
| Company rules | Charter | 公司章程 |
| Engine adapters | Adapter guide | 引擎适配器 |
| Usage and budgets | Governance guide | 用量与预算治理 |
| Operations and troubleshooting | Common tasks and errors | 常见操作与排错 |
This is not "you are a generic developer". It is "you are DHH" style role prompting with real expert mental models.
| Layer | Role | Expert Persona | Core Strength |
|---|---|---|---|
| Strategy | CEO | Jeff Bezos | PR/FAQ, flywheel thinking, Day 1 mindset |
| CTO | Werner Vogels | Design for failure, API-first architecture | |
| Inversion | Charlie Munger | Inversion, pre-mortems, misjudgment checklist |