Skip to main content

CLI Commands Overview

Mega Brain provides a comprehensive set of slash commands for managing your AI knowledge system. These commands run inside Claude Code and orchestrate the entire pipeline from content ingestion to multi-agent deliberation.

Quick Reference

Setup

Configure API keys and dependencies

Ingest

Import materials from YouTube, PDFs, or local files

Process

Run the 8-phase knowledge extraction pipeline

Briefing

View system status and health metrics

Extract DNA

Generate cognitive DNA from expert materials

Conclave

Multi-agent decision framework

Save Session

Save and resume work context

Command Categories

System Management

Commands for initial setup and system monitoring:

Content Pipeline

Commands for ingesting and processing knowledge:

AI Agents

Commands for working with AI agents:

Session Management

Commands for preserving work context:

Common Workflows

First-Time Setup

Processing New Content

Making Strategic Decisions

Command Syntax

All commands start with / and run inside Claude Code. They are NOT terminal commands.

General Pattern

Examples

Environment Requirements

Before using any command, ensure your environment is configured with /setup

Required

  • Claude Code (Max or Pro plan)
  • Node.js >= 18.0.0
  • Python >= 3.10
  • OpenAI API Key (for Whisper transcription)
  • Voyage API Key (for semantic search)
  • Google Drive credentials (for importing from Drive)

Getting Help

Each command includes built-in help:

Next Steps

Setup Command

Start here: Configure your environment

Ingest Command

Add your first material

Architecture

Understand the system design

DNA Schema

Learn about the 5-layer knowledge model