mega-code-login
Login to MEGA-Code
Authenticate with MEGA-Code to obtain an API key using a two-step OAuth flow.
Setup
MEGA_DIR="$(cd "${CLAUDE_SKILL_DIR}/../.." && pwd)"
Step 1: Create session (fast, non-blocking)
uv run --directory "$MEGA_DIR" python -m mega_code.client.login --step create [--url URL]
Add --provider github for GitHub OAuth instead of Google.
Add --url URL to specify the server (default: https://console.megacode.ai).
More from wisdomgraph/mega-code
mega-code-help
Show MEGA-Code help — available commands, output locations, skill and strategy structure, and usage tips.
28mega-code-stop
Stop a running MEGA-Code pipeline.
28mega-code-status
Show MEGA-Code status including pending skills, strategies, and recent pipeline runs.
28mega-code-profile
View or update your MEGA-Code developer profile (language, level, style) to personalise skill extraction.
28mega-code-run
Run the MEGA-Code skill extraction pipeline to analyze Claude Code sessions and generate reusable skills and strategies.
14mega-code-wisdom-gen
Run the MEGA-Code skill extraction pipeline to analyze Claude Code sessions and generate reusable skills and strategies.
14