ceobe-mastery-cli
v1.0.2
Published
An autonomous AI Engineering orchestrator driven by Gemini and Claude.
Maintainers
Readme
Ceobe Mastery CLI 🚀
An autonomous AI Engineering orchestrator CLI powered by Gemini 3.1 Pro (Planner) and Claude 4.6 Sonnet (Executor).
Features
- 4-Phase Architecture: Plan -> Audit -> Execute -> Build Feature.
- Microservices & Monorepo Ready.
- Human-in-the-Loop: Intervene and modify Agent plans before a single line of code is written.
- Dynamic Skill Routing: Equipped with 15+ specialized engineering rules (Bun, Next.js, Cloudflare, Security, etc).
Installation
npm install -g ceobe-mastery-cliEnvironment Variables
You must configure the following in your system or a local .env file to use the CLI:
CLOUDFLARE_ACCOUNT_ID=your_id
CLOUDFLARE_GATEWAY_ID=your_gateway
GEMINI_API_KEY=your_gemini_key
ANTHROPIC_API_KEY=your_claude_keyHow to Contribute (Open Source)
Ceobe is designed to be infinitely expandable. You can make it more powerful by adding new Skills or Engineering Rules!
- Fork this repository.
- Clone it locally:
git clone https://github.com/Yoraexe/ceobe.git - Add a new Markdown skill in the
skills/folder (e.g.skills/python-expert/). - Submit a Pull Request! The community grows stronger when the AI learns new native skills.
